Home
last modified time | relevance | path

Searched +full:build +full:- +full:shared +full:- +full:dbg (Results 1 – 25 of 125) sorted by relevance

12345

/external/tinyxml2/.github/workflows/
Dtest.yml7 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/curl/projects/
Dbuild-openssl.bat22 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/cronet/third_party/re2/src/
DMakefile2 # Use of this source code is governed by a BSD-style
5 # Build against Abseil.
20 PKG_CONFIG?=pkg-config
21 CCABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --cflags)
22 # GCC barfs on `-Wl` whereas Clang doesn't mind, but it's unclear what
24 # Similar is needed for `static-testinstall` and `shared-testinstall`.
25 LDABSL=$(shell $(PKG_CONFIG) $(ABSL_DEPS) --libs | sed -e 's/-Wl / /g')
27 # To build against ICU for full Unicode properties support,
29 # CCICU=$(shell $(PKG_CONFIG) icu-uc --cflags) -DRE2_USE_ICU
30 # LDICU=$(shell $(PKG_CONFIG) icu-uc --libs)
[all …]
/external/cronet/third_party/icu/source/data/unidata/
Dchanges.txt3 * 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
31 ---------------------------------------------------------------------------- ***
36 See https://unicode-org.github.io/icu/processes/release/tasks/standards#update-script-code-enums
39 ---------------------------------------------------------------------------- ***
45 - https://unicode-org.atlassian.net/browse/CLDR-15946
47 - https://github.com/unicode-org/cldr/pull/2691
48 CLDR-15946 make fancy quotes primary-equal to ASCII fallbacks
49 - https://github.com/unicode-org/cldr/pull/2833
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
DMakefile2 # 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/
Dchanges.txt3 * 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/
DMakefile2 # 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.bazelrc6 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/OpenCSD/decoder/docs/
Dbuild_libs.md4 @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.
18 --------------------
20 The library and test programs are built from the library `./build/<platform>` directory, where
21 <platform> is either 'linux' or 'win-vs2022'
29 libraries in `decoder/lib/<tgt_dir>`, and also as a sub-directory of the build process for
[all …]
/external/tensorflow/
D.bazelrc2 # 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/
Dperr.vcxproj1 <?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/
Dmem-acc-test.vcxproj1 <?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/angle/infra/config/
Dmain.star4 # 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/tokenizer/
D.travis.yml2 # 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.yml2 # 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.yml2 # 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/
Dframe_demux_test.vcxproj1 <?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/sdv/vsomeip/third_party/boost/numeric/interval/
D.travis.yml2 # 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/mem-buffer-eg/
Dmem-buffer-eg.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/m…
4 <ProjectConfiguration Include="Debug-dll|Win32">
5 <Configuration>Debug-dll</Configuration>
8 <ProjectConfiguration Include="Debug-dll|x64">
9 <Configuration>Debug-dll</Configuration>
16 <ProjectConfiguration Include="Release-dll|Win32">
17 <Configuration>Release-dll</Configuration>
20 <ProjectConfiguration Include="Release-dll|x64">
21 <Configuration>Release-dll</Configuration>
[all …]
/external/sdv/vsomeip/third_party/boost/date_time/
D.travis.yml2 # 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 # - B2_ADDRESS_MODEL=address-model=64,32
32 # - B2_LINK=link=shared,static
33 # - B2_THREADING=threading=multi,single
[all …]
/external/sdv/vsomeip/third_party/boost/move/
D.travis.yml2 # 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/format/
D.travis.yml2 # 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 # - B2_ADDRESS_MODEL=address-model=64,32
32 # - B2_LINK=link=shared,static
33 # - B2_THREADING=threading=multi,single
[all …]
/external/grpc-grpc/src/ruby/ext/grpc/
Dextconf.rb7 # http://www.apache.org/licenses/LICENSE-2.0
24 cross_compiling = ENV['RCD_HOST_RUBY_VERSION'] # set by rake-compiler-dock in build containers
42 # Hack to prevent automatic stripping during shared library linking.
43 # rake-compiler-dock sets the -s LDFLAG when building rubies for
44 # cross compilation, and this -s flag propagates into RbConfig. Stripping
46 # debug symbols. We want to first link our shared library, then save
49 flags = flags.reject {|flag| flag == '-s'}
76 # build grpc C-core
95 ENV['ARFLAGS'] = '-o'
98 # Don't embed on TruffleRuby (constant-time crypto is unsafe with Sulong, slow build times)
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/cxx_debian11_openssl102_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/grpc-grpc/tools/gce/
Dlinux_kokoro_performance_worker_init.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 set -ex
22 sudo apt-get update
24 # Install Java 8 JDK (to build gRPC Java)
25 sudo apt-get install -y openjdk-8-jdk
26 sudo apt-get install -y unzip lsof
28 sudo apt-get install -y \
30 autotools-dev \
31 build-essential \
36 gcc-multilib \
[all …]

12345