summaryrefslogtreecommitdiff
path: root/cpp/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-301-7/+0
* Make help2man and doxygen dependencies optional.Alan Conway2008-05-261-3/+24
* QPID-1047: Qpidc.spec.in is missing dependencies and has misplaced files -- a...Nuno Santos2008-05-091-0/+1
* QPID-648: Patch from Matt FarrelleeGordon Sim2008-05-091-2/+6
* QPID-1035: managementgen only exists in qpid C++ source - applying patched su...Nuno Santos2008-05-081-0/+1
* Fix for defining HAS_XMLAlan Conway2008-05-061-1/+2
* From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R...Alan Conway2008-05-061-1/+33
* Work In Progress:Andrew Stitcher2008-04-281-1/+29
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-5/+3
* QPID-648: Initial support for sasl authentication for c++ broker. From patch ...Gordon Sim2008-04-141-1/+32
* Generate code for both 0-99 preview and 0-10 final specs .Alan Conway2008-02-271-5/+5
* Fix build problem if openais is installed but openais-devel is not.Alan Conway2008-02-251-4/+1
* Replaced --enable-cluster option with --with-cpg to enable/disable CPG.Alan Conway2008-02-061-21/+25
* Re-enabled build of cluster code when openais is installed.Alan Conway2008-01-291-2/+2
* From QPID-752 by Ed Hill: configure checks for help2man.Alan Conway2008-01-211-1/+3
* Moved c++ over to using the same preview file for 0-10 work as java.Gordon Sim2007-09-211-1/+1
* - removed profiler from configureCarl C. Trieloff2007-09-051-3/+0
* applied Nuno's patchCarl C. Trieloff2007-09-051-0/+4
* - Update cluster code to work with new FrameHandlerAlan Conway2007-08-301-4/+0
* * configure.ac: Disabled cluster build temporarily while fixing build problems.Alan Conway2007-08-301-0/+4
* Remove Java from code generation check.Alan Conway2007-08-291-3/+1
* * src/qpid/broker/Daemon.cpp: Additional logging.Alan Conway2007-08-241-1/+1
* * qpidc.spec.in: Fix rpmlint "macro in changelog" warning.Alan Conway2007-08-201-1/+1
* Fix cluster code for heap reuduction commit.Alan Conway2007-08-171-2/+0
* Removed perftest.Alan Conway2007-08-151-1/+0
* Fix for make rpmbuild issue: Configure forces rebuild of src/Makefile by touc...Alan Conway2007-08-091-0/+2
* Propagate --disable-cluster to spec fileAlan Conway2007-08-011-5/+7
* * src/generate.sh: Moved requirements test to configure.acAlan Conway2007-08-011-22/+17
* * configure.ac: --disable-cluster flag.Alan Conway2007-08-011-8/+17
* r797@fuschia: andrew | 2007-07-30 14:25:02 +0100Andrew Stitcher2007-07-301-20/+3
* * README: Instructions for openais install.Alan Conway2007-07-261-18/+12
* r702@fuschia: andrew | 2007-07-19 13:23:15 +0100Andrew Stitcher2007-07-191-2/+2
* * src/qpid/broker/Daemon.cpp, .hAlan Conway2007-07-191-23/+24
* basic perf test, work in progressCarl C. Trieloff2007-07-171-0/+1
* Add missing space in CPPFLAGS=-DCLUSTERAlan Conway2007-07-121-1/+1
* * Add libuuid to libcommon link (for when apr goes away)Andrew Stitcher2007-07-121-3/+3
* Fix bug in cluster-disabled mode.Alan Conway2007-06-261-1/+2
* 2007-06-25 <aconway@redhat.com>Alan Conway2007-06-261-7/+14
* Intermediate checkin with preliminary work on epoll based net IOAndrew Stitcher2007-06-181-1/+0
* Initial examples directory with jrobies example programs and Makefile.am.Alan Conway2007-06-121-0/+1
* Build support for clustering, initial CPG wrapper & tests.Alan Conway2007-06-071-2/+12
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-221-11/+29
* * cpp/src/Makefile.am: Move generated code into src. Fix generation script.Alan Conway2007-05-111-14/+1
* * README: added libdaemon to yum instructions.Alan Conway2007-05-081-2/+2
* Check for libdaemon headers in configure.Alan Conway2007-05-021-1/+9
* * Make APR/"posix" configurable using --disable-aprAndrew Stitcher2007-04-261-5/+16
* More QPID-243Andrew Stitcher2007-04-171-2/+2
* Remove unused pkgconfig stuff. Causing trouble with rpmbuildAlan Conway2007-04-141-1/+0
* * Moved code generation into top-level gen/ dir with own Makefile.amAlan Conway2007-04-141-0/+1
* * Add pgg-config support for downstream packagesAlan Conway2007-04-121-2/+10