- 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 8 commits
-
-
Luca Boccassi authored
Solution: use the same for both autotools and cmake
-
Luca Boccassi authored
Go back to ld --version-script to hide private symbols
-
Jeremie Courreges-Anglas authored
Solution: go back to using -Wl,--version-script. Use ax_check_vscript.m4 from the autoconf-archive to detect support on multiple platforms (eg Solaris ld(1) -M). libtool -export-symbols-regexp used ld(1) --retain-symbols-file under the hood, the latter lets some C++ weak symbols make their way into the dynamic symbols table, along with the zmq_* interface. The reason for such behavior is unknown to me.
-
Luca Boccassi authored
TCP_NODELAY is set prior to connecting
-
Jacques Germishuys authored
Solution: add it
-
Jacques Germishuys authored
Solution: Set TCP_NODELAY after connect() Reference: https://mail.openvswitch.org/pipermail/ovs-dev/2014-October/290251.html
-
Simon Giesecke authored
Fix a typo - lenght to length
-
Erick Tryzelaar authored
Noticed there was a small typo in the documentation.
-
- 10 Dec, 2018 2 commits
-
-
Luca Boccassi authored
Problem: tests without test framework
-
Simon Giesecke authored
Solution: migrate to unity
-
- 09 Dec, 2018 2 commits
-
-
Luca Boccassi authored
Problem: tests without test framework
-
Simon Giesecke authored
Solution: migrate to unity
-
- 08 Dec, 2018 2 commits
-
-
Luca Boccassi authored
Switching or desactivate wifi can crash Android application
-
Henri Gourvest authored
returned on Android. Solution: Avoid killing the application, allows to take the appropriate measures to this situation.
-
- 07 Dec, 2018 9 commits
-
-
Luca Boccassi authored
Platforms conditionals cleanup
-
Jeremie Courreges-Anglas authored
Solution: the generic approach taken in 70b48a9c allows us to use the same LDFLAGS on most platforms.
-
Jeremie Courreges-Anglas authored
Solution: delete it
-
Luca Boccassi authored
Portable solution for library symbols visibility
-
Luca Boccassi authored
Relicensing grant for my contributions (jcourreges)
-
Jérémie Courrèges-Anglas authored
Solution: switch to libtool symbol visibility support, which leads to more portable constructs in the autotools glue. As noted in the libtool documentation "This option has no effect on some platforms." After this commit, global symbols intended to be kept private will disappear on platforms that were previously not handled using -Wl,--version-script.
-
Jeremie Courreges-Anglas authored
Solution: add it
-
Luca Boccassi authored
Problem: build fails on OpenBSD due to -Wl in LDFLAGS
-
Jérémie Courrèges-Anglas authored
Solution: remove stray -Wl.
-
- 28 Nov, 2018 6 commits
-
-
Constantin Rack authored
Problem: 4.3.0 is released, need to update ABI/version
-
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
-
Luca Boccassi authored
-
Luca Boccassi authored
Solution: mention new version of wepoll and Android Things fix
-
Luca Boccassi authored
Solution: fix them
-
- 27 Nov, 2018 1 commit
-
-
brubakerjeff authored
Problem: compiler might not support atomic warning flag Solution: check before using it
-
- 23 Nov, 2018 1 commit
-
-
brubakerjeff authored
* include atomic when needed * update for tipc * moved check under android * added license
-
- 19 Nov, 2018 2 commits
-
-
Luca Boccassi authored
Problem: wepoll 1.5.2 is outdated
-
Simon Giesecke authored
Solution: Update to upstream version 1.5.4
-
- 18 Nov, 2018 6 commits
-
-
Doron Somech authored
Problems: no example for STATISTICS proxy command, no getters for some context options, new events zmq_stopwatch_intermediate proxy STATISTICS and context thread options are eligible to be made STABLE
-
Luca Boccassi authored
Solution: do it
-
Luca Boccassi authored
Solution: add it
-
Luca Boccassi authored
Solution: do it
-
Luca Boccassi authored
Solution: add one so that class-based bindings can easily use them
-
Luca Boccassi authored
Solution: do it
-