aboutsummaryrefslogtreecommitdiff
path: root/autoconfig.cpp (follow)
AgeCommit message (Collapse)Author
2021-08-18Updating issues discovered using g++ 10Mike Buland
2018-12-10Made versioning nicer.Mike Buland
2018-12-10Updated to use git for versions.Mike Buland
2014-11-28Heh, autoconfig didn't work on systems without /dev/nullMike Buland
(*caugh* windows *caugh*)
2014-11-28Autoconfig now detects libraries that libbu++ can use and generates theMike Buland
appropriate headers. bin2cpp now uses those headers to compile correctly despite having missing filters.
2012-11-05Converted tabs to spaces with tabconv.Mike Buland
2012-04-15Updated copyright, packaging, makefile, etc.Mike Buland
2012-04-10Tweaked the version.h file and the makefile.Mike Buland
2011-04-06Libbu++ generates it's own system specific config file as well as a fancyMike 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-04I made some awesome progress on the UtfString system, it stores in native utf16Mike 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.