1
0
mirror of https://github.com/chylex/Brotli-Builder.git synced 2024-10-17 03:42:47 +02:00
Commit Graph

27 Commits

Author SHA1 Message Date
515ca92fd1 Add BrotliCalc command to extract block types 2020-04-14 07:22:17 +02:00
1183f9fdec Split BrotliCalc test-reserialize-rebuild command into test-reserialize & test-rebuild 2020-03-19 16:51:10 +01:00
a9e8ecece6 Add separators to BrotliCalc command list 2020-03-19 16:41:20 +01:00
4b427cb7b4 Add BrotliCalc command for stats about literals and backward/dictionary references 2020-03-17 15:14:53 +01:00
49dc43e480 Add BrotliCalc commands to rebuild/encode/transform files and save them 2020-03-15 16:17:55 +01:00
946d71a561 Add BrotliCalc command to extract context maps 2020-03-11 06:58:52 +01:00
3aaee9d327 Add BrotliCalc command to validate compressed files 2020-01-29 23:04:52 +01:00
357708394c Add BrotliCalc commands (copy uncompressed files, reserialize, generate markers) 2019-11-25 00:08:30 +01:00
1a643a6d27 Remove 'repeat last command' function from BrotliCalc 2019-11-24 22:13:04 +01:00
9d181d8e9a Add BrotliCalc command to benchmark dictionary index construction 2019-11-24 13:42:11 +01:00
b1f007d831 Add BrotliCalc commands to extract window size & meta-block info 2019-11-24 09:38:46 +01:00
cd1a52f246 Refactor BrotliCalc commands & simplify file processing even more 2019-11-23 16:36:51 +01:00
651a7cfd3c Minor fixes (unit test, documentation, console null check, null assignment operator) 2019-11-23 07:34:23 +01:00
f736e4160d Fix default thread culture setting, ffs 2019-11-02 22:11:13 +01:00
616f2591d1 Add BrotliCalc command line argument parsing 2019-11-02 15:11:15 +01:00
b07c707759 Upgrade libraries to .NET Standard 2.1 and UI/test projects to .NET Core 3.0 2019-10-18 20:11:44 +02:00
85b0a5e93b Add console message before processing each file in BrotliCalc 2019-10-04 17:25:57 +02:00
0cf685459f Add BrotliCalc command to generate official compressor size stats 2019-10-04 15:32:21 +02:00
9da921fe52 Remove inefficient dictionary index 2019-10-03 17:17:21 +02:00
8759e827dd Add BrotliCalc command to benchmark reserialization & rebuild 2019-07-08 19:07:43 +02:00
3cfee1d897 Print command execution time in BrotliCalc 2019-05-29 17:42:30 +02:00
648334db9b Add BrotliCalc commands to test encoders & transformers 2019-05-29 15:57:05 +02:00
909fd91fe9 Add BrotliCalc command to calculate size after reserialize/rebuild 2019-05-22 21:22:27 +02:00
edae3a9161 Add BrotliCalc command to generate Brotli dictionary index 2019-05-17 04:49:16 +02:00
1eacd31096 Implement BrotliCalc ICommand argument count checking 2019-05-16 22:25:26 +02:00
abd62fb422 Add 'compress' command to BrotliCalc 2019-03-26 03:07:54 +01:00
335e52b10c Add BrotliCalc project w/ simple console command interface 2019-03-10 17:18:34 +01:00