summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-301-72/+41
* Delete obsolete Channel class.Alan Conway2008-05-231-17/+18
* Replaced AtomicCount with AtomicValue template. Alan Conway2008-05-211-5/+2
* Undo revision 656320, causing build problems.Alan Conway2008-05-141-10/+3
* Fix valgrind problems in VPATH builds.Alan Conway2008-05-141-3/+10
* Couple of extra simple tests for publishing and consuming in generic fashion.Gordon Sim2008-05-121-1/+9
* From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R...Alan Conway2008-05-061-1/+7
* Boost's string split function causes problems on older versions of the librar...Gordon Sim2008-05-011-0/+1
* Fix build error introduced by earlier commit.Alan Conway2008-04-231-1/+1
* - SequenceSet implemented on RangeSet.Alan Conway2008-04-231-1/+1
* Disable compilation of amqp_0_10 codec until ready for integration.Alan Conway2008-04-211-7/+9
* src/qpid/RangeSet.h: generic set implementation using ranges.Alan Conway2008-04-211-1/+4
* Added missing .h files to Makefile.am to fix make rpmbuild.Alan Conway2008-04-171-1/+1
* Separate new codec from liqqpidcommon to improve link times.Alan Conway2008-04-161-2/+3
* Invocation handlers, see src/tests/amqp_0_10/handlers.cpp for example.Alan Conway2008-04-101-1/+2
* Fixes and automated tests for federation function.Gordon Sim2008-04-091-1/+2
* rubygen/0-10/specification.rbAlan Conway2008-04-071-1/+0
* qpid/Serializer.h, qpid/amqp_0_10/Codec.h:Alan Conway2008-04-031-2/+4
* Encoding/decoding for new types: amqp_0_10::Map, amqp_0_10:UnknownTypeAlan Conway2008-04-021-1/+2
* Send accept in response to message publications if required.Gordon Sim2008-03-271-1/+2
* Removed unused class RefCountedMap.Alan Conway2008-03-261-1/+0
* Bounds-checking iterator wrapper, for use with Codec::encode/decode.Alan Conway2008-03-261-1/+1
* A further step to final 0-10 spec.Gordon Sim2008-03-031-0/+1
* Template visitors for amqp_0_10::Command, Control and Struct.Alan Conway2008-02-291-1/+1
* amqp_0_10::ProxyTemplate - tested & functional.Alan Conway2008-02-281-1/+2
* AMQP 0-10 type system:Alan Conway2008-02-211-1/+2
* Disabled RefCountedMap test - failing with valgrind error.Alan Conway2008-02-201-1/+2
* STL-style intrsive linked lists, single (ISList) and double (IList)Alan Conway2008-02-191-1/+1
* From Ted Ross, https://issues.apache.org/jira/browse/QPID-780Alan Conway2008-02-061-1/+1
* Deleted unused classes, adjusted files that still mention them.Alan Conway2008-01-291-1/+0
* Convert ClientSessionTest to boost.Alan Conway2008-01-281-3/+3
* Improved/additional client API tests.Alan Conway2008-01-241-1/+0
* Added a test to measure latency (still needs refining, still evolving)Gordon Sim2008-01-171-0/+4
* Intrusive list template qpid::IList and unit tests.Alan Conway2008-01-171-1/+2
* Additional test for excercising transactional behaviour.Gordon Sim2008-01-041-0/+4
* Makefile.am: added check-long target to run perftest scenarios.Alan Conway2008-01-041-4/+8
* Added missing trailing \ to Makefile.am - the cause of the cruisecontrol buil...Kim van der Riet2007-12-101-1/+1
* src/tests/SocketProxy.h: proxy between local client & server to simulate netw...Alan Conway2007-12-101-1/+2
* src/tests/Makefile.am: Add BrokerFixture.h to sourc listsAlan Conway2007-12-071-1/+1
* Fix problem where client does notice disconnection from Broker. Alan Conway2007-12-011-3/+4
* Added header file to list of sourcesGordon Sim2007-11-281-1/+1
* Fixed to build with boost 1.34 as well as boost 1.33Alan Conway2007-11-281-1/+1
* Added framing::BodyHolder:Alan Conway2007-11-221-1/+0
* Added qpid::InlineVector - std::vector with inline storage to avoidAlan Conway2007-11-161-1/+2
* Add support for array type to c++ (and python, decode only for now)Gordon Sim2007-11-061-1/+1
* Added qpid::sys::RefCountedMap: thread safe refcounted map of refcounted entr...Alan Conway2007-11-011-3/+5
* Preparation for session thread safety overhaul:Alan Conway2007-11-011-65/+17
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-10/+4
* More tidying up of field table APIAndrew Stitcher2007-10-231-14/+13
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@586520...Andrew Stitcher2007-10-191-1/+10