index
:
aptitude
debian
debian-sid
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-09
Write a test against ghosts in the set union system.
Daniel Burrows
1
-0
/
+21
2010-05-09
Write a basic test of what happens when a set is removed from a set union.
Daniel Burrows
1
-0
/
+39
2010-05-09
Add a canned routine to clear all the recorded information and expected infor...
Daniel Burrows
1
-3
/
+10
2010-05-09
Write a test of what happens when some empty sets are removed from a union.
Daniel Burrows
1
-0
/
+10
2010-05-09
Also verify that inserting a set twice doesn't somehow make it stay alive too...
Daniel Burrows
1
-0
/
+6
2010-05-09
Fix a .advance() vs ->advance() error.
Daniel Burrows
1
-1
/
+1
2010-05-09
Clear out the list of expected signals before expecting it to contain differe...
Daniel Burrows
1
-0
/
+1
2010-05-09
Write a test of what happens if a set is inserted into a union twice.
Daniel Burrows
1
-0
/
+31
2010-05-09
Add a new test that inserting new nonempty sets into a set union does the "ri...
Daniel Burrows
1
-0
/
+33
2010-05-09
Overhaul the shared test code to support comparisons between signal values an...
Daniel Burrows
1
-10
/
+35
2010-05-09
Return the key of the current entry as the result of get_current() on the ite...
Daniel Burrows
1
-1
/
+1
2010-05-09
Make the constructor of a dynamic set union's enumerator take a *const* refer...
Daniel Burrows
1
-2
/
+2
2010-05-09
Move the values_iterator typedef to the top of the class, make it public, and...
Daniel Burrows
1
-2
/
+6
2010-05-09
Invoke e->advance() instead of e.advance(), since e is a pointer to an enumer...
Daniel Burrows
1
-1
/
+1
2010-05-09
Write the first (trivial) test of the set union class.
Daniel Burrows
1
-0
/
+53
2010-05-09
Fix a tyop in a comment.
Daniel Burrows
1
-1
/
+1
2010-05-09
Write more tests for dynamic_set.
Daniel Burrows
1
-0
/
+81
2010-05-09
Write a body for ~dynamic_set_test().
Daniel Burrows
1
-0
/
+5
2010-05-09
Write some tests of dynamic_set's actual behavior.
Daniel Burrows
1
-5
/
+132
2010-05-09
Add a first implementation of dynamic-set code to go with the dynamic-list code.
Daniel Burrows
6
-0
/
+778
2010-05-08
Actually use the carefully calculated relocation target to rearrange the conc...
Daniel Burrows
1
-1
/
+1
2010-05-08
Check the contents of the test list after each move operation, to help track ...
Daniel Burrows
1
-12
/
+57
2010-05-08
Fix some swapped type names.
Daniel Burrows
1
-3
/
+3
2010-05-08
Add a missing copyright notice.
Daniel Burrows
1
-0
/
+21
2010-05-08
Remove old references to enumerators from the dynamic_list code.
Daniel Burrows
3
-5
/
+0
2010-05-06
Fix an off-by-one error that occurred when moving sub-list items to the left.
Daniel Burrows
1
-0
/
+12
2010-05-06
Clarify the valid parameters to move().
Daniel Burrows
1
-2
/
+1
2010-05-06
Clarify the valid arguments to move().
Daniel Burrows
1
-0
/
+3
2010-05-06
Add test code for the dynamic list collection's behavior when elements move.
Daniel Burrows
1
-0
/
+38
2010-05-06
Fix the dynamic list collection insertion test to not crash by inserting into...
Daniel Burrows
1
-1
/
+1
2010-05-06
Let clients of Test() pass a list of extra files that are used as test inputs.
Daniel Burrows
1
-2
/
+2
2010-05-06
Modify the scons test module so that tests can be run in parallel and don't g...
Daniel Burrows
1
-2
/
+26
2010-05-06
Add a test of removing from sub-lists.
Daniel Burrows
1
-0
/
+31
2010-05-06
Test that the right thing happens when inserting into an initially empty list.
Daniel Burrows
1
-2
/
+5
2010-05-06
Add the dynamic list tests into the SCons test suite list.
Daniel Burrows
1
-0
/
+1
2010-05-06
Move the scons config file to src/config.h so it doesn't conflict with the au...
Daniel Burrows
2
-2
/
+2
2010-05-06
Add a test of what happens when we insert into a sublist of a dynamic list co...
Daniel Burrows
1
-0
/
+33
2010-05-05
Rewrite the dynamic list collection for the new framework and re-enable its t...
Daniel Burrows
2
-181
/
+439
2010-05-04
Fix move() to behave according to its spec and tests.
Daniel Burrows
1
-1
/
+13
2010-05-04
Fully document the behavior of move().
Daniel Burrows
1
-1
/
+13
2010-05-04
Write tests verifying the behavior of move().
Daniel Burrows
1
-0
/
+191
2010-05-04
Redesign the dynamic-list interface to be more general, and update its tests ...
Daniel Burrows
3
-176
/
+391
2010-05-01
Write a test of removing a list from a list collection.
Daniel Burrows
1
-0
/
+33
2010-05-01
Add a new meta-dynamic-list that somewhat arbitrarily mingles several
Daniel Burrows
4
-0
/
+284
2010-05-01
Protect dynamic_list_impl from multiple includes.
Daniel Burrows
1
-0
/
+4
2010-05-01
Make writable_dynamic_list's members public.
Daniel Burrows
1
-0
/
+1
2010-05-01
Fix the test of remove().
Daniel Burrows
1
-0
/
+1
2010-05-01
Base the dynamic_list implementation off std::vector, not multi_index.
Daniel Burrows
2
-50
/
+14
2010-05-01
Write a test of remove().
Daniel Burrows
1
-0
/
+22
2010-05-01
Add support to the dynamic list interface for tracking the location of a remo...
Daniel Burrows
3
-15
/
+28
[next]