Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-11 | configure.in: Do not patch libtool rpath handling | Martin Lucina | |
For historic reasons (mainly compatbility with really old libtool), configure was patching libtool to not use rpath in binaries. This breaks (among other things) correct operation of "make check" since the test binaries may not be run with the correct shared library version. Current best practice as seen e.g. at http://wiki.debian.org/RpathIssue suggests that this is no longer an issue, so I'm removing the code that patches libtool. Signed-off-by: Martin Lucina <mato@kotelna.sk> | |||
2010-10-11 | Fixing the Red Hat packaging | Martin Sustrik | |
When adding ZMQ_VERSION macros, I incorrectly removed the PACKAGE_VERSION macro. Adding it back. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-09 | Merge branch 'maint' | Martin Sustrik | |
* maint: Version macros added Conflicts: builds/msvc/platform.hpp Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-09 | Version macros added | Martin Sustrik | |
Macro ZMQ_VERSION represents the current version of 0MQ Macro ZMQ_MAKE_VERSION(major,minor,patch) allows to create a representation of the specified version. The versions can be compared using simple <, >, ==, etc. operators. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-04 | configure.in: OpenPGM no longer requires pkg-config | Martin Lucina | |
2010-10-04 | configure.in: Add amd64 to OpenPGM supported platforms | Steven McCoy | |
2010-09-28 | Upgrade to OpenPGM-5.0.78 | Steven McCoy | |
2010-09-04 | Version number incremented to 2.0.10 | Martin Sustrik | |
2010-09-04 | Merge branch 'maint' | Martin Lucina | |
* maint: Update .gitignore doc: Add 0MQ version to XHTML11 backend footer build: Generate ChangeLog in 'make dist', ZIP automatically | |||
2010-09-04 | build: Generate ChangeLog in 'make dist', ZIP automatically | Martin Lucina | |
Change 'make dist' to generate the Git ChangeLog file, that way it doesn't have to be manually updated nor kept in Git which causes unnecessary work. Also change 'make dist' to invoke 'dist-zip' automatically to generate a ZIP as well as a .tar.gz. Thanks to http://live.gnome.org/Git/ChangeLog for the inspiration to automatically generate ChangeLog. | |||
2010-09-01 | maint: will become 2.0.9 | Martin Sustrik | |
2010-08-27 | Add a basic framework for a test suite | Martin Lucina | |
The test suite uses the standard automake support. Tests are always built, but run only when you do a "make check". | |||
2010-08-25 | 'master' will become 2.1.x release | Martin Sustrik | |
2010-08-25 | Update version number to 2.0.8 | Martin Lucina | |
2010-06-10 | -lcrypto added to linking flags for QNX | Piotr Trojanek | |
2010-06-04 | zmqd: Removing for now, not ready for 2.0.7 | Martin Lucina | |
2010-06-04 | Remove PGM examples from build | Martin Lucina | |
2010-05-15 | single 0MQ daemon (zmqd) - initial version | Jon Dyte | |
2010-05-10 | Update OpenPGM to version 2.1.26 | Martin Lucina | |
2010-04-29 | eventfd-style signaling removed | Martin Sustrik | |
2010-04-12 | Build fixes for cross compiling and Win32 | Martin Lucina | |
2010-04-10 | Remove -Wxxx gcc-isms from subdir Makefiles | Martin Lucina | |
2010-04-10 | Compile perf tests with the C++ compiler | Martin Lucina | |
This lets us build the binaries in a portable fashion w/o having to worry about how to link with the C++ runtime. | |||
2010-04-10 | Build fixes for Solaris and non-GNU compilers | Martin Lucina | |
Compiling C++ code with -D_POSIX_SOURCE on Solaris is unsupported, so remove it. Isolate GCC-isms inside checks that we are actually using GCC/G++. Only check for -lstdc++ when on GCC and doing static linking. | |||
2010-04-09 | Fix for Issue #14 | Martin Lucina | |
Don't fail hard if an unreleased tarball is being built and asciidoc is not installed; instead just print a big fat warning | |||
2010-04-09 | version bumped to 2.0.7 | Martin Sustrik | |
2010-03-22 | configure does not mention xmlto when missing | Vitaly Mayatskikh | |
2010-03-16 | Add MSVC build files to distribution | Martin Sustrik | |
2010-03-12 | C perf tests are built non-optionally; C++ perf tests removed | Martin Sustrik | |
2010-03-12 | simplify configuration summary | Martin Sustrik | |
2010-03-12 | devices are built unconditionally | Martin Sustrik | |
2010-03-12 | text concerning language bindings removed from configure | Martin Sustrik | |
2010-03-11 | Restructure language bindings | Martin Lucina | |
C and C++ headers moved from bindings/ to include/, bindings/ removed --with-c and --with-cpp options to configure removed, C and C++ now built and installed by default | |||
2010-03-11 | Removed Java binding from core distribution | Martin Lucina | |
2010-03-09 | udp transport renamed to epgm | Martin Sustrik | |
2010-03-03 | Win32 build fixes | Martin Lucina | |
2010-02-27 | Ruby binding removed | Martin Sustrik | |
2010-02-27 | python binding removed | Martin Sustrik | |
2010-02-26 | Cygwin support | Martin Lucina | |
2010-02-24 | Update OpenPGM to 2.0.24 (stable) | Martin Lucina | |
2010-02-24 | chat example moved to separate repo | Martin Sustrik | |
2010-02-22 | NetBSD: Check for and use atomic_ops(3) if available | Martin Lucina | |
2010-02-22 | Fix $build_doc/$install_man check yet again | Martin Lucina | |
2010-02-20 | Minor buid system tunning | malosek | |
2010-02-19 | Add missing check for install_man=yes | Martin Lucina | |
Fixes git builds w/o asciidoc, bug introduced in 46824abe | |||
2010-02-19 | build on cygwin enabled | Martin Sustrik | |
2010-02-18 | Add NetBSD support | Martin Lucina | |
2010-02-18 | Fix typo | Martin Lucina | |
2010-02-18 | libstdc++ depends on libm on some platforms | Martin Lucina | |
2010-02-18 | Fix detection of libstdc++ | Martin Lucina | |
We only care about libstdc++ when using GNU C++. Further, libstdc++ depends on libm on some platforms, fix this. |