Searched full:windows (Results 1 – 25 of 25) sorted by relevance
/lz4-3.4.0-2.7.6/ |
D | Makefile.inc | 38 ifneq (,$(filter Windows%,$(TARGET_OS))) 73 ifneq (,$(filter Windows%,$(OS))) 86 # Avoid symlinks when targetting Windows or building on a Windows host 93 ifneq (,$(filter Windows%,$(OS)))
|
D | .gitignore | 9 # Shared objects (inc. Windows DLLs) 36 # Windows / Msys
|
D | .gitattributes | 19 # Windows
|
D | NEWS | 41 build: improved Windows build, by @JPeterMugaas 54 install: msys2 on Windows 10, by @vtorri 320 Makefile : .exe suffix now properly added only for Windows target
|
D | README.md | 33 …https://ci.appveyor.com/api/projects/status/github/lz4/lz4?branch=dev&svg=true "Windows test suite"
|
D | appveyor.yml | 33 …64] (SET ADDITIONALPARAM=/p:LibraryPath="C:\Program Files\Microsoft SDKs\Windows\v7.1\lib\x64;c:\P…
|
/lz4-3.4.0-2.7.6/programs/ |
D | platform.h | 35 # define _CRT_SECURE_NO_DEPRECATE /* VS2005 - must be declared before <io.h> and <windows.h> */ 77 * PLATFORM_POSIX_VERSION = -1 for non-Unix e.g. Windows 117 # include <windows.h> /* DeviceIoControl, HANDLE, FSCTL_SET_SPARSE */ 136 # include <windows.h> /* DeviceIoControl, HANDLE, FSCTL_SET_SPARSE */
|
D | util.h | 96 * Sleep functions: Windows - Posix - others 99 # include <windows.h> 181 #if defined(_WIN32) /* Windows */
|
D | bench.c | 559 const char* pch = strrchr(displayName, '\\'); /* Windows */ in BMK_benchCLevel()
|
D | lz4cli.c | 246 if (strrchr(name, '\\')) name = strrchr(name, '\\') + 1; /* windows */ in lastNameFromPath()
|
D | lz4io.c | 41 # define _POSIX_SOURCE 1 /* disable %llu warnings with MinGW on Windows */
|
/lz4-3.4.0-2.7.6/lib/dll/example/ |
D | Makefile | 40 # Define *.exe as extension for Windows systems 41 ifneq (,$(filter Windows%,$(OS)))
|
D | fullbench-dll.sln | 2 # Visual Studio Express 2012 for Windows Desktop
|
D | README.md | 1 LZ4 Windows binary package
|
/lz4-3.4.0-2.7.6/contrib/gen_manual/ |
D | Makefile | 48 # Define *.exe as extension for Windows systems 49 ifneq (,$(filter Windows%,$(OS)))
|
/lz4-3.4.0-2.7.6/lib/ |
D | liblz4-dll.rc.in | 1 #include <windows.h>
|
D | Makefile | 118 else # not windows 191 # directories (like c:/windows/system32), nor modify the PATH variable.
|
D | README.md | 100 #### Windows : using MinGW+MSYS to create DLL
|
D | xxhash.h | 40 Comparison (single thread, Windows Seven 32 bits, using SMHasher on a Core 2 Duo @3GHz)
|
D | lz4frame.h | 68 * Enable exporting of functions when building a Windows DLL
|
D | xxhash.c | 189 /* Note : although _rotl exists for minGW (GCC under windows), performance seems poor */
|
D | lz4.h | 81 * Enable exporting of functions when building a Windows DLL
|
/lz4-3.4.0-2.7.6/build/ |
D | README.md | 19 6. Change `Debug` to `Release` and if you have 64-bit Windows change also `Win32` to `x64`.
|
/lz4-3.4.0-2.7.6/contrib/meson/meson/ |
D | meson.build | 16 os_windows = 'windows'
|
/lz4-3.4.0-2.7.6/build/VS2010/ |
D | lz4.sln | 2 # Visual Studio Express 2012 for Windows Desktop
|