Simon Giesecke
|
e3c73d9881
|
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
|
2018-05-27 13:24:07 +02:00 |
|
Simon Giesecke
|
c581f43c97
|
Problem: parameter naming style inconsistent
Solution: define and apply parameter naming style: lower_case_
|
2018-05-26 09:34:44 +02:00 |
|
sigiesec
|
41f459e1dc
|
Problem: formatting inconsistent
Solution: applied clang-format
|
2018-02-02 15:47:43 +01:00 |
|
sigiesec
|
6147e45a07
|
Problem: missing tests for zmq_timers_* corner cases, missing handling of such corner cases, code duplication, missing assertions in test code
Solution: add tests, add checks to timers_t, add match_by_id functor, add assertions
|
2017-08-23 09:41:34 +02:00 |
|
Constantin Rack
|
a539b0c6e8
|
Problem: copyright year is still 2015
Solution: update to 2016
|
2016-01-28 15:07:31 +01:00 |
|
somdoron
|
aadaf99011
|
add timers API to libzmq
|
2015-12-18 12:23:22 +02:00 |
|