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
/
unstable
/
myriadcache.h
(
follow
)
Age
Commit message (
Expand
)
Author
4 days
Bu::MyriadCache was truncating existing dbs.
HEAD
main
Mike Buland
2024-11-06
Tests are back, minor fixes.
Mike Buland
2024-10-03
Minor tweaks/additions.
Mike Buland
2024-09-26
Basic update to new API for existing components.
Mike Buland
2024-08-27
Making progress.
Mike Buland
2023-08-01
Updated copyright date.
Mike Buland
2019-05-24
Updated copyright date.
Mike Buland
2014-02-03
Changed copyright to 2007-2014.
Mike Buland
2014-01-22
Updated the cache system. It now ensures that objects are initialized with
Mike Buland
2013-03-25
Corrected a pure virtual call issue while destroying caches.
Mike Buland
2013-03-21
The Bu::MyriadCache now ensures that it saves the myriad structure after
Mike Buland
2013-03-18
Added the has function to the new cache system. If the object identified by
Mike Buland
2013-03-18
Corrected compliation issue in the new cache with older GCC versions.
Mike Buland
2013-03-17
The new cache system has been broken out into it's individual headers, and is
Mike Buland