aboutsummaryrefslogtreecommitdiff
path: root/src/stable/array.h (follow)
AgeCommit message (Collapse)Author
2021-07-30Fixed uninitializsed bug in Bu::Array::setSize.Mike Buland
When setCapacity was used before setSize some elements were not being properly initialized in the array.
2019-05-24Updated copyright date.Mike Buland
2018-12-11Fixed some indenting that gcc whined about.Mike Buland
2018-01-18Made json much more helpful. Fixed array iterators.Mike Buland
2014-07-22Deferred erase now works on cache entries. You can erase a cache entry whileMike Buland
it still has active references, and it will be safely cleaned up when the last reference is released.
2014-02-03Changed copyright to 2007-2014.Mike Buland
2013-07-26Fixed some random whining issues, dropped extra char * formatter references,Mike Buland
and fixed a null/integer issue in Bu::Hash
2013-02-11Updated the copyright for 2013.Mike Buland
2012-11-05Converted tabs to spaces with tabconv.Mike Buland
2012-10-17Added isEmpty to Bu::Array, it shoulda' been there all along.Mike Buland
2012-04-15Updated copyright, packaging, makefile, etc.Mike Buland
2012-03-25Code is all reorganized. We're about ready to release. I should write up aMike Buland
little explenation of the arrangement.