Home
last modified time | relevance | path

Searched full:visual (Results 1 – 25 of 29) sorted by relevance

12

/lz4-3.4.0-2.7.6/build/
DREADME.md8 - `VS2010` - Visual Studio 2010 project (which also works well with Visual Studio 2012, 2013, 2015)
9 - `VS2017` - Visual Studio 2017 project
12 #### How to compile lz4 with Visual Studio
14 1. Install Visual Studio e.g. VS 2015 Community Edition (it's free).
18 5. Visual Studio will ask about converting VS2010 project to VS2015 and you should agree.
26 The Visual Studio solution file `lz4.sln` contains many projects that will be compiled to the
41 #### Using LZ4 DLL with Microsoft Visual C++ project
45 compile a project using Visual C++.
48 …be found in Project Properties of Visual Studio IDE in the `C/C++` Property Pages on the `General`…
D.gitignore1 # Visual C++
/lz4-3.4.0-2.7.6/
Dappveyor.yml8 - COMPILER: "visual"
11 - COMPILER: "visual"
14 - COMPILER: "visual"
17 - COMPILER: "visual"
33 …86)\Microsoft Visual Studio 10.0\VC\lib\amd64;C:\Program Files (x86)\Microsoft Visual Studio 10.0\…
85 - if [%COMPILER%]==[visual] (
87 ECHO *** Building Visual Studio 2010 %PLATFORM%\%CONFIGURATION% &&
91 ECHO *** Building Visual Studio 2012 %PLATFORM%\%CONFIGURATION% &&
95 ECHO *** Building Visual Studio 2013 %PLATFORM%\%CONFIGURATION% &&
99 ECHO *** Building Visual Studio 2015 %PLATFORM%\%CONFIGURATION% &&
D.gitattributes12 # Visual Studio
DNEWS3 perf: faster speed with Visual Studio, thanks to @wolfpld and @remittor
17 build: visual/* moved to build/
163 Added : AppVeyor CI environment, for Visual tests - Suggested by Takayuki Matsuoka
182 Added : Visual project directory
/lz4-3.4.0-2.7.6/lib/dll/example/
DREADME.md8 - `dll\liblz4.lib` : The import library of LZ4 library for Visual C++
49 #### The example of usage of static and dynamic LZ4 libraries with Visual C++
52 dynamic LZ4 library from the `dll` directory. The solution works with Visual C++
53 2010 or newer. When one will open the solution with Visual C++ newer than 2010
57 #### Using LZ4 DLL with Visual C++
60 are required to compile a project using Visual C++.
Dfullbench-dll.sln1 Microsoft Visual Studio Solution File, Format Version 12.00
2 # Visual Studio Express 2012 for Windows Desktop
/lz4-3.4.0-2.7.6/programs/
Dplatform.h33 # define _CRT_SECURE_NO_WARNINGS /* Disable Visual Studio warning messages for fopen, strncpy, …
34 # if (_MSC_VER <= 1800) /* (1800 = Visual Studio 2013) */
36 # define snprintf sprintf_s /* snprintf unsupported by Visual <= 2013 */
Dbench.c30 #ifdef _MSC_VER /* Visual Studio */
/lz4-3.4.0-2.7.6/build/VS2010/lz4/
Dlz4.rc1 // Microsoft Visual C++ generated resource script.
/lz4-3.4.0-2.7.6/build/VS2010/liblz4-dll/
Dliblz4-dll.rc1 // Microsoft Visual C++ generated resource script.
/lz4-3.4.0-2.7.6/build/VS2017/lz4/
Dlz4.rc1 // Microsoft Visual C++ generated resource script.
/lz4-3.4.0-2.7.6/build/VS2017/liblz4-dll/
Dliblz4-dll.rc1 // Microsoft Visual C++ generated resource script.
/lz4-3.4.0-2.7.6/lib/
DREADME.md68 or `_CRT_SECURE_NO_WARNINGS` for Visual Studio.
108 The import library is only required with Visual C++.
Dxxhash.c123 #ifdef _MSC_VER /* Visual Studio */
198 #if defined(_MSC_VER) /* Visual Studio */
627 #if defined(_MSC_VER) /* Visual Studio */
Dlz4.c90 #if defined(_MSC_VER) && defined(_WIN32_WCE) /* Visual Studio for WinCE doesn't support Hardware …
124 #if defined(_MSC_VER) && (_MSC_VER >= 1400) /* Visual Studio 2005+ */
130 # ifdef _MSC_VER /* Visual Studio */
Dlz4.h674 * or _CRT_SECURE_NO_WARNINGS in Visual.
/lz4-3.4.0-2.7.6/build/VS2010/
Dlz4.sln1 Microsoft Visual Studio Solution File, Format Version 12.00
2 # Visual Studio Express 2012 for Windows Desktop
/lz4-3.4.0-2.7.6/build/VS2017/
Dlz4.sln1 Microsoft Visual Studio Solution File, Format Version 12.00
2 # Visual Studio 15
/lz4-3.4.0-2.7.6/examples/
DblockStreaming_doubleBuffer.c5 #if defined(_MSC_VER) && (_MSC_VER <= 1800) /* Visual Studio <= 2013 */
DblockStreaming_lineByLine.c5 #if defined(_MSC_VER) && (_MSC_VER <= 1800) /* Visual Studio <= 2013 */
DblockStreaming_ringBuffer.c8 #if defined(_MSC_VER) && (_MSC_VER <= 1800) /* Visual Studio <= 2013 */
DHCStreaming_ringBuffer.c8 #if defined(_MSC_VER) && (_MSC_VER <= 1800) /* Visual Studio <= 2013 */
DdictionaryRandomAccess.c3 #if defined(_MSC_VER) && (_MSC_VER <= 1800) /* Visual Studio <= 2013 */
/lz4-3.4.0-2.7.6/doc/
Dlz4_manual.html532 or _CRT_SECURE_NO_WARNINGS in Visual.

12