summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* * tests/Makefile.am: fix for source move.Alan Conway2007-04-131-4/+2
* Fix minor typo in spec fileAlan Conway2007-04-131-1/+1
* Fixed broken installation of .h files.Alan Conway2007-04-131-4/+2
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-13271-425/+432
* * Add pgg-config support for downstream packagesAlan Conway2007-04-125-104/+35
* * cpp/qpid-config.in, Makefile.am, configure.ac: added qpid-config script.Alan Conway2007-04-126-31/+195
* * cpp/configure.ac: Disable static libraries by default. Half the build time!Alan Conway2007-04-113-25/+20
* * src/tests/Makefile.am: Remove trailing blanks.Jim Meyering2007-04-111-3/+3
* * src/tests/Makefile.am: Use .NOTPARALLEL target to suppressJim Meyering2007-04-111-0/+4
* * src/tests/Makefile.am (check): Depend on ../qpidd, too,Jim Meyering2007-04-111-1/+2
* * cpp/qpidc.spec.in: Added qpidd-devel sub-package.Alan Conway2007-04-1142-124/+154
* * Fixes to enable VPATH builds.Alan Conway2007-04-114-7/+6
* Added extra method to transaction control interface for store plugins.Gordon Sim2007-04-116-0/+20
* * docs/api/*: Fixed API doc generation to work with VPATH builds.Alan Conway2007-04-1011-267/+282
* * cpp/src/broker/BrokerMessageMessage.h: Change reference from weak_ptr toAlan Conway2007-04-056-6/+49
* * Exteneded use of shared pointers frame bodies across all send() commands.Alan Conway2007-04-0516-77/+345
* * Further (minor) changes to the interface between store and broker.Gordon Sim2007-04-0516-170/+137
* * Made client::Channel bi-modal: 0-8 or 0-9 modes.Alan Conway2007-04-046-56/+488
* * tests/FramingTest.cpp: Fixed integer types to build on 64 bit architecturesAlan Conway2007-04-032-15/+15
* * Remove redundant Makefile.am, not needed with single src/ makefile.Alan Conway2007-04-037-184/+12
* Moved BasicMessage::WaitableDestination to IncomingMessage::WaitableDestinati...Alan Conway2007-04-034-63/+72
* * cpp/src/broker/Broker.cpp: Join cleaner thread.Alan Conway2007-04-034-143/+160
* Run selected python tests with make check TESTS=python_tests PYTHON_TESTS=<s...Alan Conway2007-04-021-1/+1
* Fix error in flags.Alan Conway2007-04-021-1/+1
* Fix error in previous commit.Alan Conway2007-04-021-3/+3
* Updated to point to tests/README.Alan Conway2007-04-021-23/+2
* * src/tests/examples.README,examples.Makefile: out of date, removed.Alan Conway2007-04-029-204/+164
* More QPID-243Andrew Stitcher2007-04-024-7/+169
* Fix for the most disruptive items in QPID-243.Andrew Stitcher2007-04-02292-823/+797
* Fixed autmake $wildcard warnings, added html-dev to generate full doxygen for...Alan Conway2007-03-303-15/+33
* Fixed and improved running selected unit tests. See comment in run-unit-testsAlan Conway2007-03-301-9/+20
* Refactored the MessageStore interface to restrict visibility of broker core f...Gordon Sim2007-03-3041-408/+903
* Fix configure.ac. It was broken by removal of ExchangeBinding.cpp.Alan Conway2007-03-301-1/+1
* Removed unused and defective AcceptorTest.cppAlan Conway2007-03-301-95/+0
* Fixed more test memory leaks.Alan Conway2007-03-295-61/+8
* * tests/BrokerChannelTest.cpp: fixed leak in test code.Alan Conway2007-03-292-38/+18
* * tests/InProcessBroker: Fix embarassing bug in previous mergeAlan Conway2007-03-292-2/+95
* Fixed memory leak: removed Binding and ExchangeBinding.Alan Conway2007-03-2911-191/+5
* More changes preparatory to changing all #include linesAndrew Stitcher2007-03-2910-16/+16
* * cpp/tests/.vg-supp (fun): Remove wildcarded suppressions generatedAlan Conway2007-03-293-1592/+36
* * Preliminary fix for rearranging all #include linesAndrew Stitcher2007-03-291-1/+1
* * cpp/tests/.vg-supp: Removed wildcarded suppressions generatedAlan Conway2007-03-281-3218/+176
* Missed changes on previous commit.Alan Conway2007-03-283-9/+1
* * cpp/tests/run-unit-tests,setup: use valgrind --log-file rather thanAlan Conway2007-03-287-16/+25
* * cpp/tests/setup,run-unit-tests:Alan Conway2007-03-284-680/+172
* * cpp/tests/BrokerChannelTest.cpp: Fix leak.Alan Conway2007-03-279-20/+21
* Removed useless ExceptionTest.cpp.Alan Conway2007-03-272-62/+0
* Fix valgrind on unit tests: missing symbols for dynamically unloaded libs.Alan Conway2007-03-273-3/+37
* Refactored client::Message to be independent of all Basic class conceptsAlan Conway2007-03-2728-721/+612
* Cleaned up signatures: safer to return string than const string&.Alan Conway2007-03-213-78/+56