- 01 Jun, 2018 7 commits
-
-
Simon Giesecke authored
Solution: switch one build to non-draft
-
Simon Giesecke authored
Solution: use fast_vector_t as in poll implementation
-
Simon Giesecke authored
Solution: unify between Windows and non-Windows code
-
Simon Giesecke authored
Solution: extract to function
-
Simon Giesecke authored
Solution: extract class template fast_vector_t
-
Simon Giesecke authored
Solution: extract compute_timeout method
-
Simon Giesecke authored
Solution: remove duplication
-
- 31 May, 2018 7 commits
-
-
Luca Boccassi authored
Few more code style fixes
-
Simon Giesecke authored
Solution: use a Debug build for analysis
-
Simon Giesecke authored
Solution: start analysis job first, if enabled, since it takes the longest time
-
Simon Giesecke authored
Solution: add TODO comment regarding handling of the result
-
Simon Giesecke authored
Solution: remove duplicated and redundant code
-
Simon Giesecke authored
Solution: explicitly compare result against 0
-
Luca Boccassi authored
More code style fixes and improvements to static analysis configuration
-
- 30 May, 2018 26 commits
-
-
Simon Giesecke authored
Problem: autoconf checks tautological compiler flag only for C++
-
Simon Giesecke authored
Solution: make const
-
Simon Giesecke authored
Solution: harmonize
-
Simon Giesecke authored
Solution: disable cppcoreguidelines-pro-type-static-cast-downcast warning
-
Simon Giesecke authored
Solution: remove redundant else
-
Simon Giesecke authored
Solution: add LIBZMQ_UNUSED
-
Simon Giesecke authored
Solution: changed condition
-
Simon Giesecke authored
Solution: remove redundant else
-
Simon Giesecke authored
Solution: harmonize
-
Simon Giesecke authored
Problem: numerous hicpp-signed-bitwise warnings that cannot easily be solved because of externally defined types Solution: disable this warning for now
-
Simon Giesecke authored
Solution: change to comply with naming conventions
-
Simon Giesecke authored
Solution: mark parameter as unused depending on platform definitions
-
Simon Giesecke authored
Solution: correct spelling
-
Simon Giesecke authored
Solution: declare functions noexcept
-
Simon Giesecke authored
Solution: add compile check
-
Simon Giesecke authored
Solution: add dummy pointer meber to union instead
-
Simon Giesecke authored
Solution: harmonize, remove redundant checks
-
Simon Giesecke authored
Solution: introduced named constants
-
Luca Boccassi authored
Solution: check for C as well and set the flags separately
-
Simon Giesecke authored
Problem: code style issues in options_t (C-style cast, suboptimal std::string::find call, redundant method is_valid) Solution: resolved these issues
-
Simon Giesecke authored
Solution: use strtol instead
-
Simon Giesecke authored
Solution: make ip_address_mask_t independent of ip_address_t, they do not share that much, remove some code duplication between ip_address_t and ip_addr_t
-
Simon Giesecke authored
Solution: declare private
-
Simon Giesecke authored
Solution: encapsulate data member properly
-
Luca Boccassi authored
Problem: temporary files in repo
-
Simon Giesecke authored
Solution: remove them
-