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
/
staticstring.h
(
follow
)
Age
Commit message (
Expand
)
Author
2007-04-03
Ok, no code is left in src, it's all in src/old. We'll gradually move code back
Mike Buland
2007-02-28
Made updates to the staticstring, it works better with const situations now...
Mike Buland
2006-11-21
The static string works again...sigh...
Mike Buland
2006-11-21
Everything in libbu++ now passes -Wall, this should have been done a long time
Mike Buland
2006-11-21
Wow, craziness. Part way through working on the confpair system I got some
Mike Buland
2006-09-22
I beleive I fixed the inconsistancies for 64bit machines.
Mike Buland
2006-07-26
Added the not-yet-working hash class. More thought must be done. This doesn't
Mike Buland
2006-07-14
Changed some stuff, not sure what all, minor stuff.
Mike Buland
2006-07-14
Made everything have a virtual deconstructor. This is apparently very
Mike Buland
2006-05-13
Changed some things in the serializer...it's cool
Mike Buland
2006-05-12
Added the StaticString class, which is a slightly modified version of the old
Mike Buland