Age | Commit message (Expand) | Author |
2008-11-15 | Use stdbool.h, bool, true, false instead of manually defining | Matt Turner |
2008-11-15 | -- Reorder benchmarks to simplify results calculation logic | Matt Turner |
2008-11-15 | Remove example files | Matt Turner |
2008-11-15 | Hack it to detect glibc on Linux | Matt Turner |
2008-11-15 | More minor cleanups | Matt Turner |
2008-11-15 | Begin major cleanup of cleanbench.c | Matt Turner |
2008-11-15 | Remove inline keyword since functions are being called from a pointer | Matt Turner |
2008-11-15 | -- Remove structs completely | Matt Turner |
2008-11-15 | Move linear defines from nmglobal.h to linear.c | Matt Turner |
2008-11-15 | Clean neural struct | Matt Turner |
2008-11-15 | Clean huffman struct. Replace with local static variables | Matt Turner |
2008-11-15 | Clean IDEA struct. Replace with local static variables | Matt Turner |
2008-11-15 | Clean out fpemulation struct. Replace members with local static variables | Matt Turner |
2008-11-15 | Continue replacing struct members with local variables | Matt Turner |
2008-11-14 | More cleaning of useless mess | Matt Turner |
2008-11-14 | num_arrays should be static | Matt Turner |
2008-11-14 | Remove adjust struct member in favor of a local static variable | Matt Turner |
2008-11-14 | -- Remove numarrays member from structs in favor of a local variable | Matt Turner |
2008-11-14 | -- Remove more useless defines | Matt Turner |
2008-11-14 | -- Remove useless request_secs from structs | Matt Turner |
2008-11-14 | Multiply, not divide | Matt Turner |
2008-11-14 | -- Remove more useless stuff | Matt Turner |
2008-11-14 | Remove more useless stuff | Matt Turner |
2008-11-14 | Strip command line input functions | Matt Turner |
2008-11-14 | Remove #defines, replace with enum | Matt Turner |
2008-11-14 | Fix Makefile | Matt Turner |
2008-11-14 | -- Fix lots of prototypes | Matt Turner |
2008-11-14 | Remove unneeded variables | Matt Turner |
2008-11-14 | -- Rename nbench0.{c,h} to cleanbench.{c,h} | Matt Turner |
2008-11-14 | Create randnum.h, include in relevant places | Matt Turner |
2008-11-14 | -- Kill off utterly useless sysspec.{c,h} | Matt Turner |
2008-11-14 | Finally kill nbench1.h | Matt Turner |
2008-11-14 | -- Finally remove all stop watch code | Matt Turner |
2008-11-14 | -- Remove stop watch functions from neural.c and emfloat.c | Matt Turner |
2008-11-14 | -- Remove stop watch functions from idea.c, linear.c, and huffman.c | Matt Turner |
2008-11-14 | -- Remove stopwatch functions from fourier.c and fpemulation.c and clean them | Matt Turner |
2008-11-14 | -- Remove stop watch functions from assignment.c | Matt Turner |
2008-11-14 | -- Remove stop watch functions from bitfield.c | Matt Turner |
2008-11-14 | -- Remove useless stop watch functions from numsort.c and stringsort.c | Matt Turner |
2008-11-13 | -- Remove more Win31/DOS/Mac cruft | Matt Turner |
2008-11-13 | -- Remove Win31, DOS, and Mac cruft | Matt Turner |
2008-11-13 | -- Begin stripping useless timing function wrappers and defines | Matt Turner |
2008-11-13 | -- Replace LINUX define with standard __linux__ | Matt Turner |
2008-11-13 | Remove AllocateMemory, FreeMemory, MoveMemory, ErrorExit, and ReportError fun... | Matt Turner |
2008-11-13 | -- fix tests. For some reason commenting out a prototype or two in nbench1.h ... | Matt Turner |
2008-11-13 | -- Still working toward killing nbench1.h | Matt Turner |
2008-11-12 | Move static function prototypes from nbench1.h to appropriate files | Matt Turner |
2008-11-12 | Remove stupid MAXPOSLONG define (otherwise standardized as LONG_MAX) | Matt Turner |
2008-11-12 | -- More cleanups for numsort.c and fpemulation.c | Matt Turner |
2008-11-12 | Clean up numsort.c | Matt Turner |