Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Move CMake and Visual build systems to build/ | Nick Terrell | 2020-08-20 | 24 | -3311/+0 |
| | | | | Fixes #852. | ||||
* | project: VS2017: add lz4 project | David A Kondrad | 2019-10-25 | 3 | -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 gitignore | David A Kondrad | 2019-10-25 | 1 | -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 project | Areg Melik-Adamyan | 2019-02-07 | 1 | -11/+6 |
| | |||||
* | added visual test dir to .gitignore | Cyan4973 | 2018-05-01 | 1 | -1/+1 |
| | |||||
* | added vs2017 projects | Kenji Chan | 2018-04-02 | 9 | -0/+1405 |
| | |||||
* | EnableWholeProgramOptimization and UseStaticCRT msbuild custom properties | Max Risuhin | 2017-12-11 | 8 | -16/+48 |
| | |||||
* | use FindFirstFileA and FindNextFileA on Windows | Przemyslaw Skibinski | 2016-12-22 | 6 | -24/+24 |
| | |||||
* | datagen.vcxproj: CharacterSet is MultiByte | Przemyslaw Skibinski | 2016-12-21 | 1 | -4/+4 |
| | |||||
* | VS projects: CharacterSet changed to MultiByte | Przemyslaw Skibinski | 2016-12-21 | 4 | -20/+20 |
| | |||||
* | added IncludePath | Przemyslaw Skibinski | 2016-12-21 | 3 | -12/+12 |
| | |||||
* | MinGW doesn't require the import library at all | Przemyslaw Skibinski | 2016-11-16 | 1 | -4/+4 |
| | |||||
* | updated visual\README.md | Przemyslaw Skibinski | 2016-11-15 | 1 | -6/+15 |
| | |||||
* | ToolsVersion="4.0" | Przemyslaw Skibinski | 2016-11-15 | 2 | -2/+2 |
| | |||||
* | removed _x64 and _x86 | Przemyslaw Skibinski | 2016-11-15 | 5 | -14/+14 |
| | |||||
* | added visual\README.md | Przemyslaw Skibinski | 2016-11-11 | 1 | -0/+44 |
| | |||||
* | updated appveyor.yml | Przemyslaw Skibinski | 2016-11-09 | 1 | -0/+3 |
| | |||||
* | update .gitignore | Przemyslaw Skibinski | 2016-11-09 | 3 | -13/+7 |
| | |||||
* | removed <PlatformToolset> | Przemyslaw Skibinski | 2016-11-09 | 2 | -5/+1 |
| | |||||
* | LZ4_DLL_IMPORT | Przemyslaw Skibinski | 2016-11-09 | 3 | -6/+15 |
| | |||||
* | added lz4.rc | Przemyslaw Skibinski | 2016-11-09 | 2 | -0/+54 |
| | |||||
* | rename liblz4-dll to lz4-dll | Przemyslaw Skibinski | 2016-11-09 | 3 | -2/+2 |
| | |||||
* | removed LZ4_DLL_EXPORT=1 (2) | Przemyslaw Skibinski | 2016-11-09 | 1 | -4/+4 |
| | |||||
* | removed LZ4_DLL_EXPORT=1 | Przemyslaw Skibinski | 2016-11-09 | 6 | -67/+75 |
| | |||||
* | added fullbench-dll.vcxproj | Przemyslaw Skibinski | 2016-11-09 | 4 | -3/+179 |
| | |||||
* | updated IntDir | Przemyslaw Skibinski | 2016-11-08 | 8 | -12/+11 |
| | |||||
* | added lz4-dll project | Przemyslaw Skibinski | 2016-11-08 | 3 | -0/+236 |
| | |||||
* | VS project: added IntDir | Przemyslaw Skibinski | 2016-11-08 | 5 | -5/+14 |
| | |||||
* | VS project: added setargv.obj | Przemyslaw Skibinski | 2016-11-08 | 1 | -1/+6 |
| | |||||
* | added datagen.c to lz4.vcxproj | Przemyslaw Skibinski | 2016-11-07 | 1 | -0/+2 |
| | |||||
* | TreatWarningAsError=true only for debug | Przemyslaw Skibinski | 2016-11-07 | 6 | -14/+14 |
| | |||||
* | util.h requires CharacterSet=MultiByte | Przemyslaw Skibinski | 2016-11-07 | 1 | -4/+4 |
| | |||||
* | updated .travis.yml | Przemyslaw Skibinski | 2016-11-03 | 1 | -4/+4 |
| | |||||
* | updated Visual Studio projects | Przemyslaw Skibinski | 2016-11-03 | 4 | -4/+4 |
| | |||||
* | Add LZ4LIB_API | Kouhei Sutou | 2016-09-22 | 6 | -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 Win32 | inikep | 2016-09-03 | 6 | -12/+0 |
| | |||||
* | CFLAGS += $(MOREFLAGS) | inikep | 2016-09-03 | 6 | -0/+12 |
| | |||||
* | remove EnablePREfast=true for Win32 | inikep | 2016-09-02 | 6 | -36/+12 |
| | |||||
* | set OutDir | inikep | 2016-09-02 | 6 | -25/+7 |
| | |||||
* | update IncludePath | inikep | 2016-09-02 | 6 | -30/+30 |
| | |||||
* | restored lz4.vcxproj | inikep | 2016-09-02 | 1 | -0/+182 |
| | |||||
* | added appveyor.yml | inikep | 2016-09-02 | 1 | -0/+13 |
| | |||||
* | renamed VS project | inikep | 2016-09-02 | 13 | -1417/+947 |
| | |||||
* | Add static library target for msbuild | Nate Rosenblum | 2015-08-25 | 3 | -0/+234 |
| | |||||
* | Increased stack memory considered normal by Visual static analyzer | Yann Collet | 2015-06-29 | 5 | -0/+20 |
| | |||||
* | Added static analyzer test in Visual | Yann Collet | 2015-06-29 | 5 | -0/+40 |
| | |||||
* | Modified files rights | Yann Collet | 2015-03-31 | 11 | -0/+0 |
| | |||||
* | Removed Visual 2013 solution, as AppVeyor automated mode only works with a ↵ | Yann Collet | 2015-03-31 | 11 | -1127/+0 |
| | | | | single solution | ||||
* | Added : Visual 2013 solution | Yann Collet | 2015-03-31 | 13 | -0/+1131 |
| | |||||
* | Updated Visual 2012 solution : + 3 projects (fullbench, frametest, datagen) | Yann Collet | 2015-03-31 | 11 | -10/+657 |
| |