0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 14 hours ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added new test program + changes to make system. Tests recusive persisitifying updates. More... over 19 years ago
Added persistified recursive updates. Should be tested. More... over 19 years ago
Minor changes to test correct handling of non-persistent objects. More... over 19 years ago
Minor change to test-multilist to work with new POBJ_UPDATE macro. More... over 19 years ago
Some changes to pobj.c to support operations for non-persistent (transient) objects. Enhancement to test-list program to work with transient objects as well. Minor fix to header file (typo). More... over 19 years ago
Some changes: initial support for (un)persistify, range update, pobj_memset, IS_PERSISTENT macro. Most are not yet tested, but compilation is okay... More... over 19 years ago
Switched to growable (unlimited) persistent objects / static references repositories. Has been tested with 15K objects and appears to work. Also done some significant chnages to auxiliary modules in libpobj, and the trivial test program (test-list). More... over 19 years ago
Temporary fix to avoid a segfault during execution of pobj test programs, that's caused by an on-stack allocation of a very big array... Permanent (future) fix: switch to dynamically allocated hash tables. More... over 19 years ago
Minor fix to pobj test programs to comply with new init function. More... over 19 years ago
Beginning to add strict typing for objects (minor change). More... over 19 years ago
Forgot to commit that together with changes to src/pobj/* files from yesterday. More... over 19 years ago
Added custom memory calls for pobj internal structures. More... over 19 years ago
Added pobj test files. More... over 19 years ago
Last change to make test/pobj be built with the project. More... over 19 years ago
Small change to library list order (pobj depends on lladd). More... over 19 years ago
Minor changes due to pobj file location changes. More... over 19 years ago
Disabled some development code in pobj.c, just so it passes compilation. More... over 19 years ago
Removed redundant variable from Makefile.am. More... over 19 years ago
Added Makefile.am for test/pobj. More... over 19 years ago
Added pobj library sources, header file, and test programs. Small changes were made to src/Makefile.am in order to include src/pobj build, but no corresponding change was made to test/Makefile.am (will be done in the near future). More... over 19 years ago
Test case for lost header fix. More... over 19 years ago
Fixed nasty bug that was causing the LLADD header to be lost (!!) More... over 19 years ago
Implemented TsetRange, fixed bug in linear hash. More... over 19 years ago
Implemented TrecordType() More... over 19 years ago
Old benchmarking stuff I forgot to add to the repository. More... over 19 years ago
Support for nested top actions, with simple unit test. (Haven't tested for thread safety yet.) More... over 19 years ago
Implemented recover_split(), which is needed by the linear hash to recover properly from crashes. It hasn't been tested at all, and is not currently called by anything. More... over 19 years ago
Did some misc. cleanup work on linearHash More... over 19 years ago
Fixed indentation, added #define to allow number of iterations to be changed easily More... over 19 years ago
Linear Hash now survives Tdeinit/Tinit cycle (but not crashes!) More... over 19 years ago