| /external/tinyxml2/.github/workflows/ |
| D | test.yml | 7 fail-fast: false 9 os: [ windows-2019, macos-latest, ubuntu-20.04 ] 12 - os: windows-2019 17 - os: ubuntu-20.04 20 - os: macos-latest 23 - cmake: 3.15 25 - cmake: 3.x 31 runs-on: ${{ matrix.os }} 33 # System set-up 34 - uses: actions/checkout@v2 [all …]
|
| /external/cronet/tot/third_party/re2/src/ |
| D | Makefile | 2 # Use of this source code is governed by a BSD-style 5 # Build against Abseil. 23 PKG_CONFIG?=pkg-config 24 CCABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --cflags) 25 # GCC barfs on `-Wl` whereas Clang doesn't mind, but it's unclear what 27 # Similar is needed for `static-testinstall` and `shared-testinstall`. 28 LDABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --libs | sed -e 's/-Wl / /g') 30 # To build against ICU for full Unicode properties support, 32 # CCICU=$(shell $(PKG_CONFIG) icu-uc --cflags) -DRE2_USE_ICU 33 # LDICU=$(shell $(PKG_CONFIG) icu-uc --libs) [all …]
|
| /external/cronet/stable/third_party/re2/src/ |
| D | Makefile | 2 # Use of this source code is governed by a BSD-style 5 # Build against Abseil. 23 PKG_CONFIG?=pkg-config 24 CCABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --cflags) 25 # GCC barfs on `-Wl` whereas Clang doesn't mind, but it's unclear what 27 # Similar is needed for `static-testinstall` and `shared-testinstall`. 28 LDABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --libs | sed -e 's/-Wl / /g') 30 # To build against ICU for full Unicode properties support, 32 # CCICU=$(shell $(PKG_CONFIG) icu-uc --cflags) -DRE2_USE_ICU 33 # LDICU=$(shell $(PKG_CONFIG) icu-uc --libs) [all …]
|
| /external/curl/projects/ |
| D | build-openssl.bat | 22 rem * SPDX-License-Identifier: curl 49 rem Visual Studio was x86-only prior to 14.3 123 ) else if /i "%~1" == "-?" ( 125 ) else if /i "%~1" == "-h" ( 127 ) else if /i "%~1" == "-help" ( 129 ) else if /i "%~1" == "-VSpath" ( 138 ) else if /i "%~1" == "-perlpath" ( 176 perl --version <NUL 1>NUL 2>&1 232 call "%ABS_VC_PATH%\Auxiliary\Build\vcvarsall" %VCVARS_PLATFORM% 234 call "%ABS_VC_PATH%\Auxiliary\Build\vcvarsall" %VCVARS_PLATFORM% [all …]
|
| /external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/ |
| D | Makefile | 2 # Use of this source code is governed by a BSD-style 5 # To build against ICU for full Unicode properties support, 7 # CCICU=$(shell pkg-config icu-uc --cflags) -DRE2_USE_ICU 8 # LDICU=$(shell pkg-config icu-uc --libs) 10 # To build against PCRE for testing or benchmarking, 12 # CCPCRE=-I/usr/local/include -DUSEPCRE 13 # LDPCRE=-L/usr/local/lib -lpcre 17 CXXFLAGS?=-O3 -g 20 RE2_CXXFLAGS?=-pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. $(CC… 21 RE2_LDFLAGS?=-pthread $(LDICU) $(LDPCRE) [all …]
|
| /external/icu/icu4c/source/data/unidata/ |
| D | changes.txt | 3 * Copyright (C) 2004-2016, International Business Machines 7 * encoding: US-ASCII 16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update 33 `***` - section heading 34 `*` - sub heading 35 `-` - 1st level bullet 36 `+` - 2nd level bullet 37 `=` - 1st level bullet 38 `->` - "the previous things leads to...", OR a 2nd level bullet/item 40 ---------------------------------------------------------------------------- *** [all …]
|
| /external/cronet/stable/third_party/icu/source/data/unidata/ |
| D | changes.txt | 3 * Copyright (C) 2004-2016, International Business Machines 7 * encoding: US-ASCII 16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update 33 `***` - section heading 34 `*` - sub heading 35 `-` - 1st level bullet 36 `+` - 2nd level bullet 37 `=` - 1st level bullet 38 `->` - "the previous things leads to...", OR a 2nd level bullet/item 40 ---------------------------------------------------------------------------- *** [all …]
|
| /external/cronet/tot/third_party/icu/source/data/unidata/ |
| D | changes.txt | 3 * Copyright (C) 2004-2016, International Business Machines 7 * encoding: US-ASCII 16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update 33 `***` - section heading 34 `*` - sub heading 35 `-` - 1st level bullet 36 `+` - 2nd level bullet 37 `=` - 1st level bullet 38 `->` - "the previous things leads to...", OR a 2nd level bullet/item 40 ---------------------------------------------------------------------------- *** [all …]
|
| /external/regex-re2/ |
| D | Makefile | 2 # Use of this source code is governed by a BSD-style 5 # To build against ICU for full Unicode properties support, 7 # CCICU=$(shell pkg-config icu-uc --cflags) -DRE2_USE_ICU 8 # LDICU=$(shell pkg-config icu-uc --libs) 10 # To build against PCRE for testing or benchmarking, 12 # CCPCRE=-I/usr/local/include -DUSEPCRE 13 # LDPCRE=-L/usr/local/lib -lpcre 17 CXXFLAGS?=-O3 -g 20 RE2_CXXFLAGS?=-std=c++11 -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initialize… 21 RE2_LDFLAGS?=-pthread $(LDICU) $(LDPCRE) [all …]
|
| /external/tflite-support/ |
| D | .bazelrc | 6 build --apple_platform_type=macos 8 # Enable using platform specific build settings 9 build --enable_platform_specific_config 12 common --experimental_repo_remote_exec 15 build --java_toolchain=//third_party/toolchains/java:tf_java_toolchain 16 build --host_java_toolchain=//third_party/toolchains/java:tf_java_toolchain 18 # Suppress C++ compiler warnings, otherwise build logs become 10s of MBs. 19 build:android --copt=-w 20 build:linux --copt=-w 21 build:macos --copt=-w [all …]
|
| /external/mpdecimal/vcbuild/ |
| D | runshort_alloc.bat | 4 rem Choose release or debug build. 5 set DBG=0 variable 6 if "%1%" == "/d" set DBG=1 variable 8 rem Build libmpdec tests. 12 nmake DEBUG=%DBG% 28 runtest.exe official.decTest --alloc 35 runtest.exe additional.decTest --alloc 40 echo # libmpdec: shared library 48 runtest_shared.exe official.decTest --alloc 55 runtest_shared.exe additional.decTest --alloc [all …]
|
| D | runshort.bat | 3 rem Release or debug build. 4 set DBG=0 variable 5 if "%1%" == "/d" set DBG=1 variable 7 rem Build libmpdec tests. 11 nmake DEBUG=%DBG% 38 echo # libmpdec: shared library 57 rem Build libmpdec++ tests. 61 nmake DEBUG=%DBG% 76 runtest.exe official.topTest --thread 83 runtest.exe additional.topTest --thread [all …]
|
| /external/OpenCSD/decoder/docs/ |
| D | build_libs.md | 4 @brief How to build the library and test programs and include the library in an application 7 ---------------- 9 The current makefiles and build projects support building the library on: 10 - Linux and Windows, x86 or x64 hosts. 11 - ARM linux - AArch32 and AArch64 12 - ARM aarch32 and aarch64 libs, x-compiled on x86/64 hosts. 13 - MacOS - x64 and AArch64 (Apple Silicon) 19 -------------------- 21 The library and test programs are built from the library `./build/<platform>` directory, where 22 <platform> is either 'linux', 'macos', or 'win-vs2022' [all …]
|
| /external/cronet/stable/third_party/boringssl/src/infra/config/ |
| D | main.star | 19 RECIPE_BUNDLE = "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" 23 buildbucket = "cr-buildbucket.appspot.com", 24 logdog = "luci-logdog.appspot.com", 25 milo = "luci-milo.appspot.com", 26 notify = "luci-notify.appspot.com", 27 scheduler = "luci-scheduler.appspot.com", 28 swarming = "chromium-swarm.appspot.com", 41 groups = "project-boringssl-committers", 45 groups = "project-boringssl-tryjob-access", 49 groups = "project-boringssl-admins", [all …]
|
| /external/cronet/tot/third_party/boringssl/src/infra/config/ |
| D | main.star | 19 RECIPE_BUNDLE = "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" 23 buildbucket = "cr-buildbucket.appspot.com", 24 logdog = "luci-logdog.appspot.com", 25 milo = "luci-milo.appspot.com", 26 notify = "luci-notify.appspot.com", 27 scheduler = "luci-scheduler.appspot.com", 28 swarming = "chromium-swarm.appspot.com", 41 groups = "project-boringssl-committers", 45 groups = "project-boringssl-tryjob-access", 49 groups = "project-boringssl-admins", [all …]
|
| /external/boringssl/src/infra/config/ |
| D | main.star | 19 RECIPE_BUNDLE = "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" 23 buildbucket = "cr-buildbucket.appspot.com", 24 logdog = "luci-logdog.appspot.com", 25 milo = "luci-milo.appspot.com", 26 notify = "luci-notify.appspot.com", 27 scheduler = "luci-scheduler.appspot.com", 28 swarming = "chromium-swarm.appspot.com", 41 groups = "project-boringssl-committers", 45 groups = "project-boringssl-tryjob-access", 49 groups = "project-boringssl-admins", [all …]
|
| /external/tensorflow/ |
| D | .bazelrc | 2 # This file tries to group and simplify build options for TensorFlow 4 # ----CONFIG OPTIONS---- 25 # avx_linux: Build with avx instruction set on linux. 26 # avx2_linux: Build with avx2 instruction set on linux. 27 # native_arch_linux: Build with instruction sets available to the host machine on linux 28 # avx_win: Build with avx instruction set on windows 29 # avx2_win: Build with avx2 instruction set on windows 31 # Other build options: 32 # short_logs: Only log errors during build, skip warnings. 33 # verbose_logs: Show all compiler warnings during build. [all …]
|
| /external/OpenCSD/decoder/tests/build/win-vs2022/perr/ |
| D | perr.vcxproj | 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 27 <ProjectGuid>{3d1e409d-5f4b-4b47-8513-a622639a5399}</ProjectGuid> 61 <ImportGroup Label="Shared"> 65 <Import Project="..\..\..\..\build\win-vs2022\opencsd.props" /> 69 <Import Project="..\..\..\..\build\win-vs2022\opencsd.props" /> 73 <Import Project="..\..\..\..\build\win-vs2022\opencsd.props" /> 77 <Import Project="..\..\..\..\build\win-vs2022\opencsd.props" /> 82 <OutDir>..\..\..\bin\win$(PlatformArchitecture)\dbg\</OutDir> 84 <TargetName>ocsd-perr</TargetName> [all …]
|
| /external/OpenCSD/decoder/tests/build/win-vs2022/mem-acc-test/ |
| D | mem-acc-test.vcxproj | 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 27 <ProjectGuid>{ff4f9135-dd70-4698-9b8f-0451cea3ca44}</ProjectGuid> 61 <ImportGroup Label="Shared"> 65 <Import Project="..\..\..\..\build\win-vs2022\opencsd.props" /> 69 <Import Project="..\..\..\..\build\win-vs2022\opencsd.props" /> 73 <Import Project="..\..\..\..\build\win-vs2022\opencsd.props" /> 77 <Import Project="..\..\..\..\build\win-vs2022\opencsd.props" /> 82 <OutDir>..\..\..\bin\win$(PlatformArchitecture)\dbg\</OutDir> 92 <OutDir>..\..\..\bin\win$(PlatformArchitecture)\dbg\</OutDir> [all …]
|
| /external/sdv/vsomeip/third_party/boost/tokenizer/ |
| D | .travis.yml | 2 # Copyright 2017 - 2019 James E. King III 7 # Generic Travis CI build script for boostorg repositories 8 # See: https://github.com/boostorg/boost-ci 15 # variable DEPINST. For example if your build uses code in "bench/" and 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 30 …# see: http://www.boost.org/build/doc/html/bbv2/overview/invocation.html#bbv2.overview.invocation.… 31 …# to use the default for a given environment, comment it out; recommend you build debug and releas… 32 # - B2_ADDRESS_MODEL=address-model=64,32 33 # - B2_LINK=link=shared,static [all …]
|
| /external/sdv/vsomeip/third_party/boost/concept_check/ |
| D | .travis.yml | 2 # Copyright 2017 - 2019 James E. King III 7 # Generic Travis CI build script for boostorg repositories 8 # See: https://github.com/boostorg/boost-ci 15 # variable DEPINST. For example if your build uses code in "bench/" and 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 30 …# see: http://www.boost.org/build/doc/html/bbv2/overview/invocation.html#bbv2.overview.invocation.… 31 …# to use the default for a given environment, comment it out; recommend you build debug and releas… 32 # - B2_ADDRESS_MODEL=address-model=64,32 33 # - B2_LINK=link=shared,static [all …]
|
| /external/sdv/vsomeip/third_party/boost/pool/ |
| D | .travis.yml | 2 # Copyright 2017 - 2019 James E. King III 7 # Generic Travis CI build script for boostorg repositories 8 # See: https://github.com/boostorg/boost-ci 15 # variable DEPINST. For example if your build uses code in "bench/" and 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 30 …# see: http://www.boost.org/build/doc/html/bbv2/overview/invocation.html#bbv2.overview.invocation.… 31 …# to use the default for a given environment, comment it out; recommend you build debug and releas… 32 # - B2_ADDRESS_MODEL=address-model=64,32 33 # - B2_LINK=link=shared,static [all …]
|
| /external/OpenCSD/decoder/tests/build/win-vs2022/frame_demux_test/ |
| D | frame_demux_test.vcxproj | 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 24 <ProjectGuid>{98ee9884-a4eb-4c75-a911-dfedf992754f}</ProjectGuid> 59 <ImportGroup Label="Shared"> 63 <Import Project="..\..\..\..\build\win-vs2022\opencsd.props" /> 67 <Import Project="..\..\..\..\build\win-vs2022\opencsd.props" /> 71 <Import Project="..\..\..\..\build\win-vs2022\opencsd.props" /> 75 <Import Project="..\..\..\..\build\win-vs2022\opencsd.props" /> 80 <OutDir>..\..\..\bin\win$(PlatformArchitecture)\dbg\</OutDir> 109 …ries>..\..\..\..\lib\win$(PlatformArchitecture)\dbg\;..\..\..\..\tests\lib\win$(PlatformArchitectu… [all …]
|
| /external/angle/infra/config/ |
| D | main.star | 4 # Use of this source code is governed by a BSD-style license that can be 14 # Fail build when merge script fails. 21 "-module-docstring", 22 "-function-docstring", 28 buildbucket = "cr-buildbucket.appspot.com", 29 logdog = "luci-logdog.appspot.com", 30 milo = "luci-milo.appspot.com", 31 notify = "luci-notify.appspot.com", 32 scheduler = "luci-scheduler.appspot.com", 33 swarming = "chromium-swarm.appspot.com", [all …]
|
| /external/sdv/vsomeip/third_party/boost/numeric/interval/ |
| D | .travis.yml | 2 # Copyright 2017 - 2019 James E. King III 7 # Generic Travis CI build script for boostorg repositories 8 # See: https://github.com/boostorg/boost-ci 15 # variable DEPINST. For example if your build uses code in "bench/" and 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 30 …# see: http://www.boost.org/build/doc/html/bbv2/overview/invocation.html#bbv2.overview.invocation.… 31 …# to use the default for a given environment, comment it out; recommend you build debug and releas… 32 # - B2_ADDRESS_MODEL=address-model=64,32 33 # - B2_LINK=link=shared,static [all …]
|