Searched +full:test +full:- +full:mingw (Results 1 – 25 of 354) sorted by relevance
12345678910>>...15
| /third_party/libxml2/ |
| D | .gitlab-ci.yml | 1 .test: 3 # for libxslt, that's why we need git and libgcrypt-dev. 7 # RUN apt-get update && \ 8 # apt-get upgrade -y && \ 9 # apt-get install -y --no-install-recommends \ 10 # curl git ca-certificates \ 11 # autoconf automake libtool pkg-config \ 13 # zlib1g-dev liblzma-dev libgcrypt-dev \ 14 # python-dev python3-dev \ 17 # RUN curl https://www.w3.org/XML/Test/xmlts20080827.tar.gz |tar xz [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI-win.yml | 1 name: CI-win 6 - '**' 7 - '!docs/**' 8 - '!src/unix/**' 9 - '!.**' 10 - '.github/workflows/CI-win.yml' 13 - v[0-9].* 14 - master 17 build-windows: 18 runs-on: windows-${{ matrix.config.server }} [all …]
|
| /third_party/pcre2/pcre2/doc/html/ |
| D | NON-AUTOTOOLS-BUILD.txt | 2 -------------------------------------- 25 configure/make (autotools) build system, as found in many Unix-like 30 environments, though it can also be run in Unix-like environments. See the 44 8-bit, 16-bit, and 32-bit code units relate to the type of data string that 46 width. You do not have to do anything special to compile in a 64-bit 56 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the 59 An alternative approach is not to edit src/config.h, but to use -D on the 61 configuration options. In this case -DHAVE_CONFIG_H must not be set. 67 before re-using what you had previously. 81 Compile src/pcre2_dftables.c as a stand-alone program (using [all …]
|
| /third_party/pcre2/pcre2/ |
| D | NON-AUTOTOOLS-BUILD | 2 -------------------------------------- 25 configure/make (autotools) build system, as found in many Unix-like 30 environments, though it can also be run in Unix-like environments. See the 44 8-bit, 16-bit, and 32-bit code units relate to the type of data string that 46 width. You do not have to do anything special to compile in a 64-bit 56 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the 59 An alternative approach is not to edit src/config.h, but to use -D on the 61 configuration options. In this case -DHAVE_CONFIG_H must not be set. 67 before re-using what you had previously. 81 Compile src/pcre2_dftables.c as a stand-alone program (using [all …]
|
| D | CMakeLists.txt | 9 # 2007-09-14 mod by Sheri so 7.4 supported configuration options can be entered 10 # 2007-09-19 Adjusted by PH to retain previous default settings 11 # 2007-12-26 (a) On UNIX, use names libpcre instead of just pcre 13 # not a previously-installed one. 16 # 2008-01-20 Brought up to date to include several new features by Christian 18 # 2008-01-22 Sheri added options for backward compatibility of library names 19 # when building with minGW: 24 # be built with suffix of "-0.dll". (The libraries will be named 25 # libpcre-0.dll, libpcreposix-0.dll and libpcrecpp-0.dll - same names 27 # 2008-01-23 PH removed the automatic build of pcredemo. [all …]
|
| /third_party/zlib/ |
| D | huawei_zlib_CMakeList.patch | 1 diff --git a/CMakeLists.txt b/CMakeLists.txt 3 --- a/CMakeLists.txt 5 @@ -167,21 +167,21 @@ file(READ ${CMAKE_CURRENT_SOURCE_DIR}/zlib.h _zlib_h_contents) 6 string(REGEX REPLACE ".*#define[ \t]+ZLIB_VERSION[ \t]+\"([-0-9A-Za-z.]+)\".*" 9 -if(MINGW) 10 +#if(MINGW) 11 # This gets us DLL resource information when compiling on MinGW. 12 - if(NOT CMAKE_RC_COMPILER) 13 - set(CMAKE_RC_COMPILER windres.exe) 14 - endif() [all …]
|
| /third_party/protobuf/ |
| D | appveyor.yml | 2 - Debug 6 # Only test few combinations: "Visual Studio 2015 (14) + Win64/MinGW + Debug + DLL". We can 7 # test more combinations but AppVeyor just takes too long to finish (each 9 - platform: MinGW 13 - platform: Win64 19 - platform: Win64 25 - platform: Win64 31 test: off 34 - git submodule update --init --recursive 37 - if %platform%==MinGW set generator=MinGW Makefiles [all …]
|
| D | appveyor.bat | 3 IF %platform%==MinGW GOTO build_mingw 11 echo Building MinGW 12 set PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH:C:\Program Files\Git\usr\… 15 cmake -G "%generator%" -Dprotobuf_BUILD_SHARED_LIBS=%BUILD_DLL% -Dprotobuf_UNICODE=%UNICODE% -Dprot… 16 mingw32-make -j8 all || goto error 25 cmake -G "%generator%" -Dprotobuf_BUILD_SHARED_LIBS=%BUILD_DLL% -Dprotobuf_UNICODE=%UNICODE% ../cma… 38 dotnet build -c %configuration% || goto error 41 dotnet test -c %configuration% -f netcoreapp2.1 Google.Protobuf.Test\Google.Protobuf.Test.csproj ||… 42 dotnet test -c %configuration% -f net451 Google.Protobuf.Test\Google.Protobuf.Test.csproj || goto e…
|
| /third_party/node/deps/openssl/openssl/ |
| D | NOTES-WINDOWS.md | 4 - [Native builds using Visual C++](#native-builds-using-visual-c++) 5 - [Native builds using Embarcadero C++Builder]( 6 #native-builds-using-embarcadero-c++-builder) 7 - [Native builds using MinGW](#native-builds-using-mingw) 8 - [Linking native applications](#linking-native-applications) 9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin) 20 MinGW cross compiler 21 run on the GNU-like development environment MSYS2 31 The native builds using Visual C++ have a `VC-*` prefix. 34 ------------------- [all …]
|
| /third_party/openssl/ |
| D | NOTES-WINDOWS.md | 4 - [Native builds using Visual C++](#native-builds-using-visual-c++) 5 - [Native builds using Embarcadero C++Builder]( 6 #native-builds-using-embarcadero-c++-builder) 7 - [Native builds using MinGW](#native-builds-using-mingw) 8 - [Linking native applications](#linking-native-applications) 9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin) 20 MinGW cross compiler 21 run on the GNU-like development environment MSYS2 31 The native builds using Visual C++ have a `VC-*` prefix. 34 ------------------- [all …]
|
| /third_party/skia/third_party/externals/libpng/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2018 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 53 MINGW*) 54 file_conv=mingw 67 mingw/*) [all …]
|
| /third_party/skia/third_party/externals/microhttpd/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2012-10-14.11; # UTC 6 # Copyright (C) 1999-2013 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 53 MINGW*) 54 file_conv=mingw 67 mingw/*) [all …]
|
| /third_party/node/deps/cares/config/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2021 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 53 MINGW*) 54 file_conv=mingw 67 mingw/*) [all …]
|
| /third_party/libevdev/build-aux/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2021 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 53 MINGW*) 54 file_conv=mingw 67 mingw/*) [all …]
|
| /third_party/curl/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2021 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 53 MINGW*) 54 file_conv=mingw 67 mingw/*) [all …]
|
| /third_party/lame/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2020 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 53 MINGW*) 54 file_conv=mingw 67 mingw/*) [all …]
|
| /third_party/node/deps/cares/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2021 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 53 MINGW*) 54 file_conv=mingw 67 mingw/*) [all …]
|
| /third_party/glib/ |
| D | README.win32.md | 1 Chun-wei Fan `<fanc999@yahoo.com.tw>` 17 To build GLib on Win32, you can use either GCC ("MinGW") or the Microsoft 21 You can also cross-compile GLib for Windows from Linux using the 22 cross-compiling mingw packages for your distro. 31 compilation related to Win32 in GLib-using code: 33 - `G_OS_WIN32` is defined when compiling for native Win32, without 37 - `G_WITH_CYGWIN` is defined if compiling for the Cygwin 42 - `G_PLATFORM_WIN32` is defined when either `G_OS_WIN32` or `G_WITH_CYGWIN` 48 Additionally, there are the compiler-specific macros: 49 - `__GNUC__` is defined when using GCC or Clang [all …]
|
| /third_party/skia/third_party/externals/expat/expat/ |
| D | CMake.README | 3 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual 6 Assuming ~/expat-2.4.1 is the source directory of expat, add a subdirectory 8 ~/expat-2.4.1$ mkdir build && cd build 9 ~/expat-2.4.1/build$ 11 From that directory, call cmake first, then call make, make test and 13 ~/expat-2.4.1/build$ cmake .. 14 -- The C compiler identification is GNU 15 -- The CXX compiler identification is GNU 17 -- Configuring done 18 -- Generating done [all …]
|
| /third_party/libjpeg-turbo/ |
| D | appveyor.yml | 2 - cmd: >- 7 …rs\nasm-2.10.01-win32.zip curl -fSL -o c:\installers\nasm-2.10.01-win32.zip http://www.nasm.us/pub… 9 7z x c:\installers\nasm-2.10.01-win32.zip -oc:\ > c:\installers\nasm.install.log 11 …-6.4.0-release-posix-dwarf-rt_v5-rev0.7z curl -fSL -o c:\installers\i686-6.4.0-release-posix-dwarf… 13 md "c:\Program Files (x86)\mingw-w64\i686-6.4.0-posix-dwarf-rt_v5-rev0" 15 …7z x c:\installers\i686-6.4.0-release-posix-dwarf-rt_v5-rev0.7z -o"c:\Program Files (x86)\mingw-w6… 17 …-6.4.0-release-posix-seh-rt_v5-rev0.7z curl -fSL -o c:\installers\x86_64-6.4.0-release-posix-seh-r… 19 md "c:\Program Files\mingw-w64\x86_64-6.4.0-posix-seh-rt_v5-rev0" 21 …7z x c:\installers\x86_64-6.4.0-release-posix-seh-rt_v5-rev0.7z -o"c:\Program Files\mingw-w64\x86_… 27 …set PATH=c:\nasm-2.10.01;c:\Program Files (x86)\NSIS;c:\msys64\usr\bin;c:\Program Files (x86)\Micr… [all …]
|
| /third_party/rust/crates/bindgen/ |
| D | appveyor.yml | 5 - TARGET: gnu 6 LLVM_VERSION: 5.0.0-1 8 - TARGET: gnu 9 LLVM_VERSION: 9.0.0-1 11 - TARGET: msvc 14 - TARGET: msvc 19 - stable 20 - nightly 23 - x64 24 - x86 [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/ |
| D | README.mingw.md | 2 as a widely used and tested shaper is used as more-or-less OpenType reference 11 - Fedora: `dnf install wine`. 13 2. Install `mingw-w64` compiler. 14 - Fedora, 32bit: `dnf install mingw32-gcc-c++` 15 - Fedora, 64bit: `dnf install mingw64-gcc-c++` 16 - Debian: `apt install g++-mingw-w64` 17 - Mac: `brew install mingw-w64` 19 3. If you have drank the `meson` koolaid, look at `.ci/build-win32.sh` to see how to 24 - Fedora, 32bit: `dnf install mingw32-glib2 mingw32-cairo mingw32-freetype` 25 - Fedora, 64bit: `dnf install mingw64-glib2 mingw64-cairo mingw64-freetype` [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/ |
| D | presubmit.bat | 7 REM https://www.apache.org/licenses/LICENSE-2.0 27 git submodule update --init 38 -G "%BUILD_GENERATOR%" ^ 39 -A "%BUILD_TARGET_ARCH%" ^ 40 "-DMARL_BUILD_TESTS=1" ^ 41 "-DMARL_BUILD_EXAMPLES=1" ^ 42 "-DMARL_BUILD_BENCHMARKS=1" ^ 43 "-DMARL_WARNINGS_AS_ERRORS=1" ^ 44 "-DMARL_DEBUG_ENABLED=1" 46 cmake --build . --config %CONFIG% [all …]
|
| /third_party/lz4/lib/dll/example/ |
| D | README.md | 6 - `lz4.exe` : Command Line Utility, supporting gzip-like arguments 7 - `dll\msys-lz4-1.dll` : The DLL of LZ4 library, compiled by msys 8 - `dll\liblz4.dll.a` : The import library of LZ4 library for Visual C++ 9 - `example\` : The example of usage of LZ4 library 10 - `include\` : Header files required with LZ4 library 11 - `static\liblz4_static.lib` : The static LZ4 library 16 Command Line Interface (CLI) supports gzip-like arguments. 21 The full list of commands for CLI can be obtained with `-h` or `-H`. The ratio can 22 be improved with commands from `-3` to `-16` but higher levels also have slower 23 compression. CLI includes in-memory compression benchmark module with compression [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | x86_test-vk.sh | 5 set -e 6 set -o xtrace 15 g++-mingw-w64-i686-posix \ 16 g++-mingw-w64-x86-64-posix \ 17 glslang-tools \ 18 libexpat1-dev \ 20 libgbm-dev \ 21 libgles2-mesa-dev \ 22 liblz4-dev \ 23 libpciaccess-dev \ [all …]
|
12345678910>>...15