- 31 May, 2018 2 commits
-
-
Simon Giesecke authored
Solution: remove duplicated and redundant code
-
Simon Giesecke authored
Solution: explicitly compare result against 0
-
- 30 May, 2018 24 commits
-
-
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
-
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
-
- 29 May, 2018 7 commits
-
-
Luca Boccassi authored
Remove duplication between stream_t and router_t
-
Simon Giesecke authored
Solution: pull up functionality to base class
-
Simon Giesecke authored
Solution: pulled up to routing_socket_base_t
-
Simon Giesecke authored
Solution: pull up into routing_socket_base_t
-
Simon Giesecke authored
Solution: extract into common base class routing_socket_base_t, for now as protected
-
Simon Giesecke authored
Solution: add an intermediary base class routing_socket_base_t, move common functionality there and make connect_routing_id private
-
Simon Giesecke authored
Solution: make them private
-
- 28 May, 2018 7 commits
-
-
Luca Boccassi authored
More code style improvements
-
Simon Giesecke authored
Solution: replace by reinterpret_casts or avoid entirely
-
Simon Giesecke authored
Solution: use char* from the beginning
-
Simon Giesecke authored
Solution: extracted constants
-
Simon Giesecke authored
Solution: use UCHAR_MAX constant instead
-
Simon Giesecke authored
Solution: calculate from field sizes
-
Simon Giesecke authored
Solution: change return type to void, and remove redundant result checks
-