- 27 May, 2018 6 commits
-
-
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 4 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
-
Simon Giesecke authored
Solution: use UINT16_MAX
-
- 24 May, 2018 18 commits
-
-
Luca Boccassi authored
Fix sonarcloud component name
-
Simon Giesecke authored
Solution: prefix project key with repo name
-
Luca Boccassi authored
Add CI for VS2008 and VS2010 and fix their builds
-
Simon Giesecke authored
Problem: missing sonarqube token
-
Luca Boccassi authored
Solution: add it
-
Luca Boccassi authored
Add static analysis
-
Simon Giesecke authored
Solution: configure to run only on scheduled runs or on specifically named branches
-
Simon Giesecke authored
Solution: skip analysis build in install stage
-
Simon Giesecke authored
Solution: restrict to specific branches
-
Simon Giesecke authored
Solution: add initial .clang-tidy config file
-
Simon Giesecke authored
Solution: specify not to use stdint.h for VS<=2008, fixes #3025
-
Simon Giesecke authored
Solution: fix indentation
-
Simon Giesecke authored
Solution: make allocator a member of decoder_base_t
-
Simon Giesecke authored
Solution: add to appveyor jobs
-
Simon Giesecke authored
Solution: activate clang-tidy, scan-build and sonar-scanner
-
Simon Giesecke authored
Solution: Enable VS static analyzer and core guideline checks
-
Luca Boccassi authored
Problem: autotools build broken
-
Simon Giesecke authored
Solution: fix directory reference
-
- 23 May, 2018 1 commit
-
-
Luca Boccassi authored
Support epoll polling under Windows with wepoll
-