| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `import-project` and `export-project` (#183) | Dan Engelbrecht | 2022-11-18 | 1 | -5/+39 |
| | | | | * Add `import-project` and `export-project` command line parsing | ||||
| * | merge from main | Stefan Boberg | 2021-11-18 | 1 | -4/+11 |
| |\ | |||||
| | * | Check input range when copy compressed range. | Per Larsson | 2021-11-16 | 1 | -3/+10 |
| | | | |||||
| | * | Renamed 3rdparty -> thirdparty for legal compliance | Stefan Boberg | 2021-11-04 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed unused variable warning | Stefan Boberg | 2021-11-03 | 1 | -1/+0 |
| |/ | |||||
| * | Compressed oplog attachments | Per Larsson | 2021-10-21 | 1 | -0/+193 |
| | | |||||
| * | Added support for decompressing from offset. | Per Larsson | 2021-10-13 | 1 | -46/+182 |
| | | |||||
| * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -1/+4 |
| | | | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly. | ||||
| * | Unsigned / signed comparison warning fixes | Stefan Boberg | 2021-09-15 | 1 | -3/+3 |
| | | |||||
| * | Missing #include | Martin Ridgers | 2021-09-14 | 1 | -0/+1 |
| | | |||||
| * | Added #ifdef around Windows-only #pragma-comment-lib statements | Martin Ridgers | 2021-09-14 | 1 | -1/+3 |
| | | |||||
| * | Added missing CompressedBuffer::Null instantiation | Stefan Boberg | 2021-09-06 | 1 | -0/+2 |
| | | |||||
| * | Added Oodle to CompressedBuffer (#5) | Devin Doucette | 2021-07-22 | 1 | -83/+221 |
| | | |||||
| * | Added CompressedBuffer round-trip tests | Stefan Boberg | 2021-05-24 | 1 | -18/+67 |
| | | |||||
| * | Implemented support for UE5-style CompressedBuffers | Stefan Boberg | 2021-05-24 | 1 | -0/+709 |
| | | | | | Currently supports None, LZ4 compression types | ||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+11 |