Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-04 | Adding new config-file support to the bin2cpp program. I should probably call | Mike Buland | |
it bu-bin2cpp or something to make it more unique. | |||
2012-05-24 | bin2cpp supports lzma compression. I need to modify the headers so it only | Mike Buland | |
includes headers for the things you use. | |||
2012-02-09 | May as well involve all the filters. No point in including lzma until we can | Mike Buland | |
link it in in windows though. | |||
2012-02-09 | Added StaticMemBuf and used it in bin2cpp. You can also set the name of the | Mike Buland | |
class that bin2cpp generates for you. | |||
2012-02-09 | bin2cpp added. It's nearly done. I want to add a StaticMemBuf class to | Mike Buland | |
libbu++ and then use that to minimize memory usage in the bin2cpp generated classes. That should go really quickly. |