|
1d037dd31e
|
Make as many variables const as possible.
|
2017-07-20 21:53:25 -07:00 |
|
|
b1a7c21caa
|
Add a clear function for the vector.
|
2017-06-11 21:08:39 -07:00 |
|
|
20507f73bb
|
Rewrite vectors to move elements on removal.
|
2017-06-09 22:58:26 -07:00 |
|
|
5247394d35
|
Add unit tests for sparse array functions.
|
2017-01-21 16:43:47 -08:00 |
|
|
4fa9ab13ee
|
Implement linked list data structure.
|
2016-12-23 22:39:10 -08:00 |
|
|
c74f05eaf5
|
Rename error enumerator to prevent naming conflicts.
|
2016-12-21 16:58:00 -08:00 |
|
|
52640ed8f9
|
Format code.
|
2016-12-21 15:07:01 -08:00 |
|
|
d41a085bcd
|
Add check if all tests passed.
|
2016-12-21 14:49:07 -08:00 |
|
|
281f49d5e5
|
Write hash table tests.
|
2016-12-21 14:37:21 -08:00 |
|
|
440120f1da
|
Remove const to silence warnings.
This should be optimized out anyway.
|
2016-12-21 13:23:14 -08:00 |
|
|
00eeb01299
|
Convert main.c into tests for libds, and write tests for vec.h.
|
2016-12-21 01:33:37 -08:00 |
|
|
c83a8f5b00
|
Add main.c file required by the CMake build.
|
2016-12-20 23:30:15 -08:00 |
|