Age | Commit message (Expand) | Author |
2010-02-13 | Added and updated the license info in all the source files, they still said | 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-11 | Added some more functions to Bu::FBasicString, including a setSize function. | Mike Buland |
2009-01-07 | Only two real changes. First, Bu::FString and Bu::FBasicString are in different | Mike Buland |
2008-12-29 | Fixed some horror inside the Taf writer. It had a strange corner case when | Mike Buland |
2008-12-22 | Hey, corrected a minor issue in Bu::FString. Turns out C++ is hardass enough | Mike Buland |
2008-12-12 | All of those changes I thought I'd already committed. The taf writer handles | Mike Buland |
2008-09-24 | Something may be wrong. | Mike Buland |
2008-09-24 | Minor tweak, the newer version of the compiler had a couple of extra really good | Mike Buland |
2008-09-24 | Added a getSubStr function to Bu::FString, and more tests to the fstring unit | Mike Buland |
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-09-15 | david - made precompiler not do wordexp stuff in expand function on win32 tar... | David |
2008-09-11 | Fixed some whacky old FBasicString hikinx. Basically it supports all the basic, | Mike Buland |
2008-09-04 | XML is important, I guess... | Mike Buland |
2008-02-07 | Just updated the copyright date. | Mike Buland |
2008-01-23 | Added a new helper to the Stream classes, a write function that takes a single | Mike Buland |
2007-12-12 | Corrected some issues with the new trace system. It's now working fine. It'... | Mike Buland |
2007-12-11 | Interum commit, fixing the bu directory. | Mike Buland |
2007-12-04 | Minor update to Bu::FString, it now always returns a valid C style string when | Mike Buland |
2007-11-30 | Added some helpers to fstring, and fixed a bug in Bu::Process, it wasn't closing | Mike Buland |
2007-11-24 | Alright, *now* remove works. | Mike Buland |
2007-11-23 | Ok, that was a strange bug... | Mike Buland |
2007-11-23 | Bu::FString now has insert and remove functions, yay! | Mike Buland |
2007-11-23 | Added the Process stream class, this will allow us to do some really cool stuff | Mike Buland |
2007-11-15 | david - adding license tag to the top of all header files | David |
2007-11-08 | Bu::FString now has the functions format, formatAppend, and formatPrepend, all | Mike Buland |
2007-11-01 | Just made some functions that are usable const labeled const so you can use them | Mike Buland |
2007-10-20 | Just marked Bu::FString::c_str as deprecated, don't use it, it'll go away later. | Mike Buland |
2007-10-08 | More updates, I'll doc them later, http works, client is less picky. | Mike Buland |
2007-10-04 | Discovered that the Bu::Client::disconnect() function didn't do anything. That | Mike Buland |
2007-09-04 | Added the Bu::FString::expand() function, which expands the string in place | Mike Buland |
2007-08-14 | Fixed a crash in the FString::prepend function on a null string corner case. | Mike Buland |
2007-08-05 | Minor FString change. | Mike Buland |
2007-08-05 | Bu::Fstring doesn't give that stupid return warning anymore. | Mike Buland |
2007-07-18 | Incorporated a patch contributed by Brandon CS Sanders that allows libbu++ to | Mike Buland |
2007-07-11 | Fixed a horrifying FString bug. | Mike Buland |
2007-07-10 | OK, this time I really fixed it so that it compares raw strings and FStrings | Mike Buland |
2007-07-10 | Updated the FString to const char * string comparison, it should work better | Mike Buland |
2007-07-10 | More FString updates, this one fixes the hashing and string comparison. | Mike Buland |
2007-07-10 | Fixed a bunch of stuff, I don't even know what... | Mike Buland |
2007-07-09 | Fixed a bug in a new constructor. | Mike Buland |
2007-07-09 | Removed the refconuting for now, it just copies the string. Obviously it is | Mike Buland |
2007-07-03 | Added an assignment operator to get data from comparable std::basic_string | Mike Buland |
2007-06-30 | For now we have no const char * cast operator on FString, ISO C++ says that we | Mike Buland |
2007-06-29 | A few changes here and there, mainly related to getting the new Server system | Mike Buland |
2007-06-28 | The FString has more things that it can do...now. | Mike Buland |
2007-06-28 | Many minor changes, hopefully the header fixes will keep future header macro | Mike Buland |
2007-06-27 | More fstring stuff. | Mike Buland |
2007-06-27 | Added more functions to fstring, now it has isSet and a bool cast operator. | Mike Buland |