summaryrefslogtreecommitdiff
path: root/perf/Makefile.am
AgeCommit message (Collapse)Author
2012-04-27Replaced obsolete autoconf and automake macrosGabriele Svelto
This patch cleans up a number of obsolete constructs in the build system, these include: - Replacing AC_TRY_RUN with AC_RUN_IFELSE for the SOCK_CLOEXEC test - Using AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER - Using LT_INIT with the win32-dll parameter instead of the obsolete AC_PROG_LIBTOOL and AC_LIBTOOL_WIN32_DLL macros - Removing the unused and obsolete AC_TYPE_SIGNAL check - Removing the unused alloca.h header check - Replacing the deprecated INCLUDES macro with AM_CPPFLAGS Signed-off-by: Gabriele Svelto <gabriele.svelto@gmail.com>
2012-02-16ZeroMQ renamed to CrossroadsMartin Sustrik
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2011-11-21Fix broken VPATH/parallel buildsPhilip Kovacs
Signed-off-by: Philip Kovacs <phil@philkovacs.com>
2011-03-31Adding thread latency/throughput perf. examples.Robert G. Jakabosky
Signed-off-by: Robert G. Jakabosky <bobby@sharedrealm.com>
2010-06-17stopwatch returned to libzmqMartin Sustrik
2010-06-04Move perf helper functions to perf/helpers.cppMartin Lucina
2010-06-04Remove PGM examples from buildMartin Lucina
2010-04-10Remove -Wxxx gcc-isms from subdir MakefilesMartin Lucina
2010-04-10Compile perf tests with the C++ compilerMartin 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-03-12C perf tests are built non-optionally; C++ perf tests removedMartin Sustrik
2010-03-11Restructure language bindingsMartin 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-11Removed Java binding from core distributionMartin Lucina
2010-02-27Ruby binding removedMartin Sustrik
2010-02-27python binding removedMartin Sustrik
2010-01-28CL binding ripped out of the treeMartin Sustrik
2009-12-03common lisp binding & perf tests addedMartin Sustrik
2009-09-08build system tuningmalosek
2009-09-04python perf tests are included into distribution packageMartin Sustrik
2009-08-30build system for perf/C and perf/C++Martin Sustrik