LUMIERA.clone/tests
Ichthyostega b11ac46b76 added possibility to pass a custom deleter function down to shared_ptr.
Note: actually all of this seems against the spirit of C++ (and OO in general). This is a do-it-yourself aproach
which adds far to much complexity (accidental, not fundamental complexity). So I checked it in for the record,
but will abandon this aproach and rely on overloading of operator new / delete if necessary (and when we really need it)
2007-08-31 16:25:04 +02:00
..
bugs buildsystem: aligned/automated building of tests, now build the core as static lib 2007-08-18 04:28:14 +02:00
components added possibility to pass a custom deleter function down to shared_ptr. 2007-08-31 16:25:04 +02:00
error buildsystem: aligned/automated building of tests, now build the core as static lib 2007-08-18 04:28:14 +02:00
plugin plugin in C++ 2007-08-20 03:22:56 +02:00
time add documentation and error handling to framerate functions 2007-08-29 17:41:10 +02:00
.gitignore WIP: started augmenting my test-runner class to be configurable via cmdline 2007-08-19 21:57:19 +02:00
00test.tests test suite works now basically 2007-08-13 17:22:07 +02:00
10errorhandling.tests buildsystem: aligned/automated building of tests, now build the core as static lib 2007-08-18 04:28:14 +02:00
10timefunctions.tests refined and corrected framerate caclulation 2007-08-28 19:28:41 +02:00
20plugin.tests plugin test update, prepared for C++ 2007-08-19 05:53:43 +02:00
20threads.tests TDD? TDB! Test-Driven-Brainstorming 2007-08-21 17:33:19 +02:00
30backend-file.tests TDD? TDB! Test-Driven-Brainstorming 2007-08-21 17:33:19 +02:00
30backend-scheduler.tests TDD? TDB! Test-Driven-Brainstorming 2007-08-21 17:33:19 +02:00
30backend-threadpool.tests TDD? TDB! Test-Driven-Brainstorming 2007-08-21 17:33:19 +02:00
50components.tests wrote test: object smart pointer creation factory 2007-08-29 05:03:21 +02:00
DIR_INFO add dirs with DIR_INFO files describing intended content 2007-06-18 02:02:16 +02:00
Makefile.am tests for time handling 2007-08-24 06:02:51 +02:00
SConscript added C++ plugin to SCons build; added test for common/appconfig.hpp 2007-08-25 02:07:04 +02:00
test.sh fixed test selection, 2007-08-30 01:40:07 +02:00