index
:
libbu++.git
bigchange
main
myriad
System level, general purpose C++ library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
/
fstring.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
2008-02-07
Just updated the copyright date.
Mike Buland
2007-11-15
Added liscense info at the front of many, many files. Debating the old files.
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-07-18
Incorporated a patch contributed by Brandon CS Sanders that allows libbu++ to
Mike Buland
2007-06-19
david - got some things compiling on win32 (wine/devc++)
David
2007-05-17
As evidenced by my latest test, the Bu::FString copy is actually slower than
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-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
2007-03-15
Looks like FString is ready for general consumption, not too shabby.
Mike Buland
2007-03-15
FString is totally usable, a few more helpers must be written before it surpases
Mike Buland