- 04 Jun, 2018 2 commits
-
-
Simon Giesecke authored
Solution: do not check for windows.h on cygwin
-
Simon Giesecke authored
Solution: add cygwin build
-
- 03 Jun, 2018 2 commits
-
-
Simon Giesecke authored
Problem: not able to use wepoll in configure script
-
KIU Shueng Chuan authored
Solution: add wepoll as a polling system
-
- 02 Jun, 2018 1 commit
-
-
pijyoi authored
* fix computation of winsock fd_set size
-
- 01 Jun, 2018 15 commits
-
-
Luca Boccassi authored
Resolve huge stack size requirements problem with select on Windows
-
Simon Giesecke authored
Solution: removed obsolete information
-
Simon Giesecke authored
Solution: use resizable_optimized_fd_set_t
-
Simon Giesecke authored
Solution: remove duplicated code
-
Simon Giesecke authored
Solution: use optimized_fd_set_t
-
Simon Giesecke authored
Solution: use it
-
Simon Giesecke authored
Solution: move to separate header
-
Simon Giesecke authored
Solution: guard CMake statement properly
-
Simon Giesecke authored
Solution: switch one build to non-draft
-
Simon Giesecke authored
Solution: use fast_vector_t as in poll implementation
-
Simon Giesecke authored
Solution: unify between Windows and non-Windows code
-
Simon Giesecke authored
Solution: extract to function
-
Simon Giesecke authored
Solution: extract class template fast_vector_t
-
Simon Giesecke authored
Solution: extract compute_timeout method
-
Simon Giesecke authored
Solution: remove duplication
-
- 31 May, 2018 7 commits
-
-
Luca Boccassi authored
Few more code style fixes
-
Simon Giesecke authored
Solution: use a Debug build for analysis
-
Simon Giesecke authored
Solution: start analysis job first, if enabled, since it takes the longest time
-
Simon Giesecke authored
Solution: add TODO comment regarding handling of the result
-
Simon Giesecke authored
Solution: remove duplicated and redundant code
-
Simon Giesecke authored
Solution: explicitly compare result against 0
-
Luca Boccassi authored
More code style fixes and improvements to static analysis configuration
-
- 30 May, 2018 13 commits
-
-
Simon Giesecke authored
Problem: autoconf checks tautological compiler flag only for C++
-
Simon Giesecke authored
Solution: make const
-
Simon Giesecke authored
Solution: harmonize
-
Simon Giesecke authored
Solution: disable cppcoreguidelines-pro-type-static-cast-downcast warning
-
Simon Giesecke authored
Solution: remove redundant else
-
Simon Giesecke authored
Solution: add LIBZMQ_UNUSED
-
Simon Giesecke authored
Solution: changed condition
-
Simon Giesecke authored
Solution: remove redundant else
-
Simon Giesecke authored
Solution: harmonize
-
Simon Giesecke authored
Problem: numerous hicpp-signed-bitwise warnings that cannot easily be solved because of externally defined types Solution: disable this warning for now
-
Simon Giesecke authored
Solution: change to comply with naming conventions
-
Simon Giesecke authored
Solution: mark parameter as unused depending on platform definitions
-
Simon Giesecke authored
Solution: correct spelling
-