Age | Commit message (Expand) | Author |
2010-11-19 | I now think that this may not work out at all. It looks like if we want proper | 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-05-26 | Fixed most of the compilation warnings, and a valgrind warning in the fstring's | Mike Buland |
2010-05-20 | Added some tweaks to array and fbasicstring. | Mike Buland |
2010-05-16 | Added operators <= and >= to the FBasicString. | Mike Buland |
2010-05-03 | Minor corner case fix in the comparison code. | Mike Buland |
2010-05-02 | wow, bug fixes everywhere. | Mike Buland |
2010-03-31 | Removed the bool cast operator from FBasicString. It turns out it was causing | Mike Buland |
2010-03-03 | I think I just changed whitespace... | Mike Buland |
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland |
2010-02-11 | Started working on a CSV reader, it's pretty much done, the CSV writer is just | Mike Buland |
2010-01-07 | Added a function that really should have always been in FString... | Mike Buland |
2009-12-21 | Added a trimBack fonction to FBasicString that removes all occurances of once | Mike Buland |
2009-12-15 | Bugfix in Bu::FBasicString for null string comparisons. | Mike Buland |
2009-11-24 | Added a replace function to fstring...sweeet. | 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-10-16 | Although this looks like a load of code changes, this represents no functional | Mike Buland |
2009-09-21 | Stupid prepend. A prepend function was missing, and the prepend functions | Mike Buland |
2009-09-09 | Fixed a minor assignment bug in shared core, assigning an object to itself was | Mike Buland |
2009-08-21 | Added loads of debugging to sharedcore, we're sure it's to blame, but not as | Mike Buland |
2009-08-14 | Massive freaking changes!!! | Mike Buland |
2009-08-11 | Added some more functions to Bu::FBasicString, including a setSize function. | Mike Buland |
2009-08-09 | Really, just a lot of documenting. | Mike Buland |
2009-07-31 | Silly, the new g++ complained about some "style." Now it doesn't. | Mike Buland |
2009-07-31 | Added a character based splitting function to FBasicString and made more of the | Mike Buland |
2009-06-16 | The Bu::FBasicString::iterator and const_iterator didn't have != comparsion | Mike Buland |
2009-06-15 | Changed a couple of comparison functions to const. | Mike Buland |
2009-04-23 | Hey, FBasicString throws exceptions when you try to use the index operator and | Mike Buland |
2009-04-16 | Hey, the list code is better, also, I fixed some stuff in socket (the | Mike Buland |
2009-04-10 | Added some new goodness to the fbasicstring, fixing some inconsistancies and | Mike Buland |
2009-02-27 | Fixed a bug in Bu::FString, it wouldn't concatinate properly when using the + | Mike Buland |
2009-02-24 | david - apparently the mingw compiler has a couple issues... | David |
2009-02-24 | Corrected some iterator confusion in FString and added a helper to | Mike Buland |
2009-02-08 | So many updates. I recommend using the new FString iterators instead of direct | Mike Buland |
2009-01-07 | Only two real changes. First, Bu::FString and Bu::FBasicString are in different | Mike Buland |