Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-07 | Cache updates, mainly helper typedefs to make it easier to work with a cache | Mike Buland | |
without knowing everything about it's keytype and whatnot. Minor fixes to the csv end-of-line handling. | |||
2010-03-31 | Removed the bool cast operator from FBasicString. It turns out it was causing | Mike Buland | |
way, way, way more problems than it solved. A number of libbu++ tests were inacurate because of it, there were problems in several other programs, and there may be more that have problems we haven't found yet because of this. This will most likely cause complitaion errors, especially in places we didn't expect, where strings were being stored into or passed as integers and the like. In cases where you were just testing a string, just call the "isSet()" function, which is functionally equivellent to the old bool cast operator. | |||
2010-03-01 | The CSV Reader now handles multiple comma characters in sequence without spaces | Mike Buland | |
correctly. | |||
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland | |
copyright 2007-2008. | |||
2010-02-11 | Started working on a CSV reader, it's pretty much done, the CSV writer is just | Mike Buland | |
a shell, but I may finish it soon, and started work on NewLine, a filter that converts newlines in text streams between the different OS standards. Also added some more helper operators to fbasicstring. |