Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-01 | Embed: Ensure data blocks are null-terminated | Jaakko Keränen | |
2021-01-18 | Renamed ".binary" files | Jaakko Keränen | |
Use the .lgr extension for Lagrange binary files. | |||
2021-01-05 | Don't use bincat.sh by default | Jaakko Keränen | |
It's not portable enough, need to tweak the script. | |||
2021-01-05 | Embed: Use a shell script for bincat | Jaakko Keränen | |
Todo: Needs testing if this is portable enough. Should be pretty POSIX, though. | |||
2020-11-02 | Build bincat using MinSizeRel config | Jaakko Keränen | |
2020-11-02 | Embed: Build resource files faster | Jaakko Keränen | |
As part of the CMake configuration, build bincat (23 lines of C) to concatenate resource files together. This is much faster because CMake doesn't have to get involved in the contents of the binary files. |