index
:
platform/upstream/lz4
accepted/tizen_6.0_unified
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
master
tizen
tizen_6.0
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: System / System Framework; Licenses: BSD-2-Clause, GPL-2.0;
Hyotaek Shim <hyotaek.shim@samsung.com>, Karol Lewandowski <k.lewandowsk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-15
update doc
Yann Collet
1
-2
/
+2
2020-08-21
Merge pull request #886 from servusDei2018/dev
Yann Collet
1
-3
/
+2
2020-08-19
[build] Move CMake and Visual build systems to build/
Nick Terrell
3
-239
/
+1
2020-07-23
Optimized by replacing `endl` with `'\n'`
Nate
1
-3
/
+2
2020-07-21
meson: remove build requirement for distutils
Rosen Penev
1
-3
/
+2
2019-09-26
meson: move one layer deeper to allow easy construction of a wrap file
Julius Michaelis
10
-114
/
+128
2019-07-19
Merge pull request #758 from dooxe/develop
Yann Collet
1
-0
/
+1
2019-07-18
Added BUNDLE DESTINATION in CMakeLists.txt so that it works with newer versio...
dooxe
1
-0
/
+1
2019-06-29
meson: Always build gen_manual on build machine
Lzu Tao
1
-0
/
+1
2019-06-29
meson: Fix deprecated warnings on build options
Lzu Tao
3
-14
/
+14
2019-04-30
meson: Rely only on extracted version in lz4.h
Lzu Tao
1
-9
/
+4
2019-04-27
contrib: Make Meson build non optional
Lzu Tao
1
-1
/
+3
2019-01-23
meson: Add -DLZ4_DLL_EXPORT=1 to build dynamic lib on Windows
Lzu Tao
2
-1
/
+7
2019-01-11
meson: Favor warning if cannot find version string
Lzu Tao
1
-1
/
+1
2019-01-11
meson: Use libray as required argument in `pkgconfig`
Lzu Tao
1
-2
/
+2
2019-01-11
meson: Explicit use `meson setup` to setup a builddir
Lzu Tao
1
-1
/
+1
2018-12-17
Merge pull request #620 from lzutao/meson_symlink
Yann Collet
2
-16
/
+12
2018-12-14
meson: Remove unused sys import
Lzu Tao
1
-5
/
+3
2018-12-13
Simplify logic by setting default value for MESON_INSTALL_DESTDIR_PREFIX
Lzu Tao
1
-4
/
+2
2018-12-13
meson: Update man1 extension in meson 0.49.0
Lzu Tao
1
-1
/
+1
2018-12-13
meson: Update InstallSymlink.py usage
Lzu Tao
1
-11
/
+9
2018-12-12
Add snap packaging support
Edward Hope-Morley
2
-0
/
+60
2018-12-09
meson: Add README.md for newcomers [skip ci]
Lzu Tao
1
-0
/
+34
2018-12-04
No need to join prefix and let soversion base on version
Lzu Tao
2
-7
/
+4
2018-12-04
Use MESON_INSTALL_DESTDIR_PREFIX instead of DESTDIR
Lzu Tao
1
-20
/
+5
2018-12-04
meson: Add fallback message when not found lz4.h
Lzu Tao
1
-0
/
+2
2018-12-04
meson: Fix wrong path to lib/lz4.h
Lzu Tao
1
-1
/
+1
2018-12-03
meson: Correct support for Windows build
Lzu Tao
3
-41
/
+23
2018-12-03
meson: Update usage of InstallSymlink helper
Lzu Tao
1
-31
/
+33
2018-12-03
Use argparse instead of manually parsing [skip ci]
Lzu Tao
1
-9
/
+5
2018-12-03
meson: Fix soversion and generated pkg-config file [skip ci]
Lzu Tao
1
-2
/
+3
2018-12-03
meson: Use --werror build option instead of passing -Werror [skip ci]
Lzu Tao
1
-3
/
+2
2018-12-03
meson test: Update timeout and tests that use COPYING
Lzu Tao
1
-4
/
+16
2018-12-02
Add meson build system
Lzu Tao
10
-0
/
+573
2018-09-18
added cppcheck
Yann Collet
1
-2
/
+2
2018-09-18
fixed minor cppcheck warnings in examples
Yann Collet
1
-14
/
+16
2018-08-09
Add CMake option to not build legacy lz4c program
Joel Johnson
1
-4
/
+10
2018-03-09
fix #482: change CFLAGS to CXXFLAGS
Yann Collet
1
-4
/
+4
2017-05-23
Add DLL files to the INSTALL target
PierreNav
1
-1
/
+2
2017-05-10
updated Makefile
Yann Collet
2
-4
/
+24
2017-02-05
[cmake] Fix substituting version in liblz4.pc
Michał Górny
1
-0
/
+2
2017-01-23
updated gen-lz4-manual.sh
Przemyslaw Skibinski
2
-4
/
+7
2017-01-23
improved gen_manual
Przemyslaw Skibinski
1
-23
/
+27
2017-01-03
Merge pull request #296 from mgorny/cmake-fixes
Yann Collet
1
-13
/
+52
2017-01-02
cmake: Install manpages
Michał Górny
1
-0
/
+9
2017-01-02
cmake: Install lz4cat and unlz4 symlinks
Michał Górny
1
-0
/
+12
2017-01-02
cmake: Support building shared & static libs simultaneously
Michał Górny
1
-13
/
+31
2017-01-02
cmake: Fix SOVERSION to match Makefiles
Michał Górny
1
-1
/
+1
2016-12-21
minor fix for travis-install test
Yann Collet
1
-0
/
+2
2016-11-12
cmake: add public domain dedication, and a note about the maintainer
Evan Nemerson
1
-0
/
+12
[next]