- 13 Sep, 2018 4 commits
-
-
Francesco Montorsi authored
Add new HWM tests and more detailed documentation
-
Luca Boccassi authored
fix static build with libatomic
-
Fabrice Fontaine authored
Create RELICENSE/FabriceFontaine.md Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
Fabrice Fontaine authored
Commit 2ec5a33f added support to link with -latomic if needed however using LDFLAGS doesn't work when statically linking because LDFLAGS is added before LIBS Detection of atomic fails with: configure:23230: /accts/mlweber1/instance-2/output/host/bin/sparc-linux-g++ -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -static -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -Wno-long-long -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -static -latomic conftest.cpp -lrt -lpthread -lstdc++ >&5 /tmp/ccgrvVTg.o: In function `main': conftest.cpp:(.text.startup+0x10): undefined reference to `__atomic_fetch_add_4' collect2: error: ld returned 1 exit status So use LIBS instead of LDFLAGS Fixes: - http://autobuild.buildroot.net/results/c471d6b1061a8516f7772735e471db68a32965aaSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
- 10 Sep, 2018 3 commits
-
-
Luca Boccassi authored
RELICENSE: Christoph Schulz
-
Christoph Schulz authored
-
Constantin Rack authored
CMake cleanup
-
- 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
-
- 01 Sep, 2018 2 commits
-
-
Luca Boccassi authored
RELICENSE: Byron Mallett
-
Byron Mallett authored
Added relicensing permission from Byron Mallett
-
- 31 Aug, 2018 2 commits
-
-
Luca Boccassi authored
Solution: fix them
-
Byron Mallett authored
* Added SO_REUSEPORT socket option for UDP multicast recv ports
-
- 24 Aug, 2018 2 commits
-
-
Luca Boccassi authored
Revert "Problem: test_proxy not yet using unity"
-
Simon Giesecke authored
This reverts commit fd27324e.
-
- 23 Aug, 2018 10 commits
-
-
Constantin Rack authored
Migrate tests to unity, reduce duplication
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: merge into a single test_use_fd and reduce code duplication by extracting common functions
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Luca Boccassi authored
Fix build failure on ARM due to bad variable name
-
Aalhad Saraf authored
The variable decrement was changed to decrement_ in c581f43c In -one- place, it remained as decrement and gives: In file included from src/ctx.hpp:44:0, from src/address.cpp:33: src/atomic_counter.hpp: In member function 'bool zmq::atomic_counter_t::sub(zmq::atomic_counter_t::integer_t)': src/atomic_counter.hpp:191:28: error: 'decrement' was not declared in this scope Changing it to decrement_ fixes the problem.
-
- 22 Aug, 2018 12 commits
-
-
Luca Boccassi authored
Migrate further tests to unity
-
Simon Giesecke authored
Solution: use utilities from testutil_unity, reduce duplication
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: extracted into common method
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-
- 20 Aug, 2018 3 commits
-
-
Luca Boccassi authored
Solution: fix it to comply with clang-format rules
-
answeroo authored
* Relicensing grant by Ming Ji <jiming@yafco.com> Permission to relicense under any OSI approved license chosen by the current ZeroMQ BDFL.
-
Simon Giesecke authored
Solution: migrate to unity
-