summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* [build] Move CMake and Visual build systems to build/Nick Terrell2020-08-203-239/+1
| | | | Fixes #852.
* meson: remove build requirement for distutilsRosen Penev2020-07-211-3/+2
| | | | | | | | Tested on a default installation of Debian 10. Same as https://github.com/facebook/zstd/pull/2197 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* meson: move one layer deeper to allow easy construction of a wrap fileJulius Michaelis2019-09-2610-114/+128
|
* Merge pull request #758 from dooxe/developYann Collet2019-07-191-0/+1
|\ | | | | Added `BUNDLE DESTINATION`
| * Added BUNDLE DESTINATION in CMakeLists.txt so that it works with newer ↵dooxe2019-07-181-0/+1
| | | | | | | | versions of cmake
* | meson: Always build gen_manual on build machineLzu Tao2019-06-291-0/+1
| | | | | | | | | | As gen_manual is using as a generator, not a binary target installed on host machine.
* | meson: Fix deprecated warnings on build optionsLzu Tao2019-06-293-14/+14
| | | | | | | | Meson now reserves `build_` prefix options.
* | meson: Rely only on extracted version in lz4.hLzu Tao2019-04-301-9/+4
| | | | | | | | | | So now instead of warning when failing to extract version number from lz4.h, we error and stop the build instead.
* | contrib: Make Meson build non optionalLzu Tao2019-04-261-1/+3
|/ | | | | * Update ninja version to 1.9 in CI. * Update default project version in meson script.
* meson: Add -DLZ4_DLL_EXPORT=1 to build dynamic lib on WindowsLzu Tao2019-01-232-1/+7
| | | | Thanks @nacho for pointing it out.
* meson: Favor warning if cannot find version stringLzu Tao2019-01-101-1/+1
|
* meson: Use libray as required argument in `pkgconfig`Lzu Tao2019-01-101-2/+2
|
* meson: Explicit use `meson setup` to setup a builddirLzu Tao2019-01-101-1/+1
|
* Merge pull request #620 from lzutao/meson_symlinkYann Collet2018-12-172-16/+12
|\ | | | | Update meson symlink and man1 extension
| * Simplify logic by setting default value for MESON_INSTALL_DESTDIR_PREFIXLzu Tao2018-12-131-4/+2
| |
| * meson: Update man1 extension in meson 0.49.0Lzu Tao2018-12-131-1/+1
| |
| * meson: Update InstallSymlink.py usageLzu Tao2018-12-131-11/+9
| | | | | | | | Change default directory mode to 755.
* | meson: Remove unused sys importLzu Tao2018-12-141-5/+3
|/
* Add snap packaging supportEdward Hope-Morley2018-12-122-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a snapcraft.yaml file to allow lz4 to be distributed as a snap (see https://snapcraft.io/ for more info on snaps). Building the Snap ----------------- To build the snap simply install snapcraft and build the snap e.g. on Ubuntu by doing: $ sudo apt install snapcraft $ cd contrib; snapcraft This will build a snap that can be published [1] to e.g. https://snapcraft.io/lz4 If you want to test the snap before publishing you can do: $ snap install <snapname>.snap --dangerous And that will install it on your local host. You will then have lz4 as a command to run. Installing the Snap ------------------- Once published and released in the snapstore your snap can be installed on any platform that supports snaps by doing: snap install lz4 [1] https://docs.snapcraft.io/releasing-to-the-snap-store
* meson: Add README.md for newcomers [skip ci]Lzu Tao2018-12-091-0/+34
|
* No need to join prefix and let soversion base on versionLzu Tao2018-12-042-7/+4
|
* Use MESON_INSTALL_DESTDIR_PREFIX instead of DESTDIRLzu Tao2018-12-041-20/+5
|
* meson: Add fallback message when not found lz4.hLzu Tao2018-12-031-0/+2
|
* meson: Fix wrong path to lib/lz4.hLzu Tao2018-12-031-1/+1
|
* meson: Correct support for Windows buildLzu Tao2018-12-033-41/+23
|
* meson: Update usage of InstallSymlink helperLzu Tao2018-12-031-31/+33
|
* Use argparse instead of manually parsing [skip ci]Lzu Tao2018-12-031-9/+5
|
* meson: Fix soversion and generated pkg-config file [skip ci]Lzu Tao2018-12-031-2/+3
|
* meson: Use --werror build option instead of passing -Werror [skip ci]Lzu Tao2018-12-031-3/+2
|
* meson test: Update timeout and tests that use COPYINGLzu Tao2018-12-031-4/+16
|
* Add meson build systemLzu Tao2018-12-0210-0/+573
|
* added cppcheckYann Collet2018-09-181-2/+2
| | | | | | as Makefile target and Travis CI test. Fixed last cppcheck warnings in tests and examples
* fixed minor cppcheck warnings in examplesYann Collet2018-09-181-14/+16
|
* Add CMake option to not build legacy lz4c programJoel Johnson2018-08-091-4/+10
|
* fix #482: change CFLAGS to CXXFLAGSYann Collet2018-03-091-4/+4
| | | | as they are associated with $(CXX)
* Add DLL files to the INSTALL targetPierreNav2017-05-231-1/+2
|
* updated MakefileYann Collet2017-05-102-4/+24
| | | | | to automatically build manual files with make all
* [cmake] Fix substituting version in liblz4.pcMichał Górny2017-02-051-0/+2
| | | | Bug: https://bugs.gentoo.org/608144
* updated gen-lz4-manual.shPrzemyslaw Skibinski2017-01-232-4/+7
|
* improved gen_manualPrzemyslaw Skibinski2017-01-231-23/+27
|
* Merge pull request #296 from mgorny/cmake-fixesYann Collet2017-01-021-13/+52
|\ | | | | Multiple CMake improvements
| * cmake: Install manpagesMichał Górny2017-01-021-0/+9
| |
| * cmake: Install lz4cat and unlz4 symlinksMichał Górny2017-01-021-0/+12
| |
| * cmake: Support building shared & static libs simultaneouslyMichał Górny2017-01-021-13/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an additional BUILD_STATIC_LIBS option to control building static libraries independently of shared. This makes it possible (if both options are set to ON) to build both shared and static libraries simulataneously. A dependant option is used to preserve the current BUILD_SHARED_LIBS behavior, i.e. -DBUILD_SHARED_LIBS=ON -- shared lib only, -DBUILD_SHARED_LIBS=OFF -- static lib only. The targets used to build shared and static library are split now, and only relevant properties are passed to each of them. An alias is used to link programs to the preferred library.
| * cmake: Fix SOVERSION to match MakefilesMichał Górny2017-01-021-1/+1
| | | | | | | | | | | | Fix SOVERSION to use only major lz4 version, as Makefiles do. This ensure that CMake uses 'liblz.so.1' SONAME and creates 'liblz.so.1' symlink.
* | minor fix for travis-install testYann Collet2016-12-211-0/+2
|/
* cmake: add public domain dedication, and a note about the maintainerEvan Nemerson2016-11-121-0/+12
|
* cmake: make PIC optional when generating a static libraryEvan Nemerson2016-11-121-1/+11
| | | | | | See https://github.com/lz4/lz4/pull/260 for details. PIC is enabled by default; to disable it, define the LZ4_POSITION_INDEPENDENT_LIB variable to ON (cmake -DLZ4_POSITION_INDEPENDENT_LIB=ON ...).
* minor typoYann Collet2016-11-111-3/+3
|
* Fix license and remove references to zstdNick Terrell2016-11-113-17/+64
|