aboutsummaryrefslogtreecommitdiff
path: root/src/tools/bin2cpp.cpp (follow)
AgeCommit message (Collapse)Author
2016-09-21Tweaks to make building on windows easier.Mike Buland
Also, just building without bzip2 or lzma easier.
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.
2014-11-28Minor tweak to bin2cpp, it now will now include a comment showing you the nameMike Buland
of each file in the source. It would be nice to have an enumeration or something at some point too.
2012-11-05Converted tabs to spaces with tabconv.Mike Buland
2012-10-04Adding new config-file support to the bin2cpp program. I should probably callMike Buland
it bu-bin2cpp or something to make it more unique.
2012-05-24bin2cpp supports lzma compression. I need to modify the headers so it onlyMike Buland
includes headers for the things you use.
2012-02-09May as well involve all the filters. No point in including lzma until we canMike Buland
link it in in windows though.
2012-02-09Added StaticMemBuf and used it in bin2cpp. You can also set the name of theMike Buland
class that bin2cpp generates for you.
2012-02-09bin2cpp added. It's nearly done. I want to add a StaticMemBuf class toMike Buland
libbu++ and then use that to minimize memory usage in the bin2cpp generated classes. That should go really quickly.