platform/upstream/lz4.git
7 years agoUpdated man page
Yann Collet [Mon, 28 Nov 2016 11:43:01 +0000 (03:43 -0800)]
Updated man page

7 years agominor man page update
Yann Collet [Mon, 28 Nov 2016 07:23:40 +0000 (23:23 -0800)]
minor man page update

7 years agoMerge pull request #279 from t-mat/md-to-man
Yann Collet [Mon, 28 Nov 2016 06:48:55 +0000 (22:48 -0800)]
Merge pull request #279 from t-mat/md-to-man

Add "man" target to Makefile

7 years agoAdd "man" target to Makefile
Takayuki MATSUOKA [Sun, 27 Nov 2016 14:40:53 +0000 (23:40 +0900)]
Add "man" target to Makefile

- `make man` makes manpage lz4.1 from lz4.1.md
- It needs `gem` and `ronn` which is same as xxhash.1.md is required.

7 years agonumbering
Yann Collet [Tue, 22 Nov 2016 20:34:17 +0000 (12:34 -0800)]
numbering

7 years agoupdated NEWS
Yann Collet [Tue, 22 Nov 2016 20:31:04 +0000 (12:31 -0800)]
updated NEWS

7 years agolibrary release build compatible with environment variable
Yann Collet [Tue, 22 Nov 2016 19:52:43 +0000 (11:52 -0800)]
library release build compatible with environment variable

7 years agolz4 release build compatible with PIE
Yann Collet [Tue, 22 Nov 2016 19:37:51 +0000 (11:37 -0800)]
lz4 release build compatible with PIE

7 years agonew test case with fPIE
Yann Collet [Tue, 22 Nov 2016 19:18:07 +0000 (11:18 -0800)]
new test case with fPIE

7 years agominor warning fix
Yann Collet [Tue, 22 Nov 2016 03:26:49 +0000 (19:26 -0800)]
minor warning fix

7 years agofix minor analyzer warning
Yann Collet [Tue, 22 Nov 2016 00:42:23 +0000 (16:42 -0800)]
fix minor analyzer warning

7 years agoadded a few dates
Yann Collet [Mon, 21 Nov 2016 23:51:39 +0000 (15:51 -0800)]
added a few dates

7 years agofixed minor analyzer warning
Yann Collet [Mon, 21 Nov 2016 23:44:25 +0000 (15:44 -0800)]
fixed minor analyzer warning

7 years agoadded gcc 4.4 test
Yann Collet [Mon, 21 Nov 2016 23:04:58 +0000 (15:04 -0800)]
added gcc 4.4 test

7 years agoadded examples to make all
Yann Collet [Mon, 21 Nov 2016 23:00:50 +0000 (15:00 -0800)]
added examples to make all

7 years agoadded doc in code comments
Yann Collet [Mon, 21 Nov 2016 22:13:00 +0000 (14:13 -0800)]
added doc in code comments

7 years agochanges travis test order
Yann Collet [Mon, 21 Nov 2016 19:10:57 +0000 (11:10 -0800)]
changes travis test order

7 years agoAdd C++14 standard [[deprecated]] attribute
Takayuki MATSUOKA [Sat, 19 Nov 2016 13:08:48 +0000 (22:08 +0900)]
Add C++14 standard [[deprecated]] attribute

See also
For __cplusplus predefined macro, https://gcc.gnu.org/onlinedocs/cpp/Standard-Predefined-Macros.html
For [[deprecated]] attribute, https://isocpp.org/wiki/faq/cpp14-language#deprecated-attribute

7 years agofixed : shadow global variable on gcc 4.4 (minor)
Yann Collet [Sat, 19 Nov 2016 02:00:54 +0000 (18:00 -0800)]
fixed : shadow global variable on gcc 4.4 (minor)

7 years agofixed #272 (compilation fails on gcc 4.4), reported by @totaam
Yann Collet [Sat, 19 Nov 2016 01:54:26 +0000 (17:54 -0800)]
fixed #272 (compilation fails on gcc 4.4), reported by @totaam

