Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
ago. | |||
2006-11-21 | Wow, craziness. Part way through working on the confpair system I got some | Mike Buland | |
sudden insperation and completely redid Hash. Now everything but delete is implemented, including typesafe iterators and more. It's really cool, and everyone should check it out and start using it right away! | |||
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 | |
actually change any existing code really just adds a new class that you can't use because it's commented out. I'll probably move it to a branch. | |||
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 | |
important. | |||
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 | |
sstring class, who's name is nonsense and now contains code specific to squirrelmud. Anyway, StaticString is more lightweight than the std::string class, but much less versitile. It really is just like a static string, but all nice and classey. Great for use with the HashTable. |