| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch xfail system to use comments embedded in source files. | Graydon Hoare | 2011-03-25 | 1 | -0/+1 |
| | | |||||
| * | Remove the assumption that circular_buffer's buffer has a power of two size | Brian Anderson | 2011-01-10 | 1 | -0/+20 |
| | | | | | | | It was not obvious how to make this implementation work when the unit size was not also a power of two, so for now just make the buffer size a multiple of the unit size so it can pass all the tests. | ||||
| * | Remove unused variable in circular_buffer tests | Brian Anderson | 2011-01-10 | 1 | -2/+0 |
| | | |||||
| * | Rename test to reflect that the circular_buffer runtime class is what's ↵ | Brian Anderson | 2011-01-10 | 1 | -0/+104 |
| being tested | |||||