Home
last modified time | relevance | path

Searched +full:test +full:- +full:mingw (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/third_party/libxml2/
D.gitlab-ci.yml1 .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/rust/rust/src/bootstrap/mk/
DMakefile.in3 BOOTSTRAP_ARGS := -v
12 $(Q)$(BOOTSTRAP) build --stage 2 $(BOOTSTRAP_ARGS)
13 $(Q)$(BOOTSTRAP) doc --stage 2 $(BOOTSTRAP_ARGS)
22 $(Q)echo To learn more run \`./x.py --help\`
27 rustc-stage1:
28 $(Q)$(BOOTSTRAP) build --stage 1 library/test $(BOOTSTRAP_ARGS)
29 rustc-stage2:
30 $(Q)$(BOOTSTRAP) build --stage 2 library/test $(BOOTSTRAP_ARGS)
34 $(Q)$(BOOTSTRAP) doc --stage 2 $(BOOTSTRAP_ARGS)
36 $(Q)$(BOOTSTRAP) doc --stage 2 src/doc/nomicon $(BOOTSTRAP_ARGS)
[all …]
/third_party/libuv/.github/workflows/
DCI-win.yml1 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/
DNON-AUTOTOOLS-BUILD.txt2 --------------------------------------
26 configure/make (autotools) build system, as found in many Unix-like
31 environments, though it can also be run in Unix-like environments. See the
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
47 16-bit, and 32-bit code units relate to the type of data string that PCRE2
49 You do not have to do anything special to compile in a 64-bit environment, for
61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the
64 An alternative approach is not to edit src/config.h, but to use -D on the
66 configuration options. In this case -DHAVE_CONFIG_H must not be set.
72 before re-using what you had previously.
[all …]
/third_party/pcre2/pcre2/
DNON-AUTOTOOLS-BUILD2 --------------------------------------
26 configure/make (autotools) build system, as found in many Unix-like
31 environments, though it can also be run in Unix-like environments. See the
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
47 16-bit, and 32-bit code units relate to the type of data string that PCRE2
49 You do not have to do anything special to compile in a 64-bit environment, for
61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the
64 An alternative approach is not to edit src/config.h, but to use -D on the
66 configuration options. In this case -DHAVE_CONFIG_H must not be set.
72 before re-using what you had previously.
[all …]
/third_party/zlib/
Dhuawei_zlib_CMakeList.patch1 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/
Dappveyor.yml2 - Debug
6 # Only test few combinations: "Visual Studio 2017 (15) + 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 …]
Dappveyor.bat3 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 net6.0 Google.Protobuf.Test\Google.Protobuf.Test.csproj || goto e…
42 dotnet test -c %configuration% -f net462 Google.Protobuf.Test\Google.Protobuf.Test.csproj || goto e…
/third_party/rust/rust/compiler/rustc_codegen_cranelift/.github/workflows/
Dmain.yml4 - push
5 - pull_request
9 runs-on: ubuntu-latest
10 timeout-minutes: 10
13 - uses: actions/checkout@v3
15 - name: Install rustfmt
19 - name: Rustfmt
21 cargo fmt --check
22 rustfmt --check build_system/main.rs
23 rustfmt --check example/*
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/mingw-check-tidy/
DDockerfile4 RUN apt-get update && apt-get install -y --no-install-recommends \
7 ninja-build \
10 ca-certificates \
13 python3-pip \
14 python3-pkg-resources \
19 xz-utils \
20 libssl-dev \
21 pkg-config \
22 mingw-w64 \
23 && rm -rf /var/lib/apt/lists/*
[all …]
/third_party/openssl/
DNOTES-WINDOWS.md4 - [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/rust/rust/src/ci/docker/host-x86_64/mingw-check/
DDockerfile4 RUN apt-get update && apt-get install -y --no-install-recommends \
7 ninja-build \
10 ca-certificates \
12 python3-pip \
13 python3-pkg-resources \
18 xz-utils \
19 libssl-dev \
20 pkg-config \
21 mingw-w64 \
22 && rm -rf /var/lib/apt/lists/*
[all …]
/third_party/skia/third_party/externals/microhttpd/
Dcompile2 # 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/skia/third_party/externals/libpng/
Dcompile2 # 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/m133/third_party/externals/expat/expat/
DCMake.README3 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual
6 Assuming ~/expat-2.6.3 is the source directory of expat, add a subdirectory
8 ~/expat-2.6.3$ mkdir build && cd build
9 ~/expat-2.6.3/build$
11 From that directory, call cmake first, then call make, make test and
13 ~/expat-2.6.3/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/skia/third_party/externals/expat/expat/
DCMake.README3 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/rust/rust/src/bootstrap/builder/
Dtests.rs6 fn configure(cmd: &str, host: &[&str], target: &[&str]) -> Config { in configure()
10 fn configure_with_args(cmd: &[String], host: &[&str], target: &[&str]) -> Config { in configure_with_args()
17 … // But make sure to check out the `doc` and `rust-analyzer` submodules, since some steps need them in configure_with_args()
25 submodule_build.update_submodule(Path::new("src/tools/rust-analyzer")); in configure_with_args()
32 .join("tmp-rustbuild-tests") in configure_with_args()
33 .join(&thread::current().name().unwrap_or("unknown").replace(":", "-")); in configure_with_args()
42 fn first<A, B>(v: Vec<(A, B)>) -> Vec<A> { in first()
46 fn run_build(paths: &[PathBuf], config: Config) -> Cache { in run_build()
89 #[test]
92 check_cli(["test", "tests/ui/attr-start.rs", "tests/ui/attr-shebang.rs"]); in test_valid()
[all …]
/third_party/libedit/
Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
4 scriptversion=2024-06-19.01; # UTC
6 # Copyright (C) 1999-2024 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/
Dcompile2 # 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/
Dcompile2 # 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/curl/
Dcompile2 # 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/skia/m133/third_party/externals/libpng/
Dcompile2 # 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/rust/crates/bindgen/
Dappveyor.yml5 - TARGET: gnu
6 LLVM_VERSION: 9.0.0-1
8 - TARGET: gnu
11 - TARGET: msvc
14 - TARGET: msvc
19 - stable
20 - nightly
23 - x64
24 - x86
28 - main
[all …]
/third_party/libjpeg-turbo/
Dappveyor.yml2 - 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/skia/third_party/externals/harfbuzz/
DREADME.mingw.md2 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 …]

12345678910>>...19