21 Commits
Author SHA1 Message Date
Christophe Chevalier dc245e91cb Changed to use ZSTDLIBv06_API and ZSTDLIBv07_API for DLL exports to fix warning
- changed name to prevent collision with ZSTDLIB_API used by non-legacy dll exports
2016-09-23 17:09:36 +02:00
Christophe Chevalier c9e2ccd8c9 Add legacy support for VS2005 solution
- define ZSTD_LEGACY_SUPPORT to 1
- do not define ZSTD_HEAPMODE
2016-09-23 15:48:34 +02:00
Christophe Chevalier f18703e896 Add legacy support for VS2008 solution
- define ZSTD_LEGACY_SUPPORT to 1
- do not define ZSTD_HEAPMODE
2016-09-23 15:46:21 +02:00
Christophe Chevalier faa3fd34a7 Fix for Issue #379 - add legacy support to VS2010 sln
- set  ZSTD_LEGACY_SUPPORT to 1
- Do not define ZSTD_HEADMODE (which will be fallback to 1)
2016-09-23 15:40:33 +02:00
Christophe Chevalier 54bf3ae32e Removed old xxx_static.h header references from VS2010 project 2016-06-14 14:07:54 +02:00
Christophe Chevalier 2a87a9154d Renamed vs_ prefix to msuild_, added SETLOCAL 2016-06-12 15:20:40 +02:00
Christophe Chevalier f1510489bd Simplified and reordered the arguments to build.generic.cmd and added default values
- always Clean,Rebuild
- output folder is now build/bin/{CONFIGURATION}/{ARCH}
2016-06-07 14:32:05 +02:00
Christophe Chevalier 0faabe43f8 Use Rebuild target instead of Clean+Build 2016-06-07 14:00:02 +02:00
Christophe Chevalier dea76e1db0 Added build commands for various versions of Visual Studio
- For people who want to build the library without opening it in VS
2016-06-07 11:36:13 +02:00
Christophe Chevalier a8e54654bc Made all vs2013 vcxproj build to the same folders
- Add OutDir = $(SolutionDir)bin\$(Platform)\$(Configuration)\ to all projects
2016-03-18 14:20:33 +01:00
Christophe Chevalier c8fde3be45 Added new ".VC.db" Visual Studio C++ database file to gitignore 2016-02-23 12:09:50 +01:00
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