LUMIERA.clone/tests/lib
2010-06-03 04:37:20 +02:00
..
meta cleanup 2010-06-03 04:37:20 +02:00
query move the for_each helpers into a separate header 2009-12-29 04:39:27 +01:00
test cleanup 2010-06-03 04:37:20 +02: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
custom-shared-ptr-test.cpp cleanup 2010-06-03 04:37:20 +02:00
exceptionerrortest.cpp Error integration: error::Flag as subclass of State. Wrapped throw 2010-02-13 20:56:41 +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 more stubbing and compilation fixes 2010-06-03 04:37:18 +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-stl-test.cpp extend the map iterator adapter to work on STL ranges 2010-06-03 04:37:20 +02:00
iter-adapter-test.cpp bugfix and test coverage 2010-01-06 04:14:16 +01:00
iter-source-test.cpp Iterator adapter to ennumerate all values to a multimap key (closes #492) 2010-06-03 04:37:19 +02: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 cleanup 2010-06-03 04:37:20 +02: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 cleanup 2010-06-03 04:37:20 +02: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 replace GThreads by the Lumiera thread wrapper 2010-02-11 03:06:42 +01:00
sync-locking-test.cpp replace GThreads by the Lumiera thread wrapper 2010-02-11 03:06:42 +01:00
sync-timedwait-test.cpp replace GThreads by the Lumiera thread wrapper 2010-02-11 03:06:42 +01:00
sync-waiting-test.cpp replace GThreads by the Lumiera thread wrapper 2010-02-11 03:06:42 +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 augment and round up the C++ thread wrapper 2010-02-14 23:39:15 +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 landing the new threadpool implementation 2010-02-15 00:48:52 +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 kill "the EDL" 2010-06-03 04:37:12 +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