summaryrefslogtreecommitdiffstats
path: root/visual
Commit message (Collapse)AuthorAgeFilesLines
* project: VS2017: add lz4 projectDavid A Kondrad2019-10-253-0/+225
| | | | | | | | | | | Add missing lz4 project to the VS2017 solution. The project was made from scratch rather than importing and updated to match the VS2010 options. Any new options not present in the old VS2010 project we pulled from other console binaries in the solution. Signed-off-by: David A Kondrad <dkondrad.mscs+patches@gmail.com>
* project: visual: fix VS2010/17 gitignoreDavid A Kondrad2019-10-251-0/+6
| | | | | | | | The `lz4` project was excluded from being checked in for VS2017. Add some fixups to explicitly allow this project directory. Also add an exclusion for VS2017 binaries and VS `ipch` directories. Signed-off-by: David A Kondrad <dkondrad.mscs+patches@gmail.com>
* Build fixed by removing unavailable projectAreg Melik-Adamyan2019-02-071-11/+6
|
* added visual test dir to .gitignoreCyan49732018-05-011-1/+1
|
* added vs2017 projectsKenji Chan2018-04-029-0/+1405
|
* EnableWholeProgramOptimization and UseStaticCRT msbuild custom propertiesMax Risuhin2017-12-118-16/+48
|
* use FindFirstFileA and FindNextFileA on WindowsPrzemyslaw Skibinski2016-12-226-24/+24
|
* datagen.vcxproj: CharacterSet is MultiBytePrzemyslaw Skibinski2016-12-211-4/+4
|
* VS projects: CharacterSet changed to MultiBytePrzemyslaw Skibinski2016-12-214-20/+20
|
* added IncludePathPrzemyslaw Skibinski2016-12-213-12/+12
|
* MinGW doesn't require the import library at allPrzemyslaw Skibinski2016-11-161-4/+4
|
* updated visual\README.mdPrzemyslaw Skibinski2016-11-151-6/+15
|
* ToolsVersion="4.0"Przemyslaw Skibinski2016-11-152-2/+2
|
* removed _x64 and _x86Przemyslaw Skibinski2016-11-155-14/+14
|
* added visual\README.mdPrzemyslaw Skibinski2016-11-111-0/+44
|
* updated appveyor.ymlPrzemyslaw Skibinski2016-11-091-0/+3
|
* update .gitignorePrzemyslaw Skibinski2016-11-093-13/+7
|
* removed <PlatformToolset>Przemyslaw Skibinski2016-11-092-5/+1
|
* LZ4_DLL_IMPORTPrzemyslaw Skibinski2016-11-093-6/+15
|
* added lz4.rcPrzemyslaw Skibinski2016-11-092-0/+54
|
* rename liblz4-dll to lz4-dllPrzemyslaw Skibinski2016-11-093-2/+2
|
* removed LZ4_DLL_EXPORT=1 (2)Przemyslaw Skibinski2016-11-091-4/+4
|
* removed LZ4_DLL_EXPORT=1Przemyslaw Skibinski2016-11-096-67/+75
|
* added fullbench-dll.vcxprojPrzemyslaw Skibinski2016-11-094-3/+179
|
* updated IntDirPrzemyslaw Skibinski2016-11-088-12/+11
|
* added lz4-dll projectPrzemyslaw Skibinski2016-11-083-0/+236
|
* VS project: added IntDirPrzemyslaw Skibinski2016-11-085-5/+14
|
* VS project: added setargv.objPrzemyslaw Skibinski2016-11-081-1/+6
|
* added datagen.c to lz4.vcxprojPrzemyslaw Skibinski2016-11-071-0/+2
|
* TreatWarningAsError=true only for debugPrzemyslaw Skibinski2016-11-076-14/+14
|
* util.h requires CharacterSet=MultiBytePrzemyslaw Skibinski2016-11-071-4/+4
|
* updated .travis.ymlPrzemyslaw Skibinski2016-11-031-4/+4
|
* updated Visual Studio projectsPrzemyslaw Skibinski2016-11-034-4/+4
|
* Add LZ4LIB_APIKouhei Sutou2016-09-226-29/+29
| | | | | | | | | | | | It's based on Zstandard's ZSTDLIB_API. See also: https://github.com/Cyan4973/lz4/issues/216#issuecomment-226245432 Deprecated functions aren't LZ4LIB_API targets. Because we don't need to export deprecated functions from now. There are same LZ4LIB_API definitions in each header files instead of including a common header file because LZ4_DEPRECATED is defined so.
* disabled <RunCodeAnalysis> for Win32inikep2016-09-036-12/+0
|
* CFLAGS += $(MOREFLAGS)inikep2016-09-036-0/+12
|
* remove EnablePREfast=true for Win32inikep2016-09-026-36/+12
|
* set OutDirinikep2016-09-026-25/+7
|
* update IncludePathinikep2016-09-026-30/+30
|
* restored lz4.vcxprojinikep2016-09-021-0/+182
|
* added appveyor.ymlinikep2016-09-021-0/+13
|
* renamed VS projectinikep2016-09-0213-1417/+947
|
* Add static library target for msbuildNate Rosenblum2015-08-253-0/+234
|
* Increased stack memory considered normal by Visual static analyzerYann Collet2015-06-295-0/+20
|
* Added static analyzer test in VisualYann Collet2015-06-295-0/+40
|
* Modified files rightsYann Collet2015-03-3111-0/+0
|
* Removed Visual 2013 solution, as AppVeyor automated mode only works with a ↵Yann Collet2015-03-3111-1127/+0
| | | | single solution
* Added : Visual 2013 solutionYann Collet2015-03-3113-0/+1131
|
* Updated Visual 2012 solution : + 3 projects (fullbench, frametest, datagen)Yann Collet2015-03-3111-10/+657
|
* Removed .suo & .user files from Visual solutionsYann Collet2015-03-313-8/+0
|