Home
last modified time | relevance | path

Searched +full:- +full:dnominmax (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/templates/
Dconfig.m4.template2 --- |
4 [ --enable-grpc Enable grpc support])
9 dnl # --with-grpc -> add include path
16 LIBS="-lpthread $LIBS"
18 …CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11 -g -O2 -D PB_FIELD_32BI…
19 CXXFLAGS="-std=c++11 -fno-exceptions -fno-rtti -g -O2 -D PB_FIELD_32BIT=1"
20 GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD"
46 , $ext_shared, , -fvisibility=hidden ${"\\"}
47 -DOPENSSL_NO_ASM -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN ${"\\"}
48 -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DGRPC_ARES=0)
Dconfig.w32.template2 --- |
25 "/D_HAS_EXCEPTIONS=0 /DNOMINMAX /DGRPC_ARES=0 /D_WIN32_WINNT=0x600 "+
43 if (idx == -1):
64 if (build_dirs[i].indexOf('grpc') == -1) {
/external/grpc-grpc/third_party/cares/
Dcares.BUILD140 "config-win32.h",
145 "-D_GNU_SOURCE",
146 "-D_HAS_EXCEPTIONS=0",
147 "-DHAVE_CONFIG_H",
150 "-DNOMINMAX",
151 "-D_CRT_SECURE_NO_DEPRECATE",
152 "-D_CRT_NONSTDC_NO_DEPRECATE",
153 "-D_WIN32_WINNT=0x0600",
160 ":windows": ["-defaultlib:ws2_32.lib"],
/external/grpc-grpc/
DMakefile14 # http://www.apache.org/licenses/LICENSE-2.0
28 HOST_SYSTEM = $(shell uname | cut -f 1 -d_)
80 CPPFLAGS_opt = -O2 -Wframe-larger-than=16384
83 VALID_CONFIG_asan-trace-cmp = 1
84 REQUIRE_CUSTOM_LIBRARIES_asan-trace-cmp = 1
85 CC_asan-trace-cmp = clang
86 CXX_asan-trace-cmp = clang++
87 LD_asan-trace-cmp = clang++
88 LDXX_asan-trace-cmp = clang++
89-trace-cmp = -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize-coverage=trace-cmp -fsanitize=…
[all …]
Dconfig.w32441 "third_party\\boringssl\\crypto\\cpu-aarch64-fuchsia.c " +
442 "third_party\\boringssl\\crypto\\cpu-aarch64-linux.c " +
443 "third_party\\boringssl\\crypto\\cpu-arm-linux.c " +
444 "third_party\\boringssl\\crypto\\cpu-arm.c " +
445 "third_party\\boringssl\\crypto\\cpu-intel.c " +
446 "third_party\\boringssl\\crypto\\cpu-ppc64le.c " +
653 "/D_HAS_EXCEPTIONS=0 /DNOMINMAX /DGRPC_ARES=0 /D_WIN32_WINNT=0x600 "+
797 if (build_dirs[i].indexOf('grpc') == -1) {
Dconfig.m42 [ --enable-grpc Enable grpc support])
7 dnl # --with-grpc -> add include path
14 LIBS="-lpthread $LIBS"
16 …CFLAGS="-Wall -Werror -Wno-parentheses-equality -Wno-unused-value -std=c11 -g -O2 -D PB_FIELD_32BI…
17 CXXFLAGS="-std=c++11 -fno-exceptions -fno-rtti -g -O2 -D PB_FIELD_32BIT=1"
18 GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD"
466 third_party/boringssl/crypto/cpu-aarch64-fuchsia.c \
467 third_party/boringssl/crypto/cpu-aarch64-linux.c \
468 third_party/boringssl/crypto/cpu-arm-linux.c \
469 third_party/boringssl/crypto/cpu-arm.c \
[all …]
Dbuild.yaml8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
15 core_version: 6.0.0-dev
17 version: 1.16.0-dev
19 - name: alts_proto
21 - src/core/tsi/alts/handshaker/altscontext.pb.h
22 - src/core/tsi/alts/handshaker/handshaker.pb.h
23 - src/core/tsi/alts/handshaker/transport_security_common.pb.h
[all …]
/external/tensorflow/tensorflow/contrib/cmake/
DCMakeLists.txt6 …rs when building. Consider upgrading your cmake to > 3.8 and using the flag -Thost=x64 when runnin…
9 …"compiler out of heap space\" errors when building. Consider using the flag -Thost=x64 when runnin…
77 # Threads: defines CMAKE_THREAD_LIBS_INIT and adds -pthread compile option
124 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
125 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
152 add_definitions(-DSQLITE_OMIT_LOAD_EXTENSION)
155 add_definitions(-DEIGEN_STRONG_INLINE=inline)
158 add_definitions(-DEIGEN_AVOID_STL_ARRAY)
162 add_definitions(-DWIN64)
166 add_definitions(-DEIGEN_DEFAULT_DENSE_INDEX_TYPE=std::int64_t)
[all …]
/external/boringssl/src/
DCMakeLists.txt23 # This is a dummy target which all other targets depend on (manually - see other
29 # Android-NDK CMake files reconfigure the path and so Go and Perl won't be
45 pkg_check_modules(LIBUNWIND libunwind-generic)
47 add_definitions(-DBORINGSSL_HAVE_LIBUNWIND)
65 add_definitions(-DBORINGSSL_ALLOW_CXX_RUNTIME)
70 set(CMAKE_ASM_NASM_FLAGS "${CMAKE_ASM_NASM_FLAGS} -DNDEBUG")
76 string(REGEX REPLACE "(^| )[/-]DNDEBUG( |$)" " " "${VAR}_RELWITHASSERTS"
81 add_definitions(-DBORINGSSL_PREFIX=${BORINGSSL_PREFIX})
82 # CMake automatically connects include_directories to the NASM command-line,
84 set(CMAKE_ASM_NASM_FLAGS "${CMAKE_ASM_NASM_FLAGS} -DBORINGSSL_PREFIX=${BORINGSSL_PREFIX}")
[all …]
/external/libcxx/utils/libcxx/test/
Dconfig.py1 #===----------------------------------------------------------------------===##
8 #===----------------------------------------------------------------------===##
30 # out-of-tree build situation).
53 # Extract the value of a numeric macro such as __cplusplus or a feature-test
59 # pylint: disable=redefined-outer-name
112 '--param=%s=%s' % (env_var, val, name, conf_val))
214 os.path.basename(cxx) == 'clang-cl.exe'
228 ' clang-cl')
231 '(e.g., --param=cxx_under_test=clang++)')
239 self.config.available_features.add('%s-%s' % (cxx_type, maj_v))
[all …]
/external/swiftshader/
DCMakeLists.txt5 # On Windows we use custom solution and project files, except for certain third-
6 # party projects which use CMake-generated ones. They are manually (re)generated
8 # repository. Therefore they should not be auto-regenerated and left using
51 "default, even for 64-bit targets. This can result in linker "
52 "instability and out of memory errors. To use the 64-bit "
53 "host compiler, pass -Thost=x64 on the CMake command line.")
86 set(REACTOR_BACKEND ${DEFAULT_REACTOR_BACKEND} CACHE STRING "JIT compiler back-end used by Reactor")
113 Running 'git submodule update --init' to download it:
116 execute_process(COMMAND git submodule update --init)
146 …set_property(TARGET ${TARGET} APPEND_STRING PROPERTY LINK_FLAGS " -Wl,--version-script=${DIR}/${TA…
[all …]