Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-01-17 | version number bumped | Martin Sustrik | |
2010-01-06 | updated version to 2.0-beta1 in configure.in | malosek | |
2010-01-05 | Fixed newer autotools warningng about AC_CONFIG_MACRO_DIR | malosek | |
2010-01-05 | updated to libpgm-2.0.20rc5 | malosek | |
2010-01-04 | updated to libpgm 2.0.19rc4 | malosek | |
2009-12-31 | libpgm updated to 2.0.18rc3 | malosek | |
2009-12-31 | fixed make dist for non pgm configuration | malosek | |
2009-12-13 | XREP & XREQ socket types added; zmq_queue device added | Martin Sustrik | |
2009-12-13 | OpenPGM v1 support removed | Martin Sustrik | |
2009-12-07 | autotools build system builds chat example now | Martin Sustrik | |
2009-12-03 | common lisp binding & perf tests added | Martin Sustrik | |
2009-11-30 | added libpgm-2.0.17rc2 into the dist package | malosek | |
2009-11-24 | ZMQII-25: Implement streamed request/reply | Martin Sustrik | |
2009-11-22 | man pages - initial (dummy) version | Martin Sustrik | |
2009-10-19 | added --with-pgm2-examples configure option | malosek | |
2009-10-19 | ZMQII-19: add --disable-eventfd configure option | malosek | |
2009-10-12 | mingw fixed winsock linking issue | malosek | |
2009-10-06 | 0MQ compilable on winXP mingw with --with-pgm2 option | malosek | |
2009-10-05 | mingw port | malosek | |
2009-10-05 | build system tuning - fixed make dist | malosek | |
2009-10-05 | create_custom_gsi.patch renamed to create_custom_gsi_1.patch | malosek | |
2009-10-05 | moved pgm_create_custom_gsi into PGM1 and drop ssl dependency | malosek | |