Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-14 | Removed questionable forced modification of const data | Jaakko Keränen | |
The embedded data blocks were declared as global const variables, but the compiler was forced to initialize them as non-const data. There is no real need to keep these const, so let's not do this. | |||
2020-09-02 | Merge branch 'master' of skyjake.fi:skyjake/lagrange | Jaakko Keränen | |
2020-08-23 | Build option to disable kerning; other optimizations | Jaakko Keränen | |
2020-08-23 | Cleanup: Use ".binary" for binary files | Jaakko Keränen | |
2020-08-17 | CMake: Support older CMake for checking file sizes | Jaakko Keränen | |
2020-08-08 | Disable executable-embedded resources by default | Jaakko Keränen | |
2020-08-03 | Embed: Fixed handling of path not found | Jaakko Keränen | |
2020-08-03 | Server certificate TOFU | Jaakko Keränen | |
2020-07-28 | Added EMBED_IN_EXECUTABLE build option | Jaakko Keränen | |
The embedded resources can alternatively be read from a file called 'resources.bin'. | |||
2020-07-21 | Initial commit | Jaakko Keränen | |
Borrowing the app skeleton from Bitwise Harmony. |