hammer/src
2012-11-11 11:10:39 -05:00
..
backends Working on benchmarking test. A lot of things needed to be const and weren't. 2012-11-05 23:08:18 -05:00
parsers double 'const' decl was causing clang to error 2012-11-11 11:10:39 -05:00
allocator.c Replaced glib memory allocation 2012-10-10 15:58:03 +02:00
allocator.h Replaced glib memory allocation 2012-10-10 15:58:03 +02:00
benchmark.c h_benchmark and h_benchmark_report work. Need tidying. 2012-11-09 01:50:07 -05:00
bitreader.c Removed all glib functions from everything other than the test suite. 2012-10-10 16:24:12 +02:00
bitwriter.c Removed all glib functions from everything other than the test suite. 2012-10-10 16:24:12 +02:00
compile.c Working on benchmarking test. A lot of things needed to be const and weren't. 2012-11-05 23:08:18 -05:00
datastructures.c Hash table now works. 2012-10-08 22:06:33 +02:00
hammer.c Removed all glib functions from everything other than the test suite. 2012-10-10 16:24:12 +02:00
hammer.h h_benchmark and h_benchmark_report work. Need tidying. 2012-11-09 01:50:07 -05:00
internal.h Working on benchmarking test. A lot of things needed to be const and weren't. 2012-11-05 23:08:18 -05:00
Makefile Benchmark test case array needed to be terminated with {NULL,0,NULL}. Noted that in comments. 2012-11-06 00:20:00 -05:00
pprint.c Removed all glib functions from everything other than the test suite. 2012-10-10 16:24:12 +02:00
system_allocator.c Replaced glib memory allocation 2012-10-10 15:58:03 +02:00
t_benchmark.c Benchmark test case array needed to be terminated with {NULL,0,NULL}. Noted that in comments. 2012-11-06 00:20:00 -05:00
test_suite.c Removed all glib functions from everything other than the test suite. 2012-10-10 16:24:12 +02:00
test_suite.h Changed malloc.h to stdlib.h for OSX compatibility. 2012-11-10 23:34:08 -05:00