|
|
abd23ae399
|
TypedAllocationManager (frontend) now in lib:: -- unit test pass
|
2009-10-11 05:57:43 +02:00 |
|
|
|
455ee34344
|
start brainstorming on #279 (extensible ID)
|
2009-10-11 05:57:42 +02:00 |
|
|
|
b7204e05ed
|
removed all the magic and made it simply instance based
|
2009-10-11 05:57:41 +02:00 |
|
|
|
8ee76b1bfd
|
configurable factory? test-driven brainstorming
|
2009-10-11 05:57:41 +02:00 |
|
|
|
9376bff71e
|
race fixed, test pass
|
2009-10-11 05:57:40 +02:00 |
|
|
|
83cd7fd830
|
Extract the type-based counting into a separate facility
|
2009-10-11 05:57:39 +02:00 |
|
|
|
109cc4701c
|
unit test to verify building a hashtable with Symbol keys
|
2009-10-11 05:57:38 +02:00 |
|
|
|
f21366833d
|
Merge latest work on the builder interface + NoBug adaptations
Merge commit 'bb8eb4055020c609245fe35a369c70e2acb1daf6' into session
|
2009-09-07 01:25:28 +02:00 |
|
|
|
bb8eb40550
|
disable 2 unfinished tests for now
|
2009-09-05 19:28:52 +02:00 |
|
|
|
1c388287c9
|
simple vector wrapping implementation of the RefArray interface
|
2009-08-29 12:23:40 +02:00 |
|
|
|
236e267af1
|
basic coverage for TypedAllocationManager
|
2009-08-29 03:10:34 +02:00 |
|
|
|
5c7e0d1870
|
fix (test output definition)
|
2009-08-28 23:00:53 +02:00 |
|
|
|
1533e5bd0d
|
fix a problem with formatting arbitrary types; reneable the broken tests
|
2009-08-28 20:33:20 +02:00 |
|
|
|
151d17e4de
|
rename and reenable cast in TimeWrapper_test; couldn't find the reason for the previous failure
|
2009-08-27 16:21:21 +02:00 |
|
|
|
7f44de24d7
|
collecting some formatting & diagnostics utils here...
|
2009-07-19 08:03:54 +02:00 |
|
|
|
584878e0f8
|
yet another variation of managing an object in-place
|
2009-07-18 22:07:46 +02:00 |
|
|
|
e2cd4aba8a
|
fix name, add test for postfix increment
|
2009-07-13 01:25:24 +02:00 |
|
|
|
30db042b16
|
add component access to the time wrapper (quick'n dirty)
|
2009-07-12 22:51:04 +02:00 |
|
|
|
892f382f0f
|
Ticket #182
|
2009-07-11 19:23:20 +02:00 |
|
|
|
4d1f45fc43
|
activate the new test, some comments
|
2009-07-05 02:26:59 +02:00 |
|
|
|
ec2e4e36ea
|
define required properties through unit test
|
2009-07-04 03:33:15 +02:00 |
|
|
|
d13d461a9c
|
revamp namespace func. Finish excursion on function handling
|
2009-07-03 14:31:52 +02:00 |
|
|
|
81d0e133c8
|
new additions in this area now reasonable covered (closes #142)
|
2009-07-01 00:43:19 +02:00 |
|
|
|
a19892ac6a
|
WIP some steps towards a solution of the memento binding problem
|
2009-06-29 06:33:42 +02:00 |
|
|
|
03c9edce49
|
factored out yet another little helper, incl unit test
|
2009-06-29 02:03:30 +02:00 |
|
|
|
14f3641f9b
|
helper: initialise a tuple from an existing sub-tuple
|
2009-06-28 20:41:33 +02:00 |
|
|
|
b45cd49c8b
|
separate header + unit test for this bool check mixin
|
2009-06-26 18:50:30 +02:00 |
|
|
|
61f8c1814d
|
tuple test pass
|
2009-06-22 06:05:32 +02:00 |
|
|
|
c3768b93a1
|
function closure utils finished and pass test
|
2009-06-21 08:38:24 +02:00 |
|
|
|
95f0b26e38
|
start a type tuple unit test...
|
2009-06-20 18:06:07 +02:00 |
|
|
|
a28c05877f
|
test pass (resolves Ticket #174)
|
2009-06-20 06:11:09 +02:00 |
|
|
|
079030818d
|
draft a test to sharpen the idea of the function holder (erasure)
|
2009-06-20 04:43:52 +02:00 |
|
|
|
42fd494443
|
fix regexps to make the new tests pass
|
2009-06-19 02:18:40 +02:00 |
|
|
|
fba135c746
|
Merge backend and testsuite improvements
|
2009-06-19 01:19:20 +02:00 |
|
|
|
d740d9734d
|
re-enable test for waiting on thread termination
|
2009-06-05 05:35:24 +02:00 |
|
|
|
e8c25fca0a
|
supply test definition
|
2009-05-31 02:41:00 +02:00 |
|
|
|
e0ad992f30
|
spinn-off: collecting some frequently used bits to support unit testing
|
2009-05-30 23:49:02 +02:00 |
|
|
|
014b6c0b49
|
intend to use the time wrapper
|
2009-05-29 19:03:34 +02:00 |
|
|
|
940d63a9fa
|
time wrapper minimal test coverage
|
2009-05-29 18:36:37 +02:00 |
|
|
|
85a9c99e52
|
hash ID: add trivial implementation + impl based on LUID
|
2009-05-24 05:14:11 +02:00 |
|
|
|
2bb64a23fa
|
augment test, rework access to the hashID, template on hash impl
|
2009-05-23 05:13:51 +02:00 |
|
|
|
bac5da777b
|
WIP document the concept of the hash ID, get rid of the uggly cast
|
2009-05-22 03:41:58 +02:00 |
|
Odin Hørthe Omdal
|
0c89dbaa62
|
test: Regexed 00-40, just escaping; no fancy stuff
|
2009-05-15 21:25:12 +02:00 |
|
|
|
0e4df5611a
|
time wrapper minimal test coverage
|
2009-04-24 21:48:38 +02:00 |
|
|
|
e435822de6
|
Ouch.. boost::ptr_vector depends on boost-serialisation. Write a simple replacement...
|
2009-02-08 01:31:01 +01:00 |
|
|
|
810e531508
|
perpare a test (which of course currently fails)....
|
2009-01-18 22:14:56 +01:00 |
|
|
|
683e1dabe1
|
cleanup, add further testcase (starting prerequisite subsystems)
SubsystemRunner considered finished.
|
2009-01-03 13:32:24 +01:00 |
|
|
|
eac43b80d6
|
cover simple testcase of starting just one subsystem
|
2009-01-02 10:57:13 +01:00 |
|
|
|
5e579b5abc
|
simple test creating 20 threads...
|
2009-01-02 08:07:55 +01:00 |
|
|
|
7a2bbefb1d
|
typos
|
2008-12-30 08:19:32 +01:00 |
|