Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/
DMakefile.inc38 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.gitignore9 # Shared objects (inc. Windows DLLs)
36 # Windows / Msys
D.gitattributes19 # Windows
DNEWS41 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
DREADME.md33 …https://ci.appveyor.com/api/projects/status/github/lz4/lz4?branch=dev&svg=true "Windows test suite"
Dappveyor.yml33 …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/
Dplatform.h35 # 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 */
Dutil.h96 * Sleep functions: Windows - Posix - others
99 # include <windows.h>
181 #if defined(_WIN32) /* Windows */
Dbench.c559 const char* pch = strrchr(displayName, '\\'); /* Windows */ in BMK_benchCLevel()
Dlz4cli.c246 if (strrchr(name, '\\')) name = strrchr(name, '\\') + 1; /* windows */ in lastNameFromPath()
Dlz4io.c41 # define _POSIX_SOURCE 1 /* disable %llu warnings with MinGW on Windows */
/lz4-3.4.0-2.7.6/lib/dll/example/
DMakefile40 # Define *.exe as extension for Windows systems
41 ifneq (,$(filter Windows%,$(OS)))
Dfullbench-dll.sln2 # Visual Studio Express 2012 for Windows Desktop
DREADME.md1 LZ4 Windows binary package
/lz4-3.4.0-2.7.6/contrib/gen_manual/
DMakefile48 # Define *.exe as extension for Windows systems
49 ifneq (,$(filter Windows%,$(OS)))
/lz4-3.4.0-2.7.6/lib/
Dliblz4-dll.rc.in1 #include <windows.h>
DMakefile118 else # not windows
191 # directories (like c:/windows/system32), nor modify the PATH variable.
DREADME.md100 #### Windows : using MinGW+MSYS to create DLL
Dxxhash.h40 Comparison (single thread, Windows Seven 32 bits, using SMHasher on a Core 2 Duo @3GHz)
Dlz4frame.h68 * Enable exporting of functions when building a Windows DLL
Dxxhash.c189 /* Note : although _rotl exists for minGW (GCC under windows), performance seems poor */
Dlz4.h81 * Enable exporting of functions when building a Windows DLL
/lz4-3.4.0-2.7.6/build/
DREADME.md19 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/
Dmeson.build16 os_windows = 'windows'
/lz4-3.4.0-2.7.6/build/VS2010/
Dlz4.sln2 # Visual Studio Express 2012 for Windows Desktop