| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- drop qrc parsing and zstd compression
|
| |
|
| |
|
|
|
|
| |
- add rcc generator for use when importing as subproject
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
rcc:
- add - and Zstd modes
- fix Zstd dictionary train
|
|
|
|
|
|
|
|
|
|
| |
rcc:
- add -n/--namespace to command line
- make default compression None
- fix None compression not printing hexdumps
libembed:
- add a zstd decompression test
|
|
|