Age | Commit message (Expand) | Author | Files | Lines |
2010-05-09 | Write a test of an even more basic removal from a set contained in a union ob... | Daniel Burrows | 1 | -1/+16 |
2010-05-09 | Include "union" in the name of the tests of the set union object. | Daniel Burrows | 1 | -5/+5 |
2010-05-09 | Add tests of the behavior of remove() when two sub-sets contain the same elem... | Daniel Burrows | 1 | -0/+31 |
2010-05-09 | Write a test verifying that sets which have been removed from a dynamic set u... | Daniel Burrows | 1 | -0/+11 |
2010-05-09 | Write up some tests of the behavior of insert() on individual sets in a set u... | Daniel Burrows | 1 | -0/+39 |
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 | 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 | 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 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 | 3 | -0/+291 |
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-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 | 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 | 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 | 1 | -90/+97 |
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 | 1 | -130/+297 |
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 | 1 | -0/+65 |
2010-05-01 | Fix the test of remove(). | Daniel Burrows | 1 | -0/+1 |
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 | 1 | -10/+13 |
2010-04-30 | Add tests of the new dynamic_list class. | Daniel Burrows | 2 | -0/+311 |
2010-04-30 | Fix the enumerator unit tests to conform to the enumerator's interface. | Daniel Burrows | 1 | -4/+30 |
2010-04-30 | Actually allocate the heap-based test input. | Daniel Burrows | 1 | -0/+1 |
2010-04-30 | Add a suite of unit tests for the enumerator class and its implementations. | Daniel Burrows | 3 | -0/+122 |
2010-04-25 | Explicitly distribute the build files in SCons*. | Daniel Burrows | 1 | -1/+4 |
2010-04-25 | Start adding support for a 'dist' rule that builds a distributed archive. | Daniel Burrows | 1 | -3/+9 |
2010-04-24 | Use Copy() to ensure that the file cache test inputs end up in the build dire... | Daniel Burrows | 1 | -2/+6 |
2010-04-24 | Add explicit dependencies between the test-running target and the test file c... | Daniel Burrows | 1 | -0/+5 |
2010-04-24 | Fix the value of SRCDIR for real. | Daniel Burrows | 1 | -2/+5 |
2010-04-24 | Use the new test builder to make sure the unit tests build properly and get e... | Daniel Burrows | 1 | -11/+6 |
2010-04-24 | Add explicit dependencies for the Boost test. | Daniel Burrows | 1 | -0/+5 |
2010-04-24 | Shell-escape the value of SRCDIR so it's really correct. | Daniel Burrows | 1 | -1/+2 |
2010-04-24 | Try to use CString to escape the SRCDIR preprocessor #define. | Daniel Burrows | 1 | -1/+3 |
2010-04-24 | Transitively close the dependencies of the test. | Daniel Burrows | 1 | -1/+31 |