summaryrefslogtreecommitdiff
path: root/cpp/src/tests/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* QPID-3633: Make cmake the primary build tool for the cpp treeAndrew Stitcher2012-10-221-2/+6
* QPID-4178: broker refactoringGordon Sim2012-08-101-4/+1
* Remove cluster (prerequisite for QPID-4178)Gordon Sim2012-08-101-4/+0
* QPID-3603: Added SystemInfo::isLocalHost to check if a host name refers to th...Alan Conway2012-05-081-0/+1
* Set BOOST_TEST_DYN_LINK only if linking dynamically with Boost. NO-JIRAStephen D. Huston2012-03-301-1/+5
* NO-JIRA: Removed more unused filesAndrew Stitcher2012-03-161-7/+0
* Ensure both SQL and CLFS tests run if they're built. NO-JIRAStephen D. Huston2012-03-141-1/+1
* Generate a correct test_env.ps1 for Windows test runs; modify the python-invo...Stephen D. Huston2012-02-241-2/+8
* 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
* Patch small probs building tests, examples on WindowsStephen D. Huston2009-05-111-14/+12
* Cmake fixes:Andrew Stitcher2009-05-111-4/+6
* More work on cmake: Get many more tests working on Linux nowAndrew Stitcher2009-05-071-12/+14
* Help more tests runStephen D. Huston2009-04-301-39/+22
* Pass platform's shared lib prefix, suffix to test progs that need it; use it ...Stephen D. Huston2009-04-291-0/+7
* Add tests; revise checks for C++ headers to uuse C++, not CStephen D. Huston2009-04-281-158/+202
* Merge in initial changes to allow building with CMake; rubygen and management...Stephen D. Huston2009-04-231-0/+253