..
meta
use the (new) iterable classification to mask for_each overloads
2010-01-04 11:19:01 +01:00
query
move the for_each helpers into a separate header
2009-12-29 04:39:27 +01:00
test
move the for_each helpers into a separate header
2009-12-29 04:39:27 +01:00
allocationclustertest.cpp
extended for-each looping helpers. Closes #479
2010-01-04 14:48:00 +01:00
appconfigtest.cpp
start refactoring: liblumieracommon.so (application core services)
2008-12-18 08:12:40 +01:00
bool-checkable-test.cpp
separate header + unit test for this bool check mixin
2009-06-26 18:50:30 +02:00
customsharedptrtest.cpp
fix some more warnings
2009-01-10 19:07:59 +01:00
exceptionerrortest.cpp
cover more testcases (starting several subsystems)
2009-01-03 01:11:21 +01:00
factory-special-test.cpp
namespace cleanup: bring Singleton and Factory into lib::
2009-10-11 05:57:41 +02:00
factorytest.cpp
namespace cleanup: bring Singleton and Factory into lib::
2009-10-11 05:57:41 +02:00
format-helper-test.cpp
fix a problem with formatting arbitrary types; reneable the broken tests
2009-08-28 20:33:20 +02:00
functor-util-test.cpp
ArgumentHolder finished, low-level integration test pass
2009-07-20 07:03:18 +02:00
hash-indexed-test.cpp
hash ID: add trivial implementation + impl based on LUID
2009-05-24 05:14:11 +02:00
helloworldtest.cpp
Test suite runner: pass exit code = 5 when having caught an exception
2009-10-11 05:57:42 +02:00
item-wrapper-test.cpp
add coverage for the simple standard case
2009-12-25 05:24:49 +01:00
iter-adapter-test.cpp
bugfix and test coverage
2010-01-06 04:14:16 +01:00
iter-source-test.cpp
use this to get the distinct keys of a multimap
2010-01-06 06:53:29 +01:00
itertools-test.cpp
implement an duplicate-value filtering iterator
2010-01-06 06:19:30 +01:00
lifecycletest.cpp
start using Symbol datatype instead of a disguised char*
2009-10-11 05:57:38 +02:00
mainsuite.cpp
Test suite runner: pass exit code = 5 when having caught an exception
2009-10-11 05:57:42 +02:00
Makefile.am
autoconf/automake cleanup
2010-01-17 15:48:30 +01:00
multifact-argument-test.cpp
reworked MultiFact passes unit test. Closes Ticket #376
2009-10-30 00:32:26 +01:00
multifact-test.cpp
reworked MultiFact passes unit test. Closes Ticket #376
2009-10-30 00:32:26 +01:00
opaque-holder-test.cpp
move the for_each helpers into a separate header
2009-12-29 04:39:27 +01:00
opaque-unchecked-buffer-test.cpp
yet another variation of managing an object in-place
2009-07-18 22:07:46 +02:00
removefromsettest.cpp
move the for_each helpers into a separate header
2009-12-29 04:39:27 +01:00
sanitised-identifier-test.cpp
remove any use of boost::function in favour of <tr1/functional>
2009-07-19 05:47:36 +02:00
scoped-holder-test.cpp
Fix some more format warnings
2009-09-05 19:11:17 +02:00
scoped-ptrvect-test.cpp
Victory! bashed the iter-adapters and the ScopedPtrVect into submission, finally.
2009-07-17 20:22:48 +02:00
scopedholdertransfertest.cpp
Fix some more format warnings
2009-09-05 19:11:17 +02:00
singleton-subclass-test.cpp
namespace cleanup: bring Singleton and Factory into lib::
2009-10-11 05:57:41 +02:00
singleton-test.cpp
namespace cleanup: bring Singleton and Factory into lib::
2009-10-11 05:57:41 +02:00
singletontestmocktest.cpp
namespace cleanup: bring Singleton and Factory into lib::
2009-10-11 05:57:41 +02:00
streamtypebasicstest.cpp
finish common->lib transition for the tests
2008-12-18 04:47:41 +01:00
streamtypelifecycletest.cpp
remove any use of boost::function in favour of <tr1/functional>
2009-07-19 05:47:36 +02:00
sub-id-test.cpp
move the for_each helpers into a separate header
2009-12-29 04:39:27 +01:00
subsystem-runner-test.cpp
clarify (and treat) the race; considered to be test-only
2010-02-07 17:31:28 +01:00
symbol-hashtable-test.cpp
oops... fix a bug in Literal's hash function
2009-10-30 05:15:26 +01:00
symbol-test.cpp
unit test to verify building a hashtable with Symbol keys
2009-10-11 05:57:38 +02:00
sync-classlock-test.cpp
Further ClassLock refactoring; added linkonce assertion check
2009-01-21 13:04:28 +01:00
sync-locking-test.cpp
improve and steamline the subsystem testcases
2009-09-29 02:39:48 +02:00
sync-timedwait-test.cpp
renaming etc...
2008-12-31 05:05:34 +01:00
sync-waiting-test.cpp
for the tests change some sleep into much shorter micro sleeps
2009-01-25 03:33:29 +01:00
testdummy.hpp
now able to implement ScopedPtrVect iteration properly
2009-07-16 19:36:01 +02:00
teststreamtypes.hpp
finish common->lib transition for the tests
2008-12-18 04:47:41 +01:00
testtargetobj.hpp
namespace cleanup: bring Singleton and Factory into lib::
2009-10-11 05:57:41 +02:00
thread-wrapper-join-test.cpp
log error while setting it
2010-01-30 07:20:09 +01:00
thread-wrapper-test.cpp
threadwrapper-test should have been better written this way...
2010-02-04 18:48:47 +01:00
time-wrapper-test.cpp
rename and reenable cast in TimeWrapper_test; couldn't find the reason for the previous failure
2009-08-27 16:21:21 +02:00
typed-allocation-manager-test.cpp
TypedAllocationManager (frontend) now in lib:: -- unit test pass
2009-10-11 05:57:43 +02:00
typed-counter-test.cpp
refactor the C++ thread-wrapper, remove JoinHandle
2010-01-24 14:05:32 +01:00
util-foreach-test.cpp
document the changed/new behaviour by unit test
2010-01-07 04:40:10 +01:00
vectortransfertest.cpp
Fix some more format warnings
2009-09-05 19:11:17 +02:00
visitingtoolconcept.cpp
namespace cleanup: bring Singleton and Factory into lib::
2009-10-11 05:57:41 +02:00
visitingtoolextendedtest.cpp
kill some warnings
2008-12-26 23:17:51 +01:00
visitingtooltest.cpp
kill some warnings
2008-12-26 23:17:51 +01:00