Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-10 | Made versioning nicer. | Mike Buland | |
2018-12-10 | Updated to use git for versions. | Mike Buland | |
2014-11-28 | Heh, autoconfig didn't work on systems without /dev/null | Mike Buland | |
(*caugh* windows *caugh*) | |||
2014-11-28 | Autoconfig now detects libraries that libbu++ can use and generates the | Mike Buland | |
appropriate headers. bin2cpp now uses those headers to compile correctly despite having missing filters. | |||
2012-11-05 | Converted tabs to spaces with tabconv. | Mike Buland | |
2012-04-15 | Updated copyright, packaging, makefile, etc. | Mike Buland | |
2012-04-10 | Tweaked the version.h file and the makefile. | Mike Buland | |
2011-04-06 | Libbu++ generates it's own system specific config file as well as a fancy | Mike Buland | |
version header file all programs can now use to determine which version, api version, and svn revision of libbu++ they're linking against. It doesn't quite work for windows yet, but it will, eventually. | |||
2011-04-04 | I made some awesome progress on the UtfString system, it stores in native utf16 | Mike Buland | |
encoding to make things easier (little endian in our case). It can currently read utf8 and utf16be, but not BOM. It will give you full unicode code points instead of the raw utf16 values, which is pretty slick. |