Age | Commit message (Expand) | Author |
2012-03-25 | Code is all reorganized. We're about ready to release. I should write up a | Mike Buland |
2011-09-24 | Fixed a 32/64 bit bug in the hash tables. | Mike Buland |
2011-04-06 | Also realized I had a stupid global macro in place when a template function | Mike Buland |
2011-04-06 | Tweaked the hash table resizer, it now is more careful about increasing the | Mike Buland |
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland |
2011-01-20 | Bu::FString is now String, and there's a shell script to fix any other programs | Mike Buland |
2011-01-06 | This may be about it for updates to core, I can't think of anything else I need | Mike Buland |
2010-10-16 | Many, many changes. Documentation changes, renamed the socket class to | Mike Buland |
2010-10-14 | SharedCore has more features now, which is cool, including a test to see if | Mike Buland |
2010-04-07 | Corrected a long standing yet seldom witnessed hash bug. It was triggered when | Mike Buland |
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland |
2010-01-05 | Really minor tweaks, shouldn't effect anything that we have right now, really. | Mike Buland |
2009-11-12 | I've started my campaign to clean up all of the header files in libbu++ as far | Mike Buland |
2009-08-28 | Corrected the iterator in Bu::Hash, and fixed the erase function in Bu::List, | Mike Buland |
2009-08-13 | Bu::Hash can now be sent through the Formatter, it's cute. | Mike Buland |
2009-08-09 | Really, just a lot of documenting. | Mike Buland |
2009-02-08 | So many updates. I recommend using the new FString iterators instead of direct | Mike Buland |
2009-01-24 | Added some append and prepend functions and operators to Bu::List, now you can | Mike Buland |
2009-01-07 | Corrected a couple of places where std:: classes were being used and shouldn't | Mike Buland |
2008-12-31 | Wow, that was a freaky bug. Turned out to not have anything to do with the | Mike Buland |
2008-10-09 | david - make the operator= on iterator and const_iterator return themselves. | David |
2008-09-24 | Ok, now all the warnings are gone (except for those coming from nids, but that's | Mike Buland |
2008-09-15 | Whoa! Loads of NIDS work. It actually compiles, runs, and I'm optimizing the | Mike Buland |
2008-04-28 | Apparently there were a number of things that weren't strict ISO C++, the new | Mike Buland |
2008-02-26 | Some simple getters that are const safe weren't labeled as such. Oops. | Mike Buland |
2008-02-07 | Just updated the copyright date. | Mike Buland |
2007-11-15 | david - example of license notice in hash.h | David |
2007-11-14 | Fixed a bug in Bu::Hash::clear(), it wasn't actually changing the number of | Mike Buland |
2007-11-14 | Thought that a Bu::Hash::getValues() function would be nice to match | Mike Buland |
2007-10-19 | As long as the Bu::Hash::iterator was aware that it was finished or not, I | Mike Buland |
2007-10-14 | Fixed an interesting ideosyncacy in Bu::Hash in a safe way, I should try to do | Mike Buland |
2007-10-03 | Nothing about function. I added a bunch of docs and re-arranged a bunch of | Mike Buland |
2007-09-26 | Fixed a bug that allowed Bu::Hash::get() to rehash, this has been corrected, the | Mike Buland |
2007-08-28 | Minor change that may break some other programs in a very minor way, changed | Mike Buland |
2007-07-10 | I Fixed the Hash bug!!! | Mike Buland |
2007-07-01 | That was weird. Bu::Hash was basically unusable const'd, this has been | Mike Buland |
2007-06-28 | Many minor changes, hopefully the header fixes will keep future header macro | Mike Buland |
2007-06-18 | david - writing code documentation... | David |
2007-06-11 | Corrected another issue with the prefix * iterator operator in Bu::Hash, it was | Mike Buland |
2007-06-07 | The new taf interfaces seem to work just fine, except for saving and that loaded | Mike Buland |
2007-06-07 | Minor change to the operation of the Hash, now dereferencing an iterator with | Mike Buland |
2007-06-04 | Added rudimentary object tracking to Archive, and rearranged the hash and | Mike Buland |
2007-04-10 | Woo, changed the name of Achable to Archival, I dig that, and added the ground- | Mike Buland |
2007-04-03 | The first batch seem to have made it alright. Unfortunately the Archive class | Mike Buland |
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-03-25 | Some more updates to Hash and FString. | Mike Buland |
2007-03-21 | Fixed an infinite loop rehashing in the has function...whacky | Mike Buland |
2007-03-20 | Minor updates to the Hash and FString, Hash got a getKeys function, and FString | Mike Buland |
2007-03-19 | Fixed some bugs and added some new goo. You can serialize FStrings and Heshes | Mike Buland |
2007-03-15 | This version may break hashing of strings, but at least you can hash FStrings... | Mike Buland |