Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-28 | Upgrade to OpenPGM-5.0.78 | Steven McCoy | |
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. | |||
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 | |