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
/
unstable
/
utfstring.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
2023-08-01
Updated copyright date.
Mike Buland
2023-07-01
Fixed potential memory corruption/race condition.
Mike Buland
2023-04-24
Fixed infinite recursion constructing UtfString
Mike Buland
2023-04-24
More tweaks to make things easier to transition.
Mike Buland
2023-04-24
Additions to blob/utfstring for json.
Mike Buland
2020-05-12
Fixed static char* comparison bug in Bu::UtfString.
Mike Buland
2019-05-24
Updated copyright date.
Mike Buland
2019-05-13
UtfString & Json overhaul.
Mike Buland
2014-02-03
Changed copyright to 2007-2014.
Mike Buland
2013-02-11
Updated the copyright for 2013.
Mike Buland
2012-11-05
Converted tabs to spaces with tabconv.
Mike Buland
2012-08-24
Adding new Bu::Settings system, which works more or less like QSettings from Qt,
Mike Buland
2012-06-04
UtfString supports get and append now, but it still needs a lot of work.
Mike Buland
2012-04-15
Updated copyright, packaging, makefile, etc.
Mike Buland
2012-03-25
Code is all reorganized. We're about ready to release. I should write up a
Mike Buland