aboutsummaryrefslogtreecommitdiff
path: root/src/stable/list.h (follow)
AgeCommit message (Collapse)Author
2023-08-01Updated copyright date.Mike Buland
2021-08-18Updating issues discovered using g++ 10Mike Buland
2019-06-12List formatting fix.Mike Buland
2019-05-24Updated copyright date.Mike Buland
2018-02-27Added helper methods to Bu::List that were missing.Mike Buland
2014-02-03Changed copyright to 2007-2014.Mike Buland
2014-02-03Compiles with LLVM 3.4 as well now.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-12-21Signals (slots really) are now comperable. Building two slots for the sameMike Buland
function or same object and method will compare as expected. Also added a -= function to Bu::List which works just like erase.
2012-11-05Converted tabs to spaces with tabconv.Mike Buland
2012-07-30Added helpers: Bu::List::eraseFirst and Bu::List::eraseLast. Pretty selfMike Buland
explanatory.
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.