Yann Collet
|
09c3c8e885
|
Merge pull request #307 from inikep/dev08
updated README.md
|
2016-08-29 16:32:33 -07:00 |
inikep
|
6416b0d705
|
updated README.md
|
2016-08-29 13:04:26 +02:00 |
Yann Collet
|
080940c628
|
fixed Visual project, removing fileio_legacy
|
2016-08-28 19:27:55 -07:00 |
Yann Collet
|
54caf6893e
|
Removed fileio_legacy; now legacy supports relies entirely on streaming API.
CLI legacy support now limited to v0.4+
|
2016-08-28 19:20:13 -07:00 |
inikep
|
ab2f7708c1
|
created programs\README.md
|
2016-08-25 10:07:20 +02:00 |
inikep
|
7f18c6e5ef
|
improved tests/README.md
|
2016-08-25 08:47:18 +02:00 |
inikep
|
c23a07830e
|
updated projects\README.md
|
2016-08-24 21:42:43 +02:00 |
inikep
|
6ca9b853a1
|
cmake project: fixed include directories
|
2016-08-18 14:42:28 +02:00 |
inikep
|
49775e3a60
|
VS projects: fixed include directiories
|
2016-08-18 14:25:28 +02:00 |
inikep
|
b1421f2d36
|
updated VS projects
|
2016-08-18 14:17:11 +02:00 |
inikep
|
a7bb322a93
|
removed never referenced functions
|
2016-08-18 10:30:21 +02:00 |
inikep
|
5a54870047
|
fixed Intel Compiler warnings with Visual Studio
http://encode.ru/threads/2119-Zstandard?p=49504&viewfull=1#post49504
|
2016-08-18 09:00:25 +02:00 |
inikep
|
5661bc1bd4
|
Merge remote-tracking branch 'refs/remotes/origin/Portability' into Testing
|
2016-08-10 14:39:38 +02:00 |
inikep
|
cfe5fe4581
|
modified .gitignore
|
2016-08-10 14:34:13 +02:00 |
inikep
|
a43d8abd89
|
added Visual Studio 2005 project
|
2016-08-10 14:33:20 +02:00 |
inikep
|
855dbaf7f9
|
added CompileAsCpp.props for VC++ compilation
|
2016-08-10 14:21:08 +02:00 |
inikep
|
4d84bbd045
|
updated CMake and VS projects to support decoder for v0.7 format
|
2016-07-25 17:49:49 +02:00 |
Yann Collet
|
51e369ef9a
|
fixed cmake project
|
2016-07-18 03:41:59 +02:00 |
Yann Collet
|
4bc314adfd
|
fixed VS2008 projects
|
2016-07-18 03:37:20 +02:00 |
Yann Collet
|
e4eadbb0f3
|
removed filters files
|
2016-07-18 03:17:56 +02:00 |
Yann Collet
|
356e5e2a07
|
update Visual projects for /lib/zstd.h
|
2016-07-18 03:14:58 +02:00 |
Yann Collet
|
63b5e7a2ea
|
Improved comments
|
2016-06-26 17:42:15 +02:00 |
Yann Collet
|
12d881e810
|
Move `build` into `projects/build`
|
2016-06-16 16:08:40 +02:00 |
Christophe Chevalier
|
54bf3ae32e
|
Removed old xxx_static.h header references from VS2010 project
|
2016-06-14 14:07:54 +02:00 |
inikep
|
4000945a1d
|
project updated for legacy decoder zstd_v06.c
|
2016-06-09 18:12:06 +02:00 |
Yann Collet
|
f3a1a84c9a
|
fixed cmake project
|
2016-06-05 01:05:01 +02:00 |
Yann Collet
|
f938ad5406
|
fixed cmake project
|
2016-06-04 21:59:56 +02:00 |
inikep
|
c7f008b069
|
Travis cmaketest will also run "make install" and "make uninstall"
|
2016-06-03 11:40:15 +02:00 |
inikep
|
d36ee9b845
|
cmake project: added "make clean-all"
|
2016-06-03 10:24:00 +02:00 |
inikep
|
764deea5f8
|
cmake project: fixed "make install"
|
2016-06-03 10:11:26 +02:00 |
inikep
|
aa224c0205
|
VS projects: remove duplicated xxhash.c and xxhash.h
|
2016-06-02 22:24:29 +02:00 |
inikep
|
b74a468fad
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev070' into dev070
|
2016-06-02 22:09:09 +02:00 |
inikep
|
13f42d9085
|
VS2010 project: reverted zstdlib.rc
|
2016-06-01 14:44:31 +02:00 |
Yann Collet
|
38a0215b53
|
Merge pull request #197 from inikep/dev070
improved Travis tests, skippable frames
|
2016-06-01 13:41:19 +02:00 |
inikep
|
b37b79e868
|
VS projects: fixed xxhash dependency in fullbench
|
2016-06-01 10:24:57 +02:00 |
cyan
|
c30d8d50da
|
fixed fullbench visual project
|
2016-06-01 09:31:34 +02:00 |
inikep
|
a6b942018d
|
Merge remote-tracking branch 'refs/remotes/origin/dev' into dev070
# Conflicts:
# .travis.yml
# Makefile
# lib/common/zstd_static.h
# programs/Makefile
# projects/VS2008/zstd/zstd.vcproj
# projects/VS2008/zstdlib/zstdlib.vcproj
# projects/cmake/lib/CMakeLists.txt
# projects/cmake/programs/CMakeLists.txt
|
2016-06-01 00:07:09 +02:00 |
inikep
|
019b833306
|
VS project: dictBuilder added to include directories
|
2016-05-31 17:34:37 +02:00 |
inikep
|
8243b27f44
|
cmake project: removed WORKAROUND_OUTDATED_CODE_STYLE
|
2016-05-31 17:19:05 +02:00 |
inikep
|
5d500b60e7
|
updated CMakeLists.txt
|
2016-05-31 13:39:36 +02:00 |
inikep
|
5bee32e349
|
cmake project works with MSYS
|
2016-05-31 13:36:14 +02:00 |
Yann Collet
|
118bfc4ccb
|
fixed cmaketest
|
2016-05-30 18:50:28 +02:00 |
cyan
|
b880631aed
|
Fixed visual projects
Signed-off-by: Yann Collet <yann.collet.73@gmail.com>
|
2016-05-30 18:28:29 +02:00 |
Yann Collet
|
0d348d46d8
|
fixed cmake
fixed playTests
|
2016-05-29 02:02:24 +02:00 |
inikep
|
33b8a893ed
|
CMake project moved to projects
|
2016-05-24 17:44:14 +02:00 |
inikep
|
44bb2f6c89
|
added datagen in Visual Studio project
|
2016-05-19 12:16:14 +02:00 |
inikep
|
7c4d041d3c
|
added Visual Studio 2008 and 2010 projects
|
2016-05-16 14:48:04 +02:00 |