7 years agoattempt -mx32 tests on Travis CI
Yann Collet [Sat, 19 Nov 2016 01:16:51 +0000 (17:16 -0800)]
attempt -mx32 tests on Travis CI

7 years agohighly improved speed on -mx32 mode
Yann Collet [Sat, 19 Nov 2016 01:05:06 +0000 (17:05 -0800)]
highly improved speed on -mx32 mode
Now -mx32 is fastest mode on x64 CPU

7 years agoremoved usan32 tests.
Yann Collet [Fri, 18 Nov 2016 03:28:20 +0000 (19:28 -0800)]
removed usan32 tests.
Let's summarize : gcc-5 and gcc-6 on Travis do not support UB sanitizer.
And clang on Travis is not able to generate -m32 code.
Great. It makes the combination impossible to test on Travis ... :(

7 years agomoved usan32 tests to gcc-6
Yann Collet [Fri, 18 Nov 2016 03:21:52 +0000 (19:21 -0800)]
moved usan32 tests to gcc-6

7 years agousan32 relies on default compiler (by default)
Yann Collet [Fri, 18 Nov 2016 03:08:41 +0000 (19:08 -0800)]
usan32 relies on default compiler (by default)

7 years agofixed gcc-5 conf
Yann Collet [Fri, 18 Nov 2016 02:59:14 +0000 (18:59 -0800)]
fixed gcc-5 conf

7 years agoswitch usan32 tests to gcc-5
Yann Collet [Fri, 18 Nov 2016 02:41:26 +0000 (18:41 -0800)]
switch usan32 tests to gcc-5

7 years agoattempt to fix sanitize32 package dependency
Yann Collet [Fri, 18 Nov 2016 02:30:46 +0000 (18:30 -0800)]
attempt to fix sanitize32 package dependency

7 years agoadded sanitize32 tests to Travis
Yann Collet [Fri, 18 Nov 2016 02:06:22 +0000 (18:06 -0800)]
added sanitize32 tests to Travis

7 years agofixed strict aliasing warnings in fasttest
Yann Collet [Thu, 17 Nov 2016 23:34:07 +0000 (15:34 -0800)]
fixed strict aliasing warnings in fasttest

7 years agofixed versionsTest
Yann Collet [Thu, 17 Nov 2016 22:54:30 +0000 (14:54 -0800)]
fixed versionsTest

7 years agoadded v1.x.y to versions tests
Yann Collet [Thu, 17 Nov 2016 22:39:49 +0000 (14:39 -0800)]
added v1.x.y to versions tests

7 years agofixed Travis test cases
Yann Collet [Thu, 17 Nov 2016 22:02:01 +0000 (14:02 -0800)]
fixed Travis test cases

7 years agofix 32-bits mode.
Yann Collet [Thu, 17 Nov 2016 21:02:06 +0000 (13:02 -0800)]
fix 32-bits mode.
Large File support for Mac OS-X in 32-bits mode
Fixed potential undefined behavior
Changed makefile for 32-bits mode

7 years agoMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
Yann Collet [Wed, 16 Nov 2016 19:37:05 +0000 (11:37 -0800)]
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev

7 years agoupdated README for v1.7.3
Yann Collet [Wed, 16 Nov 2016 19:36:45 +0000 (11:36 -0800)]
updated README for v1.7.3

7 years agoMerge pull request #271 from inikep/dev
Yann Collet [Wed, 16 Nov 2016 16:55:16 +0000 (08:55 -0800)]
Merge pull request #271 from inikep/dev

lz4_x64.zip

7 years agoMerge remote-tracking branch 'refs/remotes/lz4/dev' into dev
Przemyslaw Skibinski [Wed, 16 Nov 2016 15:21:20 +0000 (16:21 +0100)]
Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev

# Conflicts:
# appveyor.yml

7 years agoinclude NEWS in lz4_x64.zip and lz4_x86.zip
Przemyslaw Skibinski [Wed, 16 Nov 2016 10:06:28 +0000 (11:06 +0100)]
include NEWS in lz4_x64.zip and lz4_x86.zip

7 years agoupdated programs\README.md
Przemyslaw Skibinski [Wed, 16 Nov 2016 09:53:06 +0000 (10:53 +0100)]
updated programs\README.md

7 years agoupdated example\README.md
Przemyslaw Skibinski [Wed, 16 Nov 2016 08:53:07 +0000 (09:53 +0100)]
updated example\README.md

7 years agocreated dll\example directory
Przemyslaw Skibinski [Wed, 16 Nov 2016 08:32:26 +0000 (09:32 +0100)]
created dll\example directory

7 years agoappveyor.yml: create only lz4_x64.zip and lz4_x86.zip
Przemyslaw Skibinski [Wed, 16 Nov 2016 08:21:10 +0000 (09:21 +0100)]
appveyor.yml: create only lz4_x64.zip and lz4_x86.zip

7 years agoMerge remote-tracking branch 'refs/remotes/lz4/dev' into dev
Przemyslaw Skibinski [Wed, 16 Nov 2016 08:01:45 +0000 (09:01 +0100)]
Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev

7 years agoMinGW doesn't require the import library at all
Przemyslaw Skibinski [Wed, 16 Nov 2016 07:59:18 +0000 (08:59 +0100)]
MinGW doesn't require the import library at all

7 years agofixed a limit case scenario
Yann Collet [Wed, 16 Nov 2016 01:51:29 +0000 (17:51 -0800)]
fixed a limit case scenario

7 years agofixed double ;; for Visual
Yann Collet [Tue, 15 Nov 2016 23:06:56 +0000 (15:06 -0800)]
fixed double ;; for Visual

7 years agofixed sign conversion warning
Yann Collet [Tue, 15 Nov 2016 22:57:12 +0000 (14:57 -0800)]
fixed sign conversion warning

7 years agorestored .travis.yml
Yann Collet [Tue, 15 Nov 2016 22:49:21 +0000 (14:49 -0800)]
restored .travis.yml

7 years agofixed minor coverity warnings
Yann Collet [Tue, 15 Nov 2016 22:01:37 +0000 (14:01 -0800)]
fixed minor coverity warnings

7 years ago.travis.yml for coverity
Yann Collet [Tue, 15 Nov 2016 21:01:50 +0000 (13:01 -0800)]
.travis.yml for coverity

7 years agoremoved .travis.yml, for better rebase
Yann Collet [Tue, 15 Nov 2016 21:01:23 +0000 (13:01 -0800)]
removed .travis.yml, for better rebase

7 years agofixed appveyor badges
Yann Collet [Tue, 15 Nov 2016 20:58:53 +0000 (12:58 -0800)]
fixed appveyor badges

7 years agoupdate appveyor tokens
Yann Collet [Tue, 15 Nov 2016 19:27:37 +0000 (11:27 -0800)]
update appveyor tokens

7 years agoMerge pull request #270 from inikep/dev
Yann Collet [Tue, 15 Nov 2016 19:24:26 +0000 (11:24 -0800)]
Merge pull request #270 from inikep/dev

autobuild executables

7 years agoupdated visual\README.md
Przemyslaw Skibinski [Tue, 15 Nov 2016 18:19:58 +0000 (19:19 +0100)]
updated visual\README.md

7 years agoToolsVersion="4.0"
Przemyslaw Skibinski [Tue, 15 Nov 2016 15:46:44 +0000 (16:46 +0100)]
ToolsVersion="4.0"

7 years agoremoved _x64 and _x86
Przemyslaw Skibinski [Tue, 15 Nov 2016 15:32:26 +0000 (16:32 +0100)]
removed _x64 and _x86

7 years agoImageHasSafeExceptionHandlers=false
Przemyslaw Skibinski [Tue, 15 Nov 2016 15:01:38 +0000 (16:01 +0100)]
ImageHasSafeExceptionHandlers=false

7 years agoappveyor.yml: added liblz4_x86.zip
Przemyslaw Skibinski [Tue, 15 Nov 2016 13:09:36 +0000 (14:09 +0100)]
appveyor.yml: added liblz4_x86.zip

7 years agoupdated lib\dll\README.md
Przemyslaw Skibinski [Tue, 15 Nov 2016 12:49:20 +0000 (13:49 +0100)]
updated lib\dll\README.md

7 years agoappveyor.yml: generate DLL package
Przemyslaw Skibinski [Tue, 15 Nov 2016 12:29:33 +0000 (13:29 +0100)]
appveyor.yml: generate DLL package

7 years agoadded files used by DLL package
Przemyslaw Skibinski [Tue, 15 Nov 2016 11:57:56 +0000 (12:57 +0100)]
added files used by DLL package

7 years agoadded fullbench-dll.sln that works with gcc/MinGW
Przemyslaw Skibinski [Tue, 15 Nov 2016 11:57:03 +0000 (12:57 +0100)]
added fullbench-dll.sln that works with gcc/MinGW

7 years agoDLL dependencies moved to lib/dll/
Przemyslaw Skibinski [Tue, 15 Nov 2016 10:06:16 +0000 (11:06 +0100)]
DLL dependencies moved to lib/dll/

7 years agoupdated appveyor.yml
Przemyslaw Skibinski [Tue, 15 Nov 2016 09:35:29 +0000 (10:35 +0100)]
updated appveyor.yml

7 years agoupload executables to GitHub
Przemyslaw Skibinski [Tue, 15 Nov 2016 09:22:59 +0000 (10:22 +0100)]
upload executables to GitHub

7 years agoMerge remote-tracking branch 'refs/remotes/lz4/dev' into dev
Przemyslaw Skibinski [Tue, 15 Nov 2016 08:43:59 +0000 (09:43 +0100)]
Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev

7 years agobump version number
Yann Collet [Tue, 15 Nov 2016 02:09:31 +0000 (18:09 -0800)]
bump version number

7 years agofixed minor conversion warning
Yann Collet [Mon, 14 Nov 2016 22:53:15 +0000 (14:53 -0800)]
fixed minor conversion warning

7 years agosilence a minor msan warning
Yann Collet [Mon, 14 Nov 2016 22:38:46 +0000 (14:38 -0800)]
silence a minor msan warning

7 years agofixed minor msan warning
Yann Collet [Mon, 14 Nov 2016 19:34:10 +0000 (11:34 -0800)]
fixed minor msan warning

7 years agofixed conversion warnings
Yann Collet [Mon, 14 Nov 2016 18:16:11 +0000 (10:16 -0800)]
fixed conversion warnings

7 years agofixed nameless union warnings
Yann Collet [Mon, 14 Nov 2016 18:02:01 +0000 (10:02 -0800)]
fixed nameless union warnings

7 years agoMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
Yann Collet [Mon, 14 Nov 2016 16:52:23 +0000 (08:52 -0800)]
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev

7 years agoclang and g++ tests restricted to native only on Travis CI Ubuntu v12 environment
Yann Collet [Mon, 14 Nov 2016 16:51:28 +0000 (08:51 -0800)]
clang and g++ tests restricted to native only on Travis CI Ubuntu v12 environment

7 years agoMerge pull request #269 from inikep/dev
Yann Collet [Mon, 14 Nov 2016 16:27:06 +0000 (08:27 -0800)]
Merge pull request #269 from inikep/dev

Dev

7 years agofixed conversion warnings
Yann Collet [Mon, 14 Nov 2016 15:10:31 +0000 (07:10 -0800)]
fixed conversion warnings

7 years agoMerge remote-tracking branch 'refs/remotes/lz4/dev' into dev
Przemyslaw Skibinski [Mon, 14 Nov 2016 10:29:11 +0000 (11:29 +0100)]
Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev

7 years agofixed uintptr_t on pre-c99 compilers
Yann Collet [Mon, 14 Nov 2016 05:06:38 +0000 (21:06 -0800)]
fixed uintptr_t on pre-c99 compilers

7 years agoMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
Yann Collet [Mon, 14 Nov 2016 04:51:16 +0000 (20:51 -0800)]
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev

7 years agominor code refactoring
Yann Collet [Mon, 14 Nov 2016 04:50:58 +0000 (20:50 -0800)]
minor code refactoring

7 years agoMerge pull request #268 from nemequ/dev
Yann Collet [Sun, 13 Nov 2016 03:47:36 +0000 (19:47 -0800)]
Merge pull request #268 from nemequ/dev

cmake: make PIC configurable, add copyright and maintainer info

7 years agocli : add --help command
Yann Collet [Sun, 13 Nov 2016 01:21:29 +0000 (17:21 -0800)]
cli : add --help command

7 years agofuzzer code refactoring
Yann Collet [Sun, 13 Nov 2016 01:14:57 +0000 (17:14 -0800)]
fuzzer code refactoring
fix g++ conversion warning

7 years agocmake: add public domain dedication, and a note about the maintainer
Evan Nemerson [Sat, 12 Nov 2016 23:53:29 +0000 (15:53 -0800)]
cmake: add public domain dedication, and a note about the maintainer

7 years agocmake: make PIC optional when generating a static library
Evan Nemerson [Sat, 12 Nov 2016 23:44:41 +0000 (15:44 -0800)]
cmake: make PIC optional when generating a static library

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 ...).

