summaryrefslogtreecommitdiff
path: root/cpp/src/tests/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-41/+67
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-8/+1
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-0/+1
* QPID-3858: Refactor to tidy up several class design issuesKim van der Riet2012-07-161-75/+2
* QPID-3858: WIP: New classes for transactional consumption of messagesKim van der Riet2012-06-211-2/+4
* QPID-3858: WIP - async txns for msg publish pathway, but there are some race/...Kim van der Riet2012-06-151-2/+2
* QPID-3858: WIP - tidy-up: renamed Mock* to Simple* (as the classes are not em...Kim van der Riet2012-06-081-3/+3
* WIP: Non-transactional message path in place. Transactions not working.Kim van der Riet2012-06-011-1/+3
* QPID-3858: More restructuring: Renamed XXXContext to XXXAsyncContext for all ...Kim van der Riet2012-05-141-2/+2
* QPID-3858: More restructuring: extracted MessageContext from MockPersistableM...Kim van der Riet2012-05-141-0/+2
* QPID-3858: Restructuring: Moved QueueContext out of MockPersistableQueue classKim van der Riet2012-05-141-0/+1
* QPID-3858: Fix directory names to match namespaces in test dir; Changed MockP...Kim van der Riet2012-05-141-28/+28
* QPID-3858: Fixed condition variable wait loop, minor updates to cmake buildsKim van der Riet2012-05-091-6/+4
* QPID-3858: Initial checkin of async interface implementation and test harness.Kim van der Riet2012-05-091-0/+71
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-11/+14
* QPID-3603: Add HA tests to automake and cmake.Alan Conway2012-02-171-0/+1
* QPID-3630: remove deprecated rate limiting featureKenneth Anthony Giusti2012-01-131-1/+0
* Run the needed python setup to get the python compiled and ready for the test...Stephen D. Huston2012-01-061-37/+9
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-071-0/+5
* QPID-3405: Added simple C++ system tests for IPv6:Andrew Stitcher2011-08-121-0/+9
* Corrected qpid-client-test's name when setting up the test script. NO-JIRAStephen D. Huston2011-07-221-1/+1
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-1/+1
* QPID-3061 - Added missing xqilla and Boost definitions to cmakeTed Ross2011-02-161-1/+1
* QPID-2966: Add QMF method to dynamically set the log level.Gordon Sim2010-12-101-0/+1
* When running store tests, pass the store type to the script. Also added test ...Stephen D. Huston2010-11-041-1/+4
* Get rid of boost::regex in test code.Alan Conway2010-10-211-1/+0
* Move all shared lib prefix/postfix/suffix settings from tests/CMakeLists.txt ...Stephen D. Huston2010-06-291-7/+0
* Rename tests qpid_* to qpid-* for consistency.Alan Conway2010-06-141-6/+6
* Correct reference to test exeStephen D. Huston2010-06-021-2/+2
* Changed the names of tests which are installed in /usr/bin/ to be prefixed wi...Kim van der Riet2010-05-241-28/+28
* QPID-664: separate out the messaging API into its own libraryGordon Sim2010-05-141-4/+4
* Add store test executions if building the store module. Add trigger on messag...Stephen D. Huston2010-04-191-0/+3
* Add missing Statistics.cpp to sender test's sourcesStephen D. Huston2010-04-191-1/+1
* Install new old-examples visual studio solution fileAndrew Stitcher2010-04-151-0/+4
* Renamed qpid_recv to qpid_receive.Alan Conway2010-04-081-5/+3
* Add Statistics.h/.cpp to Makefile.am and CMakeLists.txt.Alan Conway2010-04-071-2/+2
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-151-0/+10
* QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal...Gordon Sim2009-12-171-0/+1
* Fix build errors in test_store; resolves QPID-2229Stephen D. Huston2009-12-041-0/+1
* Run cluster tests under cmake.Alan Conway2009-12-021-8/+6
* Clean up test environment variables, prepare for running more tests in cmake.Alan Conway2009-11-301-2/+13
* Fix MessagingSessionTests name (was missing trailing 's'Stephen D. Huston2009-08-261-1/+1
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+2
* Add missing externs for Queue methods; silence getenv() warnings on Windows b...Stephen D. Huston2009-07-131-1/+3
* Don't try to unset MEMORYCHECK_COMMAND - jut leave it if not neededStephen D. Huston2009-07-021-2/+0
* Enabled tests, corrected Boost lib locatorsStephen D. Huston2009-07-011-22/+16
* Script fixes to get tests going on Windows; includes properly licensed backgr...Stephen D. Huston2009-06-221-3/+6
* Initial capabilities to run test suite on WindowsStephen D. Huston2009-06-031-30/+71
* More work on cmake:Andrew Stitcher2009-05-141-7/+11
* Windows adjustments to run testsStephen D. Huston2009-05-111-2/+3