aboutsummaryrefslogtreecommitdiff
path: root/src/tools/bin2cpp.cpp (follow)
AgeCommit message (Collapse)Author
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.