summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* minor Makefile fixesYann Collet2017-09-071-8/+8
|
* build: source files sorted in a FS independent mannerYann Collet2017-08-261-3/+3
| | | | | to be more compatible with reproducible builds. patch inspired by @bmwiedemann
* fixed make recurrence from /testsYann Collet2017-08-251-4/+5
|
* minor : added header licenseYann Collet2017-08-241-1/+1
|
* fixed man directory installation (#337)Yann Collet2017-08-241-3/+4
| | | | also : lz4c is now a symlink to lz4
* lz4c legacy commands are now enabled at runtime based on link/binary name "lz4c"Yann Collet2017-08-141-2/+4
| | | | | | | | | instead of selected at compilation time depending on a macro. This design makes it possible to have a single binary which supports both modes. An advantageous side effect is that when doing `make; make install` no additional binary is created during `make install` (it used to create `lz4c`, because `make` would only build `lz4`)
* better respect GNU standard Makefile conventionsYann Collet2017-08-141-17/+24
| | | | | | supports lowercase directory variables add an "Installation" section in README.md added an INSTALL file
* updated man pageYann Collet2017-08-071-2/+1
|
* -g compilation flag not by default for lz4 cliYann Collet2017-06-131-1/+1
|
* updated MakefileYann Collet2017-05-101-16/+10
| | | | | to automatically build manual files with make all
* updated platform.hPrzemyslaw Skibinski2017-02-101-2/+1
|
* added "This Makefile is validated for"Przemyslaw Skibinski2017-01-191-0/+2
|
* changed default PREFIX and MANDIRPrzemyslaw Skibinski2016-12-281-5/+5
|
* Merge remote-tracking branch 'refs/remotes/lz4/dev' into devPrzemyslaw Skibinski2016-12-271-12/+17
|\ | | | | | | | | # Conflicts: # lib/Makefile
| * updated Makefile : lz4 no longer recompiled when already up-to-dateYann Collet2016-12-221-12/+17
| |
* | BSD: improved "make install"Przemyslaw Skibinski2016-12-231-6/+11
| |
* | Solaris: working "make install"Przemyslaw Skibinski2016-12-221-12/+25
| |
* | "make test" is now compatible with SolarisPrzemyslaw Skibinski2016-12-221-3/+3
|/
* fix #284, reported by @beiDei8z : added test cases for path/to/lz4catYann Collet2016-12-071-1/+4
|
* fix : invocation of path/to/unlz4 (#284), reported by @beiDei8zYann Collet2016-12-071-9/+12
|
* Add "man" target to MakefileTakayuki MATSUOKA2016-11-271-0/+27
| | | | | - `make man` makes manpage lz4.1 from lz4.1.md - It needs `gem` and `ronn` which is same as xxhash.1.md is required.
* library release build compatible with environment variableYann Collet2016-11-221-1/+1
|
* lz4 release build compatible with PIEYann Collet2016-11-221-9/+10
|
* fixed versionsTestYann Collet2016-11-171-2/+3
|
* fix 32-bits mode.Yann Collet2016-11-171-12/+14
| | | | | | Large File support for Mac OS-X in 32-bits mode Fixed potential undefined behavior Changed makefile for 32-bits mode
* clang and g++ tests restricted to native only on Travis CI Ubuntu v12 ↵Yann Collet2016-11-141-4/+6
| | | | environment
* removed LZ4_DLL_EXPORT=1 (2)Przemyslaw Skibinski2016-11-091-1/+1
|
* test powerpc64Przemyslaw Skibinski2016-11-081-1/+2
|
* tests\Makefile: added test-platformPrzemyslaw Skibinski2016-11-081-2/+1
|
* updated lz4cli.cPrzemyslaw Skibinski2016-11-041-3/+3
|
* redefined VOID for Windows/MSYSPrzemyslaw Skibinski2016-11-041-2/+1
|
* Merge pull request #249 from inikep/devYann Collet2016-11-031-200/+2
|\ | | | | Dev
| * updated .travis.ymlPrzemyslaw Skibinski2016-11-031-4/+0
| |
| * test programs moved to tests/Przemyslaw Skibinski2016-11-031-196/+2
| |
* | check fread() operation results (#243)Yann Collet2016-11-031-1/+1
|/
* Add LZ4LIB_APIKouhei Sutou2016-09-221-1/+1
| | | | | | | | | | | | It's based on Zstandard's ZSTDLIB_API. See also: https://github.com/Cyan4973/lz4/issues/216#issuecomment-226245432 Deprecated functions aren't LZ4LIB_API targets. Because we don't need to export deprecated functions from now. There are same LZ4LIB_API definitions in each header files instead of including a common header file because LZ4_DEPRECATED is defined so.
* updated uninstallYann Collet2016-09-171-17/+17
|
* Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into devinikep2016-09-031-5/+3
|\ | | | | | | | | # Conflicts: # programs/Makefile
| * lz4 version source from lz4.hYann Collet2016-09-031-5/+3
| |
* | CFLAGS += $(MOREFLAGS)inikep2016-09-031-0/+1
|/
* minor refactoring changesYann Collet2016-08-101-1/+1
|
* stronger compilation flagsYann Collet2016-06-291-4/+4
|
* Add FreeBSD to install targetsMartin Waschbüsch2016-05-171-2/+3
| | | | Add FreeBSD to install targets
* Merge pull request #182 from kou/add-missing-extYann Collet2016-01-101-9/+9
|\ | | | | Add missing $(EXT)
| * Add missing $(EXT)Kouhei Sutou2016-01-101-9/+9
| | | | | | | | | | If the $(EXT) are added, "make install" can work with MinGW build on Linux.
* | Fix : compiler-independent macro to remove deprecation warningsYann Collet2015-10-211-8/+9
| |
* | Updated Makefile and .travisYann Collet2015-09-011-9/+3
| |
* | Makefile : generates *.o for faster processingYann Collet2015-08-151-21/+22
| |
* | minor simplification lz4_readarch()Yann Collet2015-08-061-1/+1
|/
* changed datagen to remove one mallocYann Collet2015-06-291-3/+2
|