Searched full:files (Results 1 – 25 of 34) sorted by relevance
12
/lz4-3.4.0-2.7.6/programs/ |
D | lz4.1 | 5 \fBlz4\fR \- lz4, unlz4, lz4cat \- Compress or decompress \.lz4 files 17 When writing scripts that need to decompress files, it is recommended to always use the name \fBlz4… 26 \fBlz4\fR compresses a single file by default (see \fB\-m\fR for multiple files) 35 \fBlz4\fR preserves original files 52 …files using suffix \fB\.lz4\fR\. Progress notifications become disabled by default (use \fB\-v\fR … 55 Similarly, \fBlz4 \-m \-d\fR can decompress multiple \fB*\.lz4\fR files\. 58 It\'s possible to opt\-in to erase source files on successful compression or decompression, using \… 65 .SS "Concatenation of \.lz4 files" 66 It is possible to concatenate \fB\.lz4\fR files as is\. \fBlz4\fR will decompress such files as if … 102 Test the integrity of compressed \fB\.lz4\fR files\. The decompressed data is discarded\. No files … [all …]
|
D | lz4.1.md | 1 lz4(1) -- lz4, unlz4, lz4cat - Compress or decompress .lz4 files 13 When writing scripts that need to decompress files, 34 * `lz4` compresses a single file by default (see `-m` for multiple files) 37 * `lz4` preserves original files 55 which will be compressed into files using suffix `.lz4`. 58 with the main remaining difference being that source files are preserved by default. 59 * Similarly, `lz4 -m -d` can decompress multiple `*.lz4` files. 60 * It's possible to opt-in to erase source files 64 ### Concatenation of .lz4 files 66 It is possible to concatenate `.lz4` files as is. [all …]
|
D | README.md | 51 -k : preserve source files(s) (default) 61 -m : multiple input files (implies automatic output filenames) 71 --favor-decSpeed: compressed files decompress faster, but are less compressed 82 All files in this directory are licensed under GPL-v2.
|
D | .gitignore | 17 # tests files
|
D | lz4cli.c | 119 DISPLAY( " -k : preserve source files(s) (default) \n"); in usage() 136 DISPLAY( " -m : multiple input files (implies automatic output filenames)\n"); in usage_advanced() 148 …DISPLAY( "--list FILE : lists information about .lz4 files (useful for files compressed with --con… in usage_advanced() 150 DISPLAY( "--favor-decSpeed: compressed files decompress faster, but are less compressed \n"); in usage_advanced() 549 /* hidden command : benchmark files, but do not fuse result */ 558 …/* Treat non-option args as input files. See https://code.google.com/p/lz4/issues/detail?id=151 */ 597 …DISPLAYLEVEL(1, "Warning : %s won't be used ! Do you want multiple input files (-m) ? \n", argumen… 619 …/* at this stage, filenameTable is a list of paths, which can contain both files and directories */
|
D | COPYING | 95 a) You must cause the modified files to carry prominent notices 96 stating that you changed the files and the date of any change. 158 associated interface definition files, plus the scripts used to
|
/lz4-3.4.0-2.7.6/ |
D | LICENSE | 2 - all files in the `lib` directory use a BSD 2-Clause license 3 - all other files use a GPLv2 license, unless explicitly stated otherwise 9 files in the `lib` directory are designed to be included into 3rd party applications, 10 while all other files, in `programs`, `tests` or `examples`,
|
D | appveyor.yml | 33 …Files\Microsoft SDKs\Windows\v7.1\lib\x64;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\l… 89 …CONFIGURATION% /p:EnableWholeProgramOptimization=true /logger:"C:\Program Files\AppVeyor\BuildAgen… 93 …:Platform=%PLATFORM% /p:Configuration=%CONFIGURATION% /logger:"C:\Program Files\AppVeyor\BuildAgen… 97 …:Platform=%PLATFORM% /p:Configuration=%CONFIGURATION% /logger:"C:\Program Files\AppVeyor\BuildAgen… 101 …:Platform=%PLATFORM% /p:Configuration=%CONFIGURATION% /logger:"C:\Program Files\AppVeyor\BuildAgen…
|
D | NEWS | 12 cli : `-l` legacy format is now compatible with `-m` multiple files, by Filipe Calasans 32 cli : --list supports multi-frames files, by @gstedman 58 fix : corruption in v1.8.2 at level 9 for files > 64KB under rare conditions (#560) 66 perf: *much* faster dictionary compression on small files, by @felixhandte 92 cli : added GNU separator -- specifying that all following arguments are files 126 Improved: Small compression ratio and speed improvement on small files 131 Makefile: Generates object files (*.o) for faster (re)compilation on low power systems 135 cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell 138 lz4cat : can cat multiple files in a single command line (#184) 160 New : LZ4 CLI improved performance compressing/decompressing multiple files (#86, kind contribut… [all …]
|
D | .gitignore | 1 # Object files 22 # IDE / editors files
|
D | .gitattributes | 4 # Explicitly declare source files 8 # Denote files that should not be modified.
|
D | README.md | 21 in order to drastically improve compression performance on small files. 103 Arbitrarily long files or data streams are compressed using multiple blocks,
|
/lz4-3.4.0-2.7.6/lib/ |
D | README.md | 1 LZ4 - Library Files 4 The `/lib` directory contains many files, but depending on project's objectives, 18 Add files **`lz4hc.c`** and **`lz4hc.h`**. 20 and depends on regular `lib/lz4.*` source files. 31 So it's necessary to include all `*.c` and `*.h` files present in `/lib`. 70 by defining `LZ4_DISABLE_DEPRECATE_WARNINGS` before including the LZ4 header files. 97 All `*.h` files present in `/lib` remain necessary to compile `lz4_all.c`. 109 The header files `lz4.h`, `lz4hc.h`, `lz4frame.h` and the dynamic library 122 Other files present in the directory are not source code. They are :
|
/lz4-3.4.0-2.7.6/lib/dll/example/ |
D | README.md | 10 - `include\` : Header files required with LZ4 library 38 The header files from `include\` and the dynamic library `dll\liblz4.dll` 59 The header files from `include\` and the import library `dll\liblz4.lib` 62 1. The header files should be added to `Additional Include Directories` that can
|
/lz4-3.4.0-2.7.6/tests/ |
D | test-lz4-versions.py | 105 print('Full list of compressed files') 110 # Remove duplicated .lz4 files 112 print('Duplicated files') 125 print('Enumerate only different compressed files') 130 # Decompress remained .lz4 files by all released lz4c and lz4c32 143 # Compare all '.dec' files with test_dat
|
D | README.md | 23 Then it compiles all branches of lz4 and performs a speed benchmark for a given list of files (the … 37 The example usage with two test files, one e-mail address, and with an additional message: 69 All files in this directory are licensed under GPL-v2.
|
D | Makefile | 248 @echo "\n ---- test multiple files ----" 252 # compress multiple files : one .lz4 per source file 257 # decompress multiple files : one output file per .lz4 265 # compress multiple files into stdout 271 # decompress multiple files into stdout 279 # compress multiple files, one of which is absent (must fail) 284 @echo "\n ---- test multiple files (Legacy format) ----" 288 # compress multiple files using legacy format: one .lz4 per source file 293 # decompress multiple files compressed using legacy format: one output file per .lz4 302 # compress multiple files into stdout using legacy format [all …]
|
D | test-lz4-list.py | 111 # Even do we're listing 2 files to test multiline working as expected. 126 … # One of the files has 2 frames so duplicate it in this list to map each frame 1 to a single file 263 # Concatenate --content-size files 270 # Concatenate all files
|
D | COPYING | 95 a) You must cause the modified files to carry prominent notices 96 stating that you changed the files and the date of any change. 158 associated interface definition files, plus the scripts used to
|
/lz4-3.4.0-2.7.6/build/cmake/ |
D | CMakeLists.txt | 188 install(FILES 193 install(FILES "${LZ4_PROG_SOURCE_DIR}/lz4.1" 195 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/liblz4.pc" 212 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${f}.1"
|
/lz4-3.4.0-2.7.6/build/ |
D | README.md | 43 The header files `lib\lz4.h`, `lib\lz4hc.h`, `lib\lz4frame.h` and the import library 47 1. The path to header files should be added to `Additional Include Directories` that can
|
/lz4-3.4.0-2.7.6/contrib/debian/ |
D | copyright | 6 Files: *
|
D | changelog | 7 * Makefile: Generates object files (*.o) for faster (re)compilation on low power systems
|
D | control | 23 Development files.
|
/lz4-3.4.0-2.7.6/examples/ |
D | dictionaryRandomAccess.md | 10 - Dictionary based compression for homogenous files.
|
12