- 28 May, 2018 19 commits
-
-
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
-
Simon Giesecke authored
Solution: extract constants / move to plain_common.hpp
-
Simon Giesecke authored
Solution: extract constants and unified cases
-
Simon Giesecke authored
Solution: extract constants
-
Simon Giesecke authored
Solution: introduced constants
-
Simon Giesecke authored
Solution: introduced constants, use std::min/std::max instead of control structures
-
Simon Giesecke authored
Solution: introduced constants
-
Simon Giesecke authored
Solution: introduced constants
-
Simon Giesecke authored
Solution: introduced constants
-
Simon Giesecke authored
Solution: introduced constants
-
Simon Giesecke authored
Solution: introduced constant
-
Simon Giesecke authored
Solution: use a std::vector instead
-
Simon Giesecke authored
Solution: introduced constant
-
Simon Giesecke authored
Problem: build broken with clang 6 on Android NDK 17
-
Luca Boccassi authored
Solution: ignore tautological-constant-compare warnings, as they might be useless on 64 bit but they are not on 32 bit where sizeof size_t != sizeof uint64_t
-
Luca Boccassi authored
Solution: fix it
-
- 27 May, 2018 7 commits
-
-
Luca Boccassi authored
Code style improvements
-
Simon Giesecke authored
Solution: apply naming style
-
Simon Giesecke authored
Solution: replace by static_cast/reinterpret_cast
-
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
-
Simon Giesecke authored
Solution: add a comment
-
Simon Giesecke authored
Solution: removed
-
Simon Giesecke authored
Solution: replace by static_cast, and introduce appropriate constants
-
- 26 May, 2018 11 commits
-
-
Luca Boccassi authored
Problem: VS2008/2010/2017 tests fail if run in parallel
-
Simon Giesecke authored
Solution: run cmake --build --target install instead of msbuild to build on appveyor
-
Simon Giesecke authored
Solution: run some builds only on master or *full-ci* branches
-
Simon Giesecke authored
Solution: disabled parallel testing for these VS versions
-
Luca Boccassi authored
Fix various code style issues
-
Simon Giesecke authored
Solution: remove
-
Simon Giesecke authored
Solution: remove else
-
Simon Giesecke authored
Solution: replace by bool literals
-
Simon Giesecke authored
Solution: simplify to comparison against 0
-
Simon Giesecke authored
Solution: configured clang-tidy check and applied fixes
-
Simon Giesecke authored
Solution: define and apply parameter naming style: lower_case_
-
- 25 May, 2018 3 commits
-
-
Luca Boccassi authored
Fix ZMQ_HEARTBEAT_TTL maximum value check
-
Simon Giesecke authored
Solution: provide definition based on _UI16_MAX
-
Simon Giesecke authored
Solution: added tests
-