aboutsummaryrefslogtreecommitdiff
path: root/scripts/rcc_format.py
Commit message (Collapse)AuthorAgeFilesLines
* Move scripts/rcc to top levelAqua-sama2020-03-301-67/+0
| | | | - add rcc generator for use when importing as subproject
* Drop dependency on serge-sans-paille/frozenAqua-sama2020-03-291-4/+9
| | | | | | | | | | | | format: - instead of frozen::unordered_map, create two std::arrays with the aliased names (entries) and respective data (values) libembed: - Resources and CompressedResources convenience classes for raw and compressed resources respectively - Resources can be constexpr in regular usage - Annotate Resources::decompress accordingly
* Change rcc command lineAqua-sama2020-03-281-0/+62
rcc: - add - and Zstd modes - fix Zstd dictionary train