| Commit message (Expand) | Author | Age | Files | Lines |
* | review: fix findings | Alexander Mohr | 2022-07-05 | 2 | -2/+2 |
|
|
* | meson: fix meson build | Alexander Mohr | 2022-06-11 | 1 | -1/+1 |
|
|
* | Fix default_library undeclared error in Windows | Dan Yeaw | 2022-04-15 | 1 | -1/+1 |
|
|
* | Fix incorrect meson build option for programs | Dan Yeaw | 2022-04-13 | 1 | -1/+1 |
|
|
* | Fixup meson build | Tristan Partin | 2022-02-09 | 10 | -381/+240 |
|
|
* | meson: simplify version lookup and avoid deprecation warnings | Eli Schwartz | 2021-12-14 | 1 | -7/+2 |
|
|
* | Update snapcraft.yaml to reflect latest build | Edward Hope-Morley | 2021-01-07 | 1 | -1/+1 |
|
|
* | fix CFLAGS unexport issue | Yann Collet | 2020-12-01 | 1 | -4/+4 |
|
|
* | update doc | Yann Collet | 2020-11-15 | 1 | -2/+2 |
|
|
* | Merge pull request #886 from servusDei2018/dev | Yann Collet | 2020-08-21 | 1 | -3/+2 |
|\ |
|
| * | Optimized by replacing `endl` with `'\n'` | Nate | 2020-07-24 | 1 | -3/+2 |
|
|
* | | [build] Move CMake and Visual build systems to build/ | Nick Terrell | 2020-08-20 | 3 | -239/+1 |
|
|
* | | meson: remove build requirement for distutils | Rosen Penev | 2020-07-21 | 1 | -3/+2 |
|/ |
|
* | meson: move one layer deeper to allow easy construction of a wrap file | Julius Michaelis | 2019-09-26 | 10 | -114/+128 |
|
|
* | Merge pull request #758 from dooxe/develop | Yann Collet | 2019-07-19 | 1 | -0/+1 |
|\ |
|
| * | Added BUNDLE DESTINATION in CMakeLists.txt so that it works with newer versio... | dooxe | 2019-07-18 | 1 | -0/+1 |
|
|
* | | meson: Always build gen_manual on build machine | Lzu Tao | 2019-06-29 | 1 | -0/+1 |
|
|
* | | meson: Fix deprecated warnings on build options | Lzu Tao | 2019-06-29 | 3 | -14/+14 |
|
|
* | | meson: Rely only on extracted version in lz4.h | Lzu Tao | 2019-04-30 | 1 | -9/+4 |
|
|
* | | contrib: Make Meson build non optional | Lzu Tao | 2019-04-26 | 1 | -1/+3 |
|/ |
|
* | meson: Add -DLZ4_DLL_EXPORT=1 to build dynamic lib on Windows | Lzu Tao | 2019-01-23 | 2 | -1/+7 |
|
|
* | meson: Favor warning if cannot find version string | Lzu Tao | 2019-01-10 | 1 | -1/+1 |
|
|
* | meson: Use libray as required argument in `pkgconfig` | Lzu Tao | 2019-01-10 | 1 | -2/+2 |
|
|
* | meson: Explicit use `meson setup` to setup a builddir | Lzu Tao | 2019-01-10 | 1 | -1/+1 |
|
|
* | Merge pull request #620 from lzutao/meson_symlink | Yann Collet | 2018-12-17 | 2 | -16/+12 |
|\ |
|
| * | Simplify logic by setting default value for MESON_INSTALL_DESTDIR_PREFIX | Lzu Tao | 2018-12-13 | 1 | -4/+2 |
|
|
| * | meson: Update man1 extension in meson 0.49.0 | Lzu Tao | 2018-12-13 | 1 | -1/+1 |
|
|
| * | meson: Update InstallSymlink.py usage | Lzu Tao | 2018-12-13 | 1 | -11/+9 |
|
|
* | | meson: Remove unused sys import | Lzu Tao | 2018-12-14 | 1 | -5/+3 |
|/ |
|
* | Add snap packaging support | Edward Hope-Morley | 2018-12-12 | 2 | -0/+60 |
|
|
* | meson: Add README.md for newcomers [skip ci] | Lzu Tao | 2018-12-09 | 1 | -0/+34 |
|
|
* | No need to join prefix and let soversion base on version | Lzu Tao | 2018-12-04 | 2 | -7/+4 |
|
|
* | Use MESON_INSTALL_DESTDIR_PREFIX instead of DESTDIR | Lzu Tao | 2018-12-04 | 1 | -20/+5 |
|
|
* | meson: Add fallback message when not found lz4.h | Lzu Tao | 2018-12-03 | 1 | -0/+2 |
|
|
* | meson: Fix wrong path to lib/lz4.h | Lzu Tao | 2018-12-03 | 1 | -1/+1 |
|
|
* | meson: Correct support for Windows build | Lzu Tao | 2018-12-03 | 3 | -41/+23 |
|
|
* | meson: Update usage of InstallSymlink helper | Lzu Tao | 2018-12-03 | 1 | -31/+33 |
|
|
* | Use argparse instead of manually parsing [skip ci] | Lzu Tao | 2018-12-03 | 1 | -9/+5 |
|
|
* | meson: Fix soversion and generated pkg-config file [skip ci] | Lzu Tao | 2018-12-03 | 1 | -2/+3 |
|
|
* | meson: Use --werror build option instead of passing -Werror [skip ci] | Lzu Tao | 2018-12-03 | 1 | -3/+2 |
|
|
* | meson test: Update timeout and tests that use COPYING | Lzu Tao | 2018-12-03 | 1 | -4/+16 |
|
|
* | Add meson build system | Lzu Tao | 2018-12-02 | 10 | -0/+573 |
|
|
* | added cppcheck | Yann Collet | 2018-09-18 | 1 | -2/+2 |
|
|
* | fixed minor cppcheck warnings in examples | Yann Collet | 2018-09-18 | 1 | -14/+16 |
|
|
* | Add CMake option to not build legacy lz4c program | Joel Johnson | 2018-08-09 | 1 | -4/+10 |
|
|
* | fix #482: change CFLAGS to CXXFLAGS | Yann Collet | 2018-03-09 | 1 | -4/+4 |
|
|
* | Add DLL files to the INSTALL target | PierreNav | 2017-05-23 | 1 | -1/+2 |
|
|
* | updated Makefile | Yann Collet | 2017-05-10 | 2 | -4/+24 |
|
|
* | [cmake] Fix substituting version in liblz4.pc | Michał Górny | 2017-02-05 | 1 | -0/+2 |
|
|
* | updated gen-lz4-manual.sh | Przemyslaw Skibinski | 2017-01-23 | 2 | -4/+7 |
|
|