- 18 Mar, 2020 1 commit
-
-
JaeSang Yoo authored
Solution: Fix .gitignore's exceptions for sources in tools/
-
- 17 Mar, 2020 3 commits
-
-
Luca Boccassi authored
Install CMake config to LIBDIR by default, to correctly support multiarch
-
FeRD (Frank Dana) authored
Signed-off-by: FeRD (Frank Dana) <ferdnyc@gmail.com>
-
FeRD (Frank Dana) authored
Solution: Install CMake config in arch-dependent LIBDIR/cmake Using "share/cmake/${PROJECT_NAME}" as DESTINATION for installing ZeroMQConfig.cmake et al works for arch-independent configs, but is wrong for multiarch. The configs for each version of the library should be stored below the arch-dependent LIBDIR, using the GNUInstallDirs ${CMAKE_INSTALL_LIBDIR} variable. Signed-off-by: FeRD (Frank Dana) <ferdnyc@gmail.com>
-
- 14 Mar, 2020 6 commits
-
-
Luca Boccassi authored
Refactor protocol literals into constants
-
JaeSang Yoo authored
Some ifdefs in condition checking may cause problem in some compiler or static analyzers. When PGM and NORM both are disabled, some condition will be derived as false || false. Solution: Splitted condition checking for every ifdef conditions
-
JaeSang Yoo authored
Conditinoal compile for OPENPGM and NORM is mixed. Also found few codes which needs conditional compile but not applied. Solution: Apply conditional compile preprocessors
-
JaeSang Yoo authored
Solution: replace into named constants
-
Luca Boccassi authored
Optimizing gitignore files
-
JaeSang Yoo authored
Solution: optimize gitigore using patterns * Categorize ignoring lists * Use pattern to remove similar lists * Marked source files to be tracked
-
- 07 Mar, 2020 5 commits
-
-
Simon Giesecke authored
Problem: msg_t functions do not respect coding style
-
Luca Boccassi authored
Solution: fix them
-
Luca Boccassi authored
Add UDP transport to related docs
-
JaeSang Yoo authored
* UDP is mentioned as available transport, and it also supports wildcard addresses, but not mentioned * zmq_unbind(7) also mentions about wild-card endpoint in zmq_bind(3) Solution: add udp in wildcard address related docs
-
JaeSang Yoo authored
zmq_bind(3) and zmq_connect(3) does not mention UDP as available transport types. Solution: add udp mentioning line for related docs
-
- 29 Feb, 2020 2 commits
-
-
Luca Boccassi authored
Problem: building on OS X may failed
-
JaeSang Yoo authored
Solution: Add troubleshooting guidelines to resolve (Relicensing statement added)
-
- 28 Feb, 2020 1 commit
-
-
Rickard Hallerbäck authored
* ip_resolver_t: adding virtual descructor to silence C++-warning -Wnon-virtual-dtor * adding my relicense
-
- 24 Feb, 2020 4 commits
-
-
Mark Jan van Kampen authored
-
Mark Jan van Kampen authored
-
Mark Jan van Kampen authored
-
Mark Jan van Kampen authored
-
- 23 Feb, 2020 5 commits
-
-
Doron Somech authored
News out of date, formatting not clean
-
Luca Boccassi authored
Solution: run make clang-format-diff
-
Luca Boccassi authored
Solution: update it
-
Luca Boccassi authored
Solution: add it
-
Bill Torpey authored
* add option to stop trying to reconnect on ECONNREFUSED
-
- 21 Feb, 2020 2 commits
-
-
Luca Boccassi authored
Fix unused-variable warning in perf/proxy_thr.cpp
-
Laurent Stacul authored
-
- 13 Feb, 2020 2 commits
-
-
Luca Boccassi authored
Add relicense grant by Laszlo Boszormenyi (GCS)
-
Laszlo Boszormenyi (GCS) authored
-
- 12 Feb, 2020 7 commits
-
-
Luca Boccassi authored
Android build helper improvement + fix for prefix dir
-
Kevin Sapper authored
Solution: Add usage and default value to README
-
Kevin Sapper authored
Solution: Migrate the properties and the selection for the correct env and abi to the helper. There's no need for the user to specify them.
-
Kevin Sapper authored
Solution: Use pwd only a default value
-
Luca Boccassi authored
Improve android build handling
-
Kevin Sapper authored
Solution: Re-factor them to look like usual tables
-
Kevin Sapper authored
Solution: Modify the build scripts so the user can specify the platform for which to build, e.g. `./build.sh arm`. This approach originally significantly reduces the parameters which have to be set before running the script. Further the build process is documented in a README now.
-
- 11 Feb, 2020 2 commits
-
-
Doron Somech authored
Add grant by ninoles
-
Luca Boccassi authored
Received via email, message-id: ed4de883-640b-bf7e-ac56-911e117b649e@tzone.org
-