Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
corrected. There may be more operations that need to be fixed, but all basic data operations are fixed and a const_iterator has been added. | |||
2007-06-28 | Many minor changes, hopefully the header fixes will keep future header macro | Mike Buland | |
conflicts from happening. And, from now on, other projects should do -Ilibbu++ not -Ilibbu++/src so we can get ready for an installed version of libbu++. | |||
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 | |
still trying to use a pair internally. Also added more helpers to FString. | |||
2007-06-07 | The new taf interfaces seem to work just fine, except for saving and that loaded | Mike Buland | |
TafNode structures are immutable, it all looks really good. Saving should be a snap, and the immutable part I'm not sure is bad...we'll see what happens. Also, I'm contemplating looking into a way to add "named data structure" support to the Archive at a lower level, then allow it to use a nameing system to apply names to each data structure and then output to any backend that supports naming, like taf, xml, etc. | |||
2007-06-07 | Minor change to the operation of the Hash, now dereferencing an iterator with | Mike Buland | |
the prefix * operator will return only a reference to the value, not a pair, it was causing issues, and you can still get at the key with the getKey function. | |||
2007-06-04 | Added rudimentary object tracking to Archive, and rearranged the hash and | Mike Buland | |
archive dependancies a little. I'll add docs for object tracking later... | |||
2007-04-10 | Woo, changed the name of Achable to Archival, I dig that, and added the ground- | Mike Buland | |
work for the SSocket, that should be cool. | |||
2007-04-03 | The first batch seem to have made it alright. Unfortunately the Archive class | Mike Buland | |
isn't done yet, I'm going to make it rely on streams, so those will be next, then we can make it work all sortsa' well. | |||
2007-04-03 | Ok, no code is left in src, it's all in src/old. We'll gradually move code back | Mike Buland | |
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier. | |||
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 | |
got the more normal getStr and getSize functions. | |||
2007-03-19 | Fixed some bugs and added some new goo. You can serialize FStrings and Heshes | Mike Buland | |
now. | |||
2007-03-15 | This version may break hashing of strings, but at least you can hash FStrings... | Mike Buland | |
templates are confusing. | |||
2007-03-02 | Removed debugging from the Hash | Mike Buland | |
2007-01-29 | Added another new helper to Hash. | Mike Buland | |
2007-01-27 | New feature in Hash, a copy constructor, you can now put a hash into other | Mike Buland | |
templatized containers. | |||
2007-01-19 | Experimental commit to see if references work... | Mike Buland | |
2007-01-17 | Added more hash functions, yay hash functions! | Mike Buland | |
2006-11-27 | Added the new OrdHash, check the test file for an example. | Mike Buland | |
2006-11-24 | Fixed size bug. | Mike Buland | |
2006-11-24 | david - added size | David | |
2006-11-21 | Nooow everything in the lib is clean with -Wall, hash was a template and didn't | Mike Buland | |
complain until I ran the tests. The tests will be fixed next. | |||
2006-11-21 | Hash uses real exceptions now, and has a clear() function. | Mike Buland | |
2006-11-21 | Added a has function to Hash | Mike Buland | |
2006-11-21 | Updated a thing. | Mike Buland | |
2006-11-21 | Added erase functionality, and specializations for using ints as hash keys, so | Mike Buland | |
really it does everything the old one did, does it better, easier, and possibly faster. | |||
2006-11-21 | OK, everything that did work works, but now the HashProxy is as fast as insert, | Mike Buland | |
and has more options. Use [] all you want! | |||
2006-11-21 | Many good updates, but I'm gonna' switch computers, it'll build again in a sec. | Mike Buland | |
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-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. |