summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2012-05-29Add the PKG_CHECK_MODULES macro definition to the distributionGabriele Svelto
Signed-off-by: Gabriele Svelto <gabriele.svelto@gmail.com>
2012-05-14libzmq and tests MSVC projects added to distributionMartin Sustrik
The package (tarball, zip) was missing these MSVC projects which means libzmq and tests could not be built from the package, only from git. This patch fixes the problem. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2012-04-16Improve POSIX threads detection and configurationGabriele Svelto
POSIX threads support is checked using the AX_PTHREAD macro, this provides improved support and coverage of different platforms. The M4 macros are also moved into the M4 directory. Signed-off-by: Gabriele Svelto <gabriele.svelto@gmail.com>
2012-02-16build/redhat/zeromq.spec removedMartin Sustrik
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2012-02-16ZeroMQ renamed to CrossroadsMartin Sustrik
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2011-04-09RPM packaging improvementsMikko Koppanen
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
2011-03-31Upstream the openpgm build fixes. Add DSO symbol visibility to OpenPGM buildsMikko Koppanen
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
2011-03-23Pre-compiled devices removedMartin Sustrik
Along with the devices, xmlParser which is no longer needed is removed. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2010-10-15Merge branch 'maint'Martin Sustrik
* maint: Makefile.am: Add missing files to distribution, improve maintainer-clean configure.in: Extract API version from zmq.h Added bin directory to ignore list. Conflicts: configure.in include/zmq.h
2010-10-15Makefile.am: Add missing files to distribution, improve maintainer-cleanMartin Lucina
Add missing files needed for regenerating configure to the distribution; add MAINTAINERS; improve maintainer-clean to produce a really clean tree. Signed-off-by: Martin Lucina <mato@kotelna.sk>
2010-10-15configure.in: Extract API version from zmq.hMartin Lucina
* Added a version.sh and relevant changes to configure.in to extract the API version from zmq.h at the time autogen.sh is run. * Moved the version macros to be next to zmq_version in zmq.h and improved the comments. * Modified ZMQ_MAKE_VERSION to use (x) instead of plain x when expanding macro parameters. Signed-off-by: Martin Lucina <mato@kotelna.sk>
2010-09-04Merge 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-04build: Generate ChangeLog in 'make dist', ZIP automaticallyMartin 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-08-27Add a basic framework for a test suiteMartin Lucina
The test suite uses the standard automake support. Tests are always built, but run only when you do a "make check".
2010-06-04zmqd: Removing for now, not ready for 2.0.7Martin Lucina
2010-05-28dist-hook for copying zeromq.spec to top-levelMikko Koppanen
2010-05-15single 0MQ daemon (zmqd) - initial versionJon Dyte
2010-03-16Add MSVC build files to distributionMartin Sustrik
2010-03-12C perf tests are built non-optionally; C++ perf tests removedMartin Sustrik
2010-03-11Removed Java binding from core distributionMartin Lucina
2010-02-24Fix: OpenPGM is now distributed as .tar.gzMartin Lucina
2010-02-24chat example moved to separate repoMartin Sustrik
2010-02-16PGM tarball should be removed on 'distclean', not 'clean'Martin Lucina
2010-02-15Correct path for pgm distcleanMartin Lucina
2010-02-15Missed one instance of pgm2Martin Lucina
2010-02-15Cleaning up more PGM cruftMartin Lucina
2010-02-10Convert documentation to AsciiDocMartin Lucina
2010-01-05Fixed newer autotools warningng about AC_CONFIG_MACRO_DIRmalosek
2009-12-31removed unused foreign/openpgm/create_custom_gsi_1.patch filemalosek
2009-12-13OpenPGM v1 support removedMartin Sustrik
2009-12-07autotools build system builds chat example nowMartin Sustrik
2009-11-30added libpgm-2.0.17rc2 into the dist packagemalosek
2009-11-22man pages - initial (dummy) versionMartin Sustrik
2009-10-05build system tuning - fixed make distmalosek
2009-10-05build system tuningmalosek
2009-09-22added PGM bus functionalitymalosek
2009-09-17fixed missing xmlParser in dist packagemalosek
2009-09-16ruby directory moved into bindings dirmalosek
2009-09-16python directory moved into bindings dirmalosek
2009-09-16java directory moved into bindings directory IImalosek
2009-09-14forwarder device addedMartin Sustrik
2009-09-11added OpenPGM sender - ZMQ_PUBmalosek
2009-09-10added --with-pgm option, libpgm-1.2.14 build within 0mq build systemmalosek
2009-09-08build system tuningmalosek
2009-09-07include directory split into c and cpp dirs, added --with-c and --with-cpp ↵malosek
configure options
2009-08-31Add Java bindingMartin Hurton
2009-08-30build system for perf/C and perf/C++Martin Sustrik
2009-08-30engine virtualised; chatroom example removedMartin Sustrik
2009-08-29Ruby bidning addedtamara
2009-08-24python build fixtamara