aboutsummaryrefslogtreecommitdiff
path: root/src/stable/list.h (follow)
AgeCommit message (Collapse)Author
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.