- 15 Jun, 2019 1 commit
-
-
skicc authored
On MinGW, librt will might will found as rt library in MSYS, but fails linking with "cannot find -lrt" error. As librt is not avaiable on native Windows, we should never try to link with -lrt on MinGW (which is native Windows).
-
- 07 May, 2019 4 commits
-
-
Simon Giesecke authored
Solution: use check_cxx_symbol_exists resp. check_type_size instead
-
Simon Giesecke authored
Solution: Group include directives together at the beginning of the CMakeLists.txt file
-
Simon Giesecke authored
Solution: remove it
-
Simon Giesecke authored
Solution: remove redundant debug output
-
- 06 May, 2019 1 commit
-
-
Romain Moret authored
-
- 18 Apr, 2019 1 commit
-
-
Iwan Paolucci authored
Solution: libm and libsocket have to be linked explicitely
-
- 14 Apr, 2019 1 commit
-
-
Omegastick authored
Solution: Use CMAKE_CURRENT_LIST_DIR instead of CMAKE_SOURCE_DIR when findng includes
-
- 18 Mar, 2019 1 commit
-
-
Jacques Germishuys authored
Solution: Provide an implementation
-
- 08 Mar, 2019 1 commit
-
-
Claudio Biagi authored
Improve performance of the proxy forwarding batch of message. Add throughput benchmark for proxy. Fix valgrind error reported on unitialized vars RELICENSE: Add emtr grant
-
- 12 Feb, 2019 2 commits
-
-
Simon Giesecke authored
Solution: move configuration to build definition
-
Simon Giesecke authored
Solution: calculate from CMAKE_SYSTEM_VERSION Problem: CMAKE_SYSTEM_VERSION might be newer than Windows SDK Version Solution: limit _WIN32_WINNT value to Visual Studio default Windows SDK version
-
- 02 Feb, 2019 2 commits
-
-
Simon Giesecke authored
Solution: add monitor event socket option
-
Simon Giesecke authored
Solution: added it
-
- 01 Feb, 2019 2 commits
-
-
Simon Giesecke authored
Solution: extract common base class stream_listener_base_t
-
Simon Giesecke authored
Solution: extract common base class stream_connecter_base_t
-
- 19 Jan, 2019 1 commit
-
-
Luca Boccassi authored
Solution: detect cacheline size for aligment purposes at build time instead of hard-coding it, so that PPC and S390 can align to a value greater than the 64 bytes default. Uses libc getconf program, and falls back to the previous value of 64 if not found.
-
- 12 Jan, 2019 1 commit
-
-
Luca Boccassi authored
Solution: bump ABI and revisions and changelog now that v4.3.1 is out
-
- 15 Dec, 2018 1 commit
-
-
Luca Boccassi authored
Solution: use requires.private, which pkg-config expands recursively so that dependencies of dependencies can be linked against when using pkg-config --static
-
- 14 Dec, 2018 1 commit
-
-
Luca Boccassi authored
Solution: use the same for both autotools and cmake
-
- 28 Nov, 2018 2 commits
-
-
Luca Boccassi authored
Solution: bump to 5.2.1 and 4.3.1 respectively
-
Luca Boccassi authored
Solution: bump it to 5.2.0 as new stable APIs have been added
-
- 12 Nov, 2018 1 commit
-
-
Bill Torpey authored
* Add specific option to select radix tree implementation for subscriptions (defaults to ON if draft API enabled).
-
- 09 Nov, 2018 1 commit
-
-
Shubham Lagwankar authored
* Problem: radix tree needs benchmarks and improvements Solution: add a benchmark and make suggested improvements
-
- 02 Nov, 2018 1 commit
-
-
Bill Torpey authored
- MacOS version requires CMake version 3.0.2 (because of policy CMP0042) - Add option to build instrumented binaries with Address Sanitizer - Add option to select compiler intrinsics for atomic ops - Only build docs on request (saves build time)
-
- 31 Oct, 2018 1 commit
-
-
Shubham Lagwankar authored
subscriptions increases Solution: use a radix tree instead of a trie to store subscriptions
-
- 22 Oct, 2018 1 commit
-
-
Juraj Oršulić authored
-
- 09 Oct, 2018 1 commit
-
-
Antonio Vanegas authored
-
- 09 Sep, 2018 2 commits
-
-
Christoph Schulz authored
- Lowercase all commands - Unify indent to 2 spaces - Remove spaces around brackets - Remove repitition of condition in else(...) and endif(...) Note: (re-)running CMake did not change the content of the generated files
-
Christoph Schulz authored
-
- 16 Aug, 2018 1 commit
-
-
Simon Giesecke authored
Solution: apply the same commadn for RelWithDebInfo build
-
- 29 Jul, 2018 1 commit
-
-
chymanfx authored
* Problem: No CI for mingw64 Adding CI support for mingw64 to appveyor.yml Reason: To help address the issue: Several checks fail under 64-bit MinGW on Windows when running make check #3185 * Problem: Docs do not build with mingw64, dll already in right place Turning off WITH_DOC for mingw64 Removing copy command for mingw64 and cygwin64 (it now seems to be directly built in "bin" directoy)
-
- 26 Jul, 2018 2 commits
-
-
Justus Ranvier authored
Solution: avoid exporting targets and installing files if neither BUILD_SHARED nor BUILD_STATIC is set
-
Elliott Sales de Andrade authored
Solution: Use cmake's libdir variable to ensure that the pkgconfig file ends up in the correct lib/lib64 directory. This matches the autotools behaviour.
-
- 24 Jul, 2018 2 commits
-
-
Andras Lasso authored
This commit ensures that the variable CMAKE_*_OUTPUT_DIRECTORY are considered when creating the library.
-
Jean-Christophe Fillion-Robin authored
Setting EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH variables is deprecated
-
- 04 Jun, 2018 1 commit
-
-
Simon Giesecke authored
Solution: do not check for windows.h on cygwin
-
- 01 Jun, 2018 1 commit
-
-
Simon Giesecke authored
Solution: move to separate header
-
- 30 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: add compile check
-
- 28 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: extract constants / move to plain_common.hpp
-