Yann Collet
742f2b683e
added doc in code comments
2016-11-21 14:13:00 -08:00
Yann Collet
2dbcebfdac
changes travis test order
2016-11-21 11:10:57 -08:00
Takayuki MATSUOKA
b4db9d7e35
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
2016-11-19 22:08:48 +09:00
Yann Collet
a38cbf9f62
fixed : shadow global variable on gcc 4.4 (minor)
2016-11-18 18:00:54 -08:00
Yann Collet
19df3029e2
fixed #272 (compilation fails on gcc 4.4), reported by @totaam
2016-11-18 17:56:56 -08:00
Yann Collet
519932afaf
attempt -mx32 tests on Travis CI
2016-11-18 17:16:51 -08:00
Yann Collet
a91983daa0
highly improved speed on -mx32 mode
...
Now -mx32 is fastest mode on x64 CPU
2016-11-18 17:05:06 -08:00
Yann Collet
6cabcd151f
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 ... :(
2016-11-17 19:28:20 -08:00
Yann Collet
7a22904a72
moved usan32 tests to gcc-6
2016-11-17 19:21:52 -08:00
Yann Collet
ffc8c18c13
usan32 relies on default compiler (by default)
2016-11-17 19:08:41 -08:00
Yann Collet
a4f4bf21eb
fixed gcc-5 conf
2016-11-17 18:59:14 -08:00
Yann Collet
71814a26f2
switch usan32 tests to gcc-5
2016-11-17 18:41:26 -08:00
Yann Collet
8e1ea59ad6
attempt to fix sanitize32 package dependency
2016-11-17 18:30:46 -08:00
Yann Collet
8f536a43b1
added sanitize32 tests to Travis
2016-11-17 18:08:28 -08:00
Yann Collet
3f6f577687
fixed strict aliasing warnings in fasttest
2016-11-17 15:34:07 -08:00
Yann Collet
c0e55ec05f
fixed versionsTest
2016-11-17 14:54:30 -08:00
Yann Collet
7d53548473
added v1.x.y to versions tests
2016-11-17 14:39:49 -08:00
Yann Collet
279344a177
fixed Travis test cases
2016-11-17 14:02:01 -08:00
Yann Collet
1abecbc33c
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
2016-11-17 13:02:06 -08:00
Yann Collet
7fde7438d3
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
2016-11-16 11:37:05 -08:00
Yann Collet
a22ca9378b
updated README for v1.7.3
2016-11-16 11:36:45 -08:00
Yann Collet
e9bec0fdcc
Merge pull request #271 from inikep/dev
...
lz4_x64.zip
2016-11-16 08:55:16 -08:00
Przemyslaw Skibinski
b1519f861c
Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev
...
# Conflicts:
# appveyor.yml
2016-11-16 16:21:20 +01:00
Przemyslaw Skibinski
2dee7bdaf6
include NEWS in lz4_x64.zip and lz4_x86.zip
2016-11-16 11:06:28 +01:00
Przemyslaw Skibinski
632ab3b8d4
updated programs\README.md
2016-11-16 10:53:06 +01:00
Przemyslaw Skibinski
8b48d5e446
updated example\README.md
2016-11-16 09:53:07 +01:00
Przemyslaw Skibinski
11f6217cc2
created dll\example directory
2016-11-16 09:32:26 +01:00
Przemyslaw Skibinski
873206e70e
appveyor.yml: create only lz4_x64.zip and lz4_x86.zip
2016-11-16 09:21:10 +01:00
Przemyslaw Skibinski
7b6a9d8638
Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev
2016-11-16 09:01:45 +01:00
Przemyslaw Skibinski
2e10aab20f
MinGW doesn't require the import library at all
2016-11-16 08:59:18 +01:00
Yann Collet
7cecc7b089
fixed a limit case scenario
2016-11-15 17:51:29 -08:00
Yann Collet
00fa1b9c01
fixed double ;; for Visual
2016-11-15 15:06:56 -08:00
Yann Collet
929badd611
fixed sign conversion warning
2016-11-15 14:57:12 -08:00
Yann Collet
d613e24945
restored .travis.yml
2016-11-15 14:49:21 -08:00
Yann Collet
d2be69b144
fixed minor coverity warnings
2016-11-15 14:46:57 -08:00
Yann Collet
8c32a12f1c
.travis.yml for coverity
2016-11-15 13:01:50 -08:00
Yann Collet
2eddc8ea2c
removed .travis.yml, for better rebase
2016-11-15 13:01:23 -08:00
Yann Collet
2906c373c8
fixed appveyor badges
2016-11-15 12:58:53 -08:00
Yann Collet
0d6dc079f8
update appveyor tokens
2016-11-15 11:27:37 -08:00
Yann Collet
b44790cf98
Merge pull request #270 from inikep/dev
...
autobuild executables
2016-11-15 11:24:26 -08:00
Przemyslaw Skibinski
4235e5e25f
updated visual\README.md
2016-11-15 19:19:58 +01:00
Przemyslaw Skibinski
257b65a1dd
ToolsVersion="4.0"
2016-11-15 16:46:44 +01:00
Przemyslaw Skibinski
2007464274
removed _x64 and _x86
2016-11-15 16:32:26 +01:00
Przemyslaw Skibinski
e583dd0566
ImageHasSafeExceptionHandlers=false
2016-11-15 16:01:38 +01:00
Przemyslaw Skibinski
eb160e1a2c
appveyor.yml: added liblz4_x86.zip
2016-11-15 14:09:36 +01:00
Przemyslaw Skibinski
45b8623afa
updated lib\dll\README.md
2016-11-15 13:49:20 +01:00
Przemyslaw Skibinski
5625cc21ea
appveyor.yml: generate DLL package
2016-11-15 13:29:33 +01:00
Przemyslaw Skibinski
c093e256d4
added files used by DLL package
2016-11-15 12:57:56 +01:00
Przemyslaw Skibinski
be471c69da
added fullbench-dll.sln that works with gcc/MinGW
2016-11-15 12:57:03 +01:00
Przemyslaw Skibinski
f71340ce1d
DLL dependencies moved to lib/dll/
2016-11-15 11:06:16 +01:00