index
:
libbu++.git
bigchange
main
myriad
System level, general purpose C++ library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stable
/
array.h
(
follow
)
Age
Commit message (
Expand
)
Author
2023-07-21
Array has delete by index now.
Mike Buland
2021-08-18
Updating issues discovered using g++ 10
Mike Buland
2021-07-30
Fixed uninitializsed bug in Bu::Array::setSize.
Mike Buland
2019-05-24
Updated copyright date.
Mike Buland
2018-12-11
Fixed some indenting that gcc whined about.
Mike Buland
2018-01-18
Made json much more helpful. Fixed array iterators.
Mike Buland
2014-07-22
Deferred erase now works on cache entries. You can erase a cache entry while
Mike Buland
2014-02-03
Changed copyright to 2007-2014.
Mike Buland
2013-07-26
Fixed some random whining issues, dropped extra char * formatter references,
Mike Buland
2013-02-11
Updated the copyright for 2013.
Mike Buland
2012-11-05
Converted tabs to spaces with tabconv.
Mike Buland
2012-10-17
Added isEmpty to Bu::Array, it shoulda' been there all along.
Mike Buland
2012-04-15
Updated copyright, packaging, makefile, etc.
Mike Buland
2012-03-25
Code is all reorganized. We're about ready to release. I should write up a
Mike Buland