Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-11-28 | Minor tweak to bin2cpp, it now will now include a comment showing you the name | Mike Buland | |
of each file in the source. It would be nice to have an enumeration or something at some point too. | |||
2012-11-05 | Converted tabs to spaces with tabconv. | Mike Buland | |
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. |