]> pd.if.org Git - nbds/history - include
Support 32 bit x86
[nbds] / include /
2008-12-16 jdybnisSupport 32 bit x86
2008-12-16 jdybnisintroduce some more typedefs and conversion functions...
2008-12-16 jdybnisWarning tests are failing in this version
2008-12-15 jdybnistypedefs for map keys and values
2008-12-15 jdybnisgeneric map iterator interface
2008-12-09 jdybnisadd iterators to hashtable, skiplist, and list
2008-12-08 jdybnisin txn, use a "naked" value without an update record...
2008-12-07 jdybnisin txn, clean up old update records when they can't...
2008-12-05 jdybnismore header file refactoring
2008-12-05 jdybnisrefactor header files
2008-12-04 jdybnisall structures are parameterized by the datatype for...
2008-12-04 jdybnisall structures now support arbitrary type keys with...
2008-12-01 jdybnisadd to txn test
2008-12-01 jdybnisclean up transaction interface
2008-11-30 jdybnisuse a vtable approach for generic map interface
2008-11-29 jdybnisgeneric interface for map-like data structures
2008-11-29 jdybnisgeneralize skiplist from a set to an updatable map
2008-11-29 jdybnisgeneralize list into an updatable list-based map
2008-11-27 jdybniscode cleanup
2008-11-26 jdybnismake skiplist and list use strings for keys (slower...
2008-11-25 jdybnisseparate tests out into their own files
2008-11-25 jdybnischange the names of some variables and types for consis...
2008-11-25 jdybnisuse NULL instead of a sentinal node in skiplist and...
2008-11-23 jdybnismove files around
2008-11-23 jdybnislock-free skiplist
2008-11-21 jdybnistweak list
2008-11-16 jdybnisadd missing header file for txn
2008-11-16 jdybnisadd beginings of transactional ht
2008-11-13 jdybnismove tests into their own directory
2008-11-12 jdybnisSome refactoring. WARNING: tests not passing!
2008-11-10 jdybnisInitial commit