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
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-01
make it possible to select SCANBUILD binary on command line
Yann Collet
1
-1
/
+3
2020-10-01
make scan-build accept assert()
Yann Collet
1
-1
/
+1
2020-09-17
fixed ubsan tests with dynamic library
Yann Collet
1
-3
/
+6
2020-09-17
ubsan: make pointer overflow recoverable
Yann Collet
1
-1
/
+1
2020-09-17
fix ubsan test
Yann Collet
1
-3
/
+3
2020-08-19
[build] Move CMake and Visual build systems to build/
Nick Terrell
1
-1
/
+1
2019-06-28
Move to using C rather than C++ for compilation
Max Dymond
1
-0
/
+1
2019-06-28
Add a fuzzing target that compiles in the oss-fuzz environment
Max Dymond
1
-0
/
+1
2019-05-16
updated tests
Yann Collet
1
-4
/
+7
2019-04-22
Fix a test for mingw
JPeterMugaas
1
-1
/
+1
2019-04-22
Try to put some tests I made in ONE place. I also moved a test for "install"...
JPeterMugaas
1
-46
/
+2
2019-04-22
Initial commits from diff I submitted earlier
JPeterMugaas
1
-5
/
+48
2019-04-04
created LZ4_initStreamHC()
Yann Collet
1
-1
/
+5
2019-03-03
Allow installation of lz4 for Windows 10 with MSYS2
Vincent Torri
1
-1
/
+1
2018-11-20
Allow installation of lz4 for Windows (MSYS2 or when cross-compiling)
Vincent Torri
1
-1
/
+1
2018-09-18
added cppcheck
Yann Collet
1
-0
/
+5
2018-09-13
avoid final trailing comma for enum lists
Yann Collet
1
-7
/
+7
2018-09-08
Add support for MidnightBSD
Lucas Holt
1
-1
/
+1
2018-05-21
Test Linking C-Compiled Library and C++-Compiled Tests
W. Felix Handte
1
-0
/
+8
2018-05-17
Add Haiku as a validated target.
fbrosson
1
-1
/
+1
2018-04-11
reduced test time on circle-ci
Yann Collet
1
-2
/
+2
2018-03-21
added c90 test to c_standards
Yann Collet
1
-1
/
+1
2018-03-09
fix #481: ensure liblz4.a dependency for `make all`
Yann Collet
1
-1
/
+2
2018-02-26
added target make check
Yann Collet
1
-3
/
+5
2018-01-31
examples/Makefile : changed dependency order
Yann Collet
1
-1
/
+1
2018-01-31
Merge branch 'dev' into frameCompress
Yann Collet
1
-11
/
+8
2018-01-31
modified gpptest recipe
Yann Collet
1
-11
/
+8
2018-01-31
refactored frameCompress example
Yann Collet
1
-1
/
+2
2018-01-13
nicer console message for `make clean`
Yann Collet
1
-1
/
+1
2017-11-06
build: minor : `make lz4` doesn't compile liblz4 anymore
Yann Collet
1
-3
/
+3
2017-08-14
lz4c legacy commands are now enabled at runtime based on link/binary name "lz4c"
Yann Collet
1
-1
/
+4
2017-08-14
better respect GNU standard Makefile conventions
Yann Collet
1
-13
/
+9
2017-05-10
fixed c_standards tests
Yann Collet
1
-10
/
+14
2017-05-10
updated Makefile
Yann Collet
1
-44
/
+37
2017-02-10
Merge pull request #316 from inikep/dev
Yann Collet
1
-4
/
+4
2017-02-10
added OpenBSD NetBSD SunOS to list of supported `make install` OSes
Przemyslaw Skibinski
1
-4
/
+4
2017-02-10
update repolink in makefile
Benedikt Heine
1
-1
/
+1
2017-02-09
added DragonFly to list of supported `make install` OS
Yann Collet
1
-1
/
+1
2017-01-19
added "This Makefile is validated for"
Przemyslaw Skibinski
1
-0
/
+2
2016-12-21
minor fix for travis-install test
Yann Collet
1
-2
/
+2
2016-12-21
minor update Makefile
Yann Collet
1
-0
/
+1
2016-12-15
fix `make` concurrency build (#277)
Yann Collet
1
-1
/
+3
2016-11-21
added a few dates
Yann Collet
1
-1
/
+1
2016-11-21
added examples to make all
Yann Collet
1
-0
/
+3
2016-11-18
fixed #272 (compilation fails on gcc 4.4), reported by @totaam
Yann Collet
1
-1
/
+5
2016-11-17
usan32 relies on default compiler (by default)
Yann Collet
1
-1
/
+1
2016-11-17
switch usan32 tests to gcc-5
Yann Collet
1
-4
/
+4
2016-11-17
added sanitize32 tests to Travis
Yann Collet
1
-0
/
+3
2016-11-17
fixed Travis test cases
Yann Collet
1
-6
/
+6
2016-11-17
fix 32-bits mode.
Yann Collet
1
-4
/
+7
[next]