index
:
cleanbench
master
a clean nbench
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitfield.c
Age
Commit message (
Expand
)
Author
2008-11-18
Use memset instead, idiot.
Matt Turner
2008-11-18
-- Split ToggleBitRun into {Set,Clear}BitRun
Matt Turner
2008-11-18
Strip trailing whitespace
Matt Turner
2008-11-17
Remove malloc return checks. Since they're in loops, they don't prevent memor...
Matt Turner
2008-11-17
Convert while(1) loop into do while
Matt Turner
2008-11-16
-- Remove getScore functions
Matt Turner
2008-11-15
Use stdbool.h, bool, true, false instead of manually defining
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
Continue replacing struct members with local variables
Matt Turner
2008-11-14
Remove adjust struct member in favor of a local static variable
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
Create randnum.h, include in relevant places
Matt Turner
2008-11-14
Finally kill nbench1.h
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-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
-- Cleanup fpemulation.c
Matt Turner
2008-11-11
-- Split nbench1.c into component files
Matt Turner