Christophe Chevalier
|
f5fa09e5ac
|
Added VS2013 project for dictBuilder
- fixed strings.h vs string.h include
- fixed INLINE/FORCE_INLINE defines
|
2016-01-30 21:12:37 +01:00 |
|
Christophe Chevalier
|
8972f13b4a
|
Added missing ZSTDLIB_API for ZSTD_decompress_usingDict and ZSTD_decompressDCtx
|
2015-12-18 11:20:37 +01:00 |
|
Christophe Chevalier
|
f18382bcdb
|
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
|
2015-12-18 10:36:37 +01:00 |
|
Christophe Chevalier
|
9d8297bf04
|
Update version to 0.4.5 in zstdlib resources
|
2015-12-18 09:54:17 +01:00 |
|
Christophe Chevalier
|
fa9df079a4
|
Add a Visual Studio project for building zstdlib.dll on Windows
- Exports all methods marked with ZSTDLIB_API (ZSTD_DLL_EXPORT=1)
- Build without support for legacy version (ZSTD_LEGACY_SUPPORT=0)
|
2015-12-10 16:25:12 +01:00 |
|
Christophe Chevalier
|
2abb04d90d
|
Added ZSTDLIB_API to new ZSTD_maxCLevel method
|
2015-12-09 23:55:23 +01:00 |
|
Christophe Chevalier
|
7b05324a71
|
Only define ZSTDLIB_API when building a Windows DLL
|
2015-12-09 17:12:12 +01:00 |
|
Christophe Chevalier
|
844baf4fc5
|
Merge remote-tracking branch 'upstream/dev' into zstdlib_api
|
2015-12-09 15:45:57 +01:00 |
|
Christophe Chevalier
|
d2199e7250
|
Added ZSTDLIB_API definition to zstd_buffered.h which does not seem to include zstd.h
|
2015-12-07 19:01:41 +01:00 |
|
Christophe Chevalier
|
c6e845398a
|
Add ZSTDLIB_API macro to prefix all exported methods with__declspec(dllexport) when building a DLL (on windows)
|
2015-12-07 17:48:53 +01:00 |
|