- 20 Feb, 2019 1 commit
-
-
Simon Giesecke authored
Solution: remove extra const
-
- 26 May, 2018 7 commits
-
-
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 10 commits
-
-
Luca Boccassi authored
Support epoll polling under Windows with wepoll
-
Luca Boccassi authored
Problem: test_context_socket is not thread-safe
-
Simon Giesecke authored
Solution: skip tests than can never succeed with MSVC
-
Luca Boccassi authored
Problem: prepared Visual Studio solution files are hard to maintain and redundant with CMake builds
-
Simon Giesecke authored
Solution: use regular zmq_socket instead in thread functions
-
Simon Giesecke authored
Solution: declare them as deprecated
-
Simon Giesecke authored
Solution: increase timeout
-
Simon Giesecke authored
Solution: disable test cases
-
Simon Giesecke authored
Solution: use unity mechanism for ignoring with message
-
Simon Giesecke authored
Solution: increase timeout, remove timeout settings for unsupported poll poller
-