7 years agomade lz4hc explicitly dependent on lz4
Yann Collet [Sat, 12 Nov 2016 23:50:29 +0000 (15:50 -0800)]
made lz4hc explicitly dependent on lz4

7 years agofixed __GNUC__ macro
Yann Collet [Sat, 12 Nov 2016 21:30:02 +0000 (13:30 -0800)]
fixed __GNUC__ macro

7 years agofixed fuzzer error
Yann Collet [Sat, 12 Nov 2016 18:09:59 +0000 (10:09 -0800)]
fixed fuzzer error

7 years agoenabled deprecation warnings on remaining obsolete functions
Yann Collet [Sat, 12 Nov 2016 16:48:42 +0000 (08:48 -0800)]
enabled deprecation warnings on remaining obsolete functions

7 years agoupdate code comments
Yann Collet [Sat, 12 Nov 2016 15:29:54 +0000 (07:29 -0800)]
update code comments

7 years agoMerge pull request #267 from terrelln/strict-aliasing
Yann Collet [Sat, 12 Nov 2016 00:54:51 +0000 (16:54 -0800)]
Merge pull request #267 from terrelln/strict-aliasing

Expose internal types to remove strict aliasing

7 years agofixed conversion warnings
Yann Collet [Fri, 11 Nov 2016 23:40:58 +0000 (15:40 -0800)]
fixed conversion warnings

7 years agoupdated frametest
Yann Collet [Fri, 11 Nov 2016 23:11:56 +0000 (15:11 -0800)]
updated frametest

7 years agoExpose internal types to remove strict aliasing
Nick Terrell [Fri, 11 Nov 2016 21:00:02 +0000 (13:00 -0800)]
Expose internal types to remove strict aliasing

7 years agoMerge pull request #266 from terrelln/frame-ex
Yann Collet [Fri, 11 Nov 2016 20:38:54 +0000 (12:38 -0800)]
Merge pull request #266 from terrelln/frame-ex

Add frame decompression example

7 years agoAdd frame decompression example
Nick Terrell [Fri, 11 Nov 2016 19:31:52 +0000 (11:31 -0800)]
Add frame decompression example

7 years agoadded visual\README.md
Przemyslaw Skibinski [Fri, 11 Nov 2016 07:57:46 +0000 (08:57 +0100)]
added visual\README.md

7 years agoMerge remote-tracking branch 'refs/remotes/lz4/dev' into dev
Przemyslaw Skibinski [Fri, 11 Nov 2016 07:55:19 +0000 (08:55 +0100)]
Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev