- 28 Dec, 2019 1 commit
-
-
Luca Boccassi authored
Solution: use libbsd by default when available, and the internal implementation only as a fallback, to take advantage of Linux distros maintenance of the string libraries.
-
- 25 Dec, 2019 8 commits
-
-
Luca Boccassi authored
Avoid possible buffers overruns in ws_engine
-
Luca Boccassi authored
Various improvements
-
Simon Giesecke authored
Solution: use memcpy with known size instead
-
Simon Giesecke authored
Solution: use strcpy_s instead (define custom if not available)
-
Simon Giesecke authored
Solution: add static
-
Simon Giesecke authored
Solution: removed them
-
Simon Giesecke authored
Solution: move initialization to declaration
-
Simon Giesecke authored
Solution: modify it in loop body only
-
- 24 Dec, 2019 2 commits
-
-
Simon Giesecke authored
Solution: remove the redundant one
-
Simon Giesecke authored
Solution: remove them
-
- 23 Dec, 2019 4 commits
-
-
Simon Giesecke authored
Solution: just copy the address
-
Simon Giesecke authored
Solution: use std::string instead
-
Simon Giesecke authored
Solution: properly guard members and options
-
Simon Giesecke authored
Solution: use memcpy with known length
-
- 13 Dec, 2019 3 commits
-
-
Simon Giesecke authored
Fix set cpu affinity
-
Stephan Senkbeil authored
Solution: Set correct define in CMake check and add the cmakedefine
-
Stephan Senkbeil authored
-
- 10 Dec, 2019 3 commits
-
-
Luca Boccassi authored
Fix windows signaler regression
-
Simon Giesecke authored
Solution: add comments and remove continue/break
-
Simon Giesecke authored
This reverts commit 4f77cfa3.
-
- 09 Dec, 2019 3 commits
-
-
Doron Somech authored
Make use of = default and = delete if available
-
Simon Giesecke authored
Solution: unshallow clone in analysis job
-
Simon Giesecke authored
Solution: introduce macros ZMQ_DEFAULT and ZMQ_NON_COPYABLE_NOR_MOVABLE
-
- 08 Dec, 2019 12 commits
-
-
Simon Giesecke authored
Solution: Remove definition
-
Constantin Rack authored
Improvements to static analysis & resolve some issues identified by static analysis
-
Simon Giesecke authored
Solution: update to clang-format 8
-
Simon Giesecke authored
Solution: change to const references
-
Simon Giesecke authored
Solution: remove else
-
Simon Giesecke authored
Solution: run clang-format
-
Simon Giesecke authored
Solution: add const
-
Simon Giesecke authored
Solution: align them
-
Simon Giesecke authored
Solution: use static_cast/reinterpret_cast instead
-
Simon Giesecke authored
Solution: fix identifier names
-
Simon Giesecke authored
Solution: update to clang 8
-
Simon Giesecke authored
Solution: disable inapplicable checks
-
- 07 Dec, 2019 3 commits
-
-
Luca Boccassi authored
Problem: sonar-scanner binary is outdated and no longer available
-
Simon Giesecke authored
Solution: Update to version 4.2.0.1873
-
Luca Boccassi authored
Use Unix domain sockets for listener when available on Windows
-
- 06 Dec, 2019 1 commit
-
-
Simon Giesecke authored
Solution: Fix ifdef for expectation of IPC support
-