Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-02-18 | Never build docs from tarball releases | Martin Lucina | |
This fixes the build_doc logic to work as advertised and never try to (re)build documentation when working with a tarball release. | |||
2010-02-18 | Use feature test macros more conservatively | Martin Lucina | |
It turns out that feature test macros are a complete mess, and defining _GNU_SOURCE and _POSIX_C_SOURCE together breaks some systems. So we try and define the appropriate "make everything visible" combination specific to each system instead. This may still break something, so people should test their platforms and speak up if so. | |||
2010-02-17 | Add POSIX and GNU Feature Test Macros | Martin Lucina | |
This should fix more exotic POSIX platforms such as HPUX which insist on having _POSIX_C_SOURCE defined to get proper threading behaviour. We also define _GNU_SOURCE so that we get any extensions on systems with glibc, e.g. eventfd. | |||
2010-02-15 | Cleaning up more PGM cruft | Martin Lucina | |
2010-02-15 | Clarify python.h messages | Martin Lucina | |
2010-02-15 | Fix typo | Martin Lucina | |
2010-02-15 | Cleanup messages from configure.in | Martin Lucina | |
2010-02-15 | Replace check for sparc with host_cpu | Martin Lucina | |
2010-02-15 | Multiple fixes to --with-pgm | Martin Lucina | |
Disallow build --with-pgm on non-x86/AMB64 CPUs Check correctly for all dependencies required by --with-pgm Don't assume tar has -j Reorder --with-pgm checks | |||
2010-02-15 | removed first dummy run of PKG_CHECK_EXISTS | malosek | |
2010-02-11 | Next 0MQ release will be 2.0.6 | Martin Lucina | |
As decided on the mailing list, there have been five 2.x releases to date, so the upcoming release will be numbered 2.0.6. | |||
2010-02-11 | Integrate version numbering into autoconf | Martin Lucina | |
configure.in is now the master source for the package version number, this propagates to src/platform.hpp (for zmq_version) and doc/Makefile.am (for documentation generation) automagically. | |||
2010-02-10 | Convert documentation to AsciiDoc | Martin Lucina | |
2010-02-09 | ZMQII-67: Build checks for python even if it's not needed | Martin Sustrik | |
2010-02-03 | Update OpenPGM to 2.0.23rc8 | Martin Lucina | |
2010-01-28 | patching libtool script moved at the end of configure | malosek | |
2010-01-28 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik | |
2010-01-28 | CL binding ripped out of the tree | Martin Sustrik | |
2010-01-27 | changed version of the master branch back to dev | malosek | |
2010-01-27 | libpgm updated to 2.6.21rc6 | malosek | |