- 09 Dec, 2019 1 commit
-
-
Simon Giesecke authored
Solution: introduce macros ZMQ_DEFAULT and ZMQ_NON_COPYABLE_NOR_MOVABLE
-
- 09 Aug, 2018 1 commit
-
-
Simon Giesecke authored
Use static_cast instead of C-style casts, make local variables const where possible, use switch instead of chained if/else, extract rm_helper_multiple_subnodes from rm_helper to reduce nesting
-
- 27 May, 2018 1 commit
-
-
Simon Giesecke authored
Problem: inconsistent naming style for private data members, conflicts with naming of local variables and member functions Solution: apply and check _lower_case naming style for private data members
-
- 02 Mar, 2018 5 commits
-
-
Simon Giesecke authored
Solution: Return an enum from rm instead of a bool, and adapt existing uses
-
Simon Giesecke authored
Solution: generalized terms to entries/values
-
Simon Giesecke authored
Solution: introduce a type template argument
-
Simon Giesecke authored
Solution: added some TODO comments, improved existing documentation
-
Simon Giesecke authored
Solution: made mtrie generic (to remove complex dependency on pipe_t), and added some unit tests
-