Home
last modified time | relevance | path

Searched full:cxx (Results 1 – 25 of 1966) sorted by relevance

12345678910>>...79

/third_party/boost/tools/build/src/engine/
Dbuild.sh37 For any toolset you can override the path to the compiler with the CXX
41 A special toolset; cxx, is available which is used as a fallback when a more
42 specific toolset is not found and the cxx command is detected. The 'cxx'
43 toolset will use the CXX, CXXFLAGS, and LIBS environment variables, if present.
45 Similarly, the cross-cxx toolset is available for cross-compiling by using the
47 binaries that will be executed on the build system. This allows CXX etc. to be
82 … gcc) ( ${CXX:=g++} -x c++ -std=c++11 check_cxx11.cpp && rm -f a.out ) 1>/dev/null 2>/dev/null ;;
83 … intel-darwin) ( ${CXX:=icc} -xc++ check_cxx11.cpp && rm -f a.out ) 1>/dev/null 2>/dev/null ;;
84 … intel-linux) ( ${CXX:=icc} -xc++ check_cxx11.cpp && rm -f a.out ) 1>/dev/null 2>/dev/null ;;
85 vacpp) ( ${CXX:=xlC_r} check_cxx11.cpp && rm -f a.out ) 1>/dev/null 2>/dev/null ;;
[all …]
Dconfig_toolset.bat28 if not defined CXX ( set "CXX=cl" )
36 set "B2_CXX=%CXX% /nologo /MP /MT /TP /Feb2 /wd4996 /O2 /GL"
42 if not defined CXX ( set "CXX=cl" )
51 set "B2_CXX=%CXX% /nologo /MP /MT /TP /Feb2 /wd4996 /O2 /GL"
57 if not defined CXX ( set "CXX=cl" )
70 set "B2_CXX=%CXX% /nologo /MP /MT /TP /Feb2 /wd4996 /O2 /GL"
76 if not defined CXX ( set "CXX=cl" )
90 set "B2_CXX=%CXX% /nologo /MP /MT /TP /Feb2 /wd4996 /O2 /GL"
96 if not defined CXX ( set "CXX=cl" )
112 set "B2_CXX=%CXX% /nologo /MP /MT /TP /Feb2 /wd4996 /O2 /GL"
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/
DrunConfigureICU61 TRU64V5.1/CXX Use the Compaq cxx compiler on Tru64 (OSF)
62 zOS Use the IBM cxx compiler on z/OS (os/390)
63 zOSV1R2 Use the IBM cxx compiler for z/OS 1.2
142 CXX=`which xlC_r`; export CXX
143 if [ ! -x $CXX ]; then
153 CXX=g++; export CXX
161 CXX=`which CC`; export CXX
169 CXX=g++; export CXX
177 CXX=`which CC`; export CXX
186 CXX=aCC; export CXX
[all …]
/third_party/icu/icu4c/source/
DrunConfigureICU61 TRU64V5.1/CXX Use the Compaq cxx compiler on Tru64 (OSF)
62 zOS Use the IBM cxx compiler on z/OS (os/390)
63 zOSV1R2 Use the IBM cxx compiler for z/OS 1.2
142 CXX=`which xlclang++`; export CXX
143 if [ ! -x $CXX ]; then
153 CXX=g++; export CXX
161 CXX=`which CC`; export CXX
169 CXX=g++; export CXX
177 CXX=`which CC`; export CXX
186 CXX=aCC; export CXX
[all …]
/third_party/skia/third_party/externals/icu/source/
DrunConfigureICU61 TRU64V5.1/CXX Use the Compaq cxx compiler on Tru64 (OSF)
62 zOS Use the IBM cxx compiler on z/OS (os/390)
63 zOSV1R2 Use the IBM cxx compiler for z/OS 1.2
142 CXX=`which xlclang++`; export CXX
143 if [ ! -x $CXX ]; then
153 CXX=g++; export CXX
161 CXX=`which CC`; export CXX
169 CXX=g++; export CXX
177 CXX=`which CC`; export CXX
186 CXX=aCC; export CXX
[all …]
/third_party/libexif/contrib/c++/
DMakefile5 CXX = g++ macro
10 LIBCXX = $(LIBTOOL) --tag=CXX --mode=compile $(CXX)
11 LINKCXX = $(LIBTOOL) --tag=CXX --mode=link $(CXX)
34 %.o: %.cxx
35 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $*.cxx
37 %.lo: %.cxx
38 $(LIBCXX) $(CXXFLAGS) $(CPPFLAGS) -c $*.cxx
40 %.d: %.cxx
41 @echo updating header dependencies for $*.cxx
43 @$(CXX) -M $(CXXFLAGS) $(CPPFLAGS) -c $*.cxx | sed "s@$*.o@$*.d $*.o@" > $*.d \
[all …]
/third_party/boost/libs/predef/
Dazure-pipelines.yml37 CXX: g++-9
43 CXX: g++-9
49 CXX: g++-9
54 CXX: g++-8
59 CXX: g++-7
64 CXX: g++-6
69 CXX: g++-5
74 CXX: g++-4.9
79 CXX: g++-4.8
84 CXX: g++-4.7
[all …]
/third_party/boost/tools/build/
Dazure-pipelines.yml37 CXX: g++-9
42 CXX: g++-8
47 CXX: g++-7
52 CXX: g++-6
57 CXX: g++-5
62 CXX: g++-4.9
67 CXX: g++-4.8
72 CXX: g++-4.7
77 CXX: clang++-9
83 CXX: clang++-8
[all …]
/third_party/jsoncpp/.travis_scripts/
Dmeson_builder.sh21 if ${CXX+false}; then
22 echo "CXX not set in environment."
28 echo "USAGE: CXX=$(which clang++) BUILD_TYPE=[release|debug] LIB_TYPE=[static|shared] $0"
31 …echo " CXX=$(which clang++) BUILD_TYPE=release LIB_TYPE=shared DESTDIR=/tmp/meson_json_c…
32 …echo " CXX=$(which clang++) BUILD_TYPE=debug LIB_TYPE=shared DESTDIR=/tmp/meson_json_c…
33 …echo " CXX=$(which clang++) BUILD_TYPE=release LIB_TYPE=static DESTDIR=/tmp/meson_json_c…
34 …echo " CXX=$(which clang++) BUILD_TYPE=debug LIB_TYPE=static DESTDIR=/tmp/meson_json_c…
36 …echo " CXX=$(which g++) BUILD_TYPE=release LIB_TYPE=shared DESTDIR=/tmp/meson_json_c…
37 …echo " CXX=$(which g++) BUILD_TYPE=debug LIB_TYPE=shared DESTDIR=/tmp/meson_json_c…
38 …echo " CXX=$(which g++) BUILD_TYPE=release LIB_TYPE=static DESTDIR=/tmp/meson_json_c…
[all …]
Dcmake_builder.sh29 if ${CXX+false}; then
30 echo "CXX not set in environment."
36 echo "USAGE: CXX=$(which clang++) BUILD_TYPE=[Release|Debug] LIB_TYPE=[static|shared] $0"
39 …echo " CXX=$(which clang++) BUILD_TYPE=Release LIB_TYPE=shared DESTDIR=/tmp/cmake_json_c…
40 …echo " CXX=$(which clang++) BUILD_TYPE=Debug LIB_TYPE=shared DESTDIR=/tmp/cmake_json_c…
41 …echo " CXX=$(which clang++) BUILD_TYPE=Release LIB_TYPE=static DESTDIR=/tmp/cmake_json_c…
42 …echo " CXX=$(which clang++) BUILD_TYPE=Debug LIB_TYPE=static DESTDIR=/tmp/cmake_json_c…
44 …echo " CXX=$(which g++) BUILD_TYPE=Release LIB_TYPE=shared DESTDIR=/tmp/cmake_json_c…
45 …echo " CXX=$(which g++) BUILD_TYPE=Debug LIB_TYPE=shared DESTDIR=/tmp/cmake_json_c…
46 …echo " CXX=$(which g++) BUILD_TYPE=Release LIB_TYPE=static DESTDIR=/tmp/cmake_json_c…
[all …]
/third_party/libsnd/.github/workflows/
Daction.yml30 cxx: g++
36 cxx: clang++
42 cxx: g++
48 cxx: clang++
54 cxx: g++
65 cxx: g++
77 cxx: clang++
88 cxx: clang++
100 cxx: clang++
111 cxx: clang++
[all …]
/third_party/boost/libs/beast/
Dazure-pipelines.yml21 export CXX=g++ CC=gcc
42 CXX: g++-9
50 CXX: g++-9
58 CXX: g++-9
66 CXX: g++-9
77 CXX: g++-9
86 CXX: g++-8
94 CXX: g++-8
102 CXX: g++-8
113 CXX: g++-8
[all …]
/third_party/curl/zuul.d/
Djobs.yaml57 CXX: g++-8
83 CXX: g++-8
98 CXX: g++-8
115 CXX: g++-8
157 CXX: g++-8
174 CXX: g++-8
203 CXX: g++-8
224 CXX: g++-8
240 CXX: g++-8
258 CXX: g++-8
[all …]
/third_party/boost/tools/build/src/tools/
Dvmsdecc.jam58 # CC and CXX are CLI commands, so no need to search for the executables
59 command = CXX ;
60 toolset.flags vmsdecc .CXX $(condition) : CXX ;
111 feature.feature cxx-repository : : free path ; #order-sensitive ;
112 flags vmsdecc CXX-REPOS <cxx-repository> ;
156 CXX-REPO-NAME = cxx_repository ;
158 local rule get-target-cxx-repo ( target )
160 return [ path.join $(target) $(CXX-REPO-NAME) ] ;
166 DEPENDS $(targets) : [ on $(targets) return $(CXX-REPOS) ] ;
172 TARGET-CXX-REPO on $(targets) = [ on $(targets[1]) get-target-cxx-repo $(LOCATE) ] ;
[all …]
/third_party/skia/third_party/externals/imgui/examples/example_glfw_metal/
DMakefile6 #CXX = g++
7 #CXX = clang++
25 $(CXX) $(CXXFLAGS) -c -o $@ $<
28 $(CXX) $(CXXFLAGS) -c -o $@ $<
31 $(CXX) $(CXXFLAGS) -c -o $@ $<
34 $(CXX) $(CXXFLAGS) -ObjC++ -fobjc-weak -fobjc-arc -c -o $@ $<
37 $(CXX) $(CXXFLAGS) -ObjC++ -fobjc-weak -fobjc-arc -c -o $@ $<
43 $(CXX) -o $@ $^ $(CXXFLAGS) $(LIBS)
/third_party/skia/third_party/externals/imgui/examples/example_sdl_metal/
DMakefile6 #CXX = g++
7 #CXX = clang++
26 $(CXX) $(CXXFLAGS) -c -o $@ $<
29 $(CXX) $(CXXFLAGS) -c -o $@ $<
32 $(CXX) $(CXXFLAGS) -c -o $@ $<
35 $(CXX) $(CXXFLAGS) -ObjC++ -fobjc-weak -fobjc-arc -c -o $@ $<
38 $(CXX) $(CXXFLAGS) -ObjC++ -fobjc-weak -fobjc-arc -c -o $@ $<
44 $(CXX) -o $@ $^ $(CXXFLAGS) $(LIBS)
/third_party/openh264/build/
Dplatform-android.mk44 CXX = $(TOOLCHAINPREFIX)g++
61 CXX = $(LLVM_INSTALL_DIR)/clang++
82 ifneq ($(findstring /,$(CXX)),$(findstring \,$(CXX)))
83 ifneq ($(CXX),$(wildcard $(CXX)))
84 ifneq ($(CXX).exe,$(wildcard $(CXX).exe))
92 -I$(NDKROOT)/sources/cxx-stl/llvm-libc++/include \
93 -I$(NDKROOT)/sources/cxx-stl/llvm-libc++abi/include
95 $(NDKROOT)/sources/cxx-stl/llvm-libc++/libs/$(APP_ABI)/libc++_static.a
98 -I$(NDKROOT)/sources/cxx-stl/stlport/stlport
100 $(NDKROOT)/sources/cxx-stl/stlport/libs/$(APP_ABI)/libstlport_static.a
/third_party/boost/libs/regex/test/regress/
Dsunpro.mak11 CXX= CC $(INCLUDES) -I../../../../ -I./ $(CXXFLAGS) -L../../../../stage/lib -L../../build/sunpro $(… macro
36 $(CXX) -O2 -o r/regress $(SOURCES) -lboost_regex$(LIBSUFFIX) $(LIBS)
41 $(CXX) -O2 -mt -o rm/regress $(SOURCES) -lboost_regex_mt$(LIBSUFFIX) $(LIBS)
46 $(CXX) -O2 -o rs/regress $(SOURCES) -Bstatic -lboost_regex$(LIBSUFFIX) -Bdynamic $(LIBS)
51 $(CXX) -O2 -mt -o rms/regress $(SOURCES) -Bstatic -lboost_regex_mt$(LIBSUFFIX) -Bdynamic $(LIBS)
56 $(CXX) -O2 -DTEST_UNICODE -o rw/regress $(SOURCES) -lboost_regex$(LIBSUFFIX) $(LIBS)
61 $(CXX) -O2 -mt -DTEST_UNICODE -o rmw/regress $(SOURCES) -lboost_regex_mt$(LIBSUFFIX) $(LIBS)
66 …$(CXX) -O2 -DTEST_UNICODE -o rsw/regress $(SOURCES) -Bstatic -lboost_regex$(LIBSUFFIX) -Bdynamic $…
71 …$(CXX) -O2 -mt -DTEST_UNICODE -o rmsw/regress $(SOURCES) -Bstatic -lboost_regex_mt$(LIBSUFFIX) -Bd…
/third_party/gptfdisk/
DMakefile.linux15 $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -luuid $(LDLIBS) -o gdisk
16 # $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -licuio -licuuc -luuid -o gdisk
19 $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -luuid -lncursesw $(LDLIBS) -o cgdisk
20 # $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -licuio -licuuc -luuid -lncurses -o cgdisk
23 $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -luuid -lpopt $(LDLIBS) -o sgdisk
24 # $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -licuio -licuuc -luuid -lpopt -o sgdisk
27 $(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) $(LDLIBS) -o fixparts
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dtest_postprocessor_amp.c40Cxx%3E%0A+++++++++++++++%3Cxx+xxxxxxx%3D%22x%22+xxxxx%3D%22xxxxx%22%3E%0A+++++++++++++++++++%3Cxxx… in main()
/third_party/glslang/.github/workflows/
Dcontinuous_integration.yml22 compiler: [{cc: clang, cxx: clang++}, {cc: gcc, cxx: g++}]
51 CXX: ${{matrix.compiler.cxx}}
68 compiler: [{cc: clang, cxx: clang++}]
93 CXX: ${{matrix.compiler.cxx}}
110 compiler: [{cc: clang, cxx: clang++}]
149 CXX: ${{matrix.compiler.cxx}}
/third_party/icu/icu4c/source/test/hdrtst/
Dtestinternalheaders.sh10 CXX=clang++
20 $CXX -c -std=c++11 -I common -DU_COMMON_IMPLEMENTATION -O0 ht_temp.cpp ;
30 $CXX -c -std=c++11 -I common -I i18n -DU_I18N_IMPLEMENTATION -O0 ht_temp.cpp ;
40 $CXX -c -std=c++11 -I common -I i18n -I io -DU_IO_IMPLEMENTATION -O0 ht_temp.cpp ;
55 # $CXX -c -I common -I i18n -I io -I layout -I . -I layoutex -O0 ht_temp.cpp ;
64 $CXX -c -std=c++11 -I common -I i18n -I io -I tools/toolutil -O0 ht_temp.cpp ;
81 … $CXX -c -std=c++11 -I common -I i18n -I io -I tools/toolutil -I tools/$tool -O0 ht_temp.cpp ;
94 $CXX -c -std=c++11 -I common -I i18n -I io -I tools/toolutil -I tools/ctestfw -O0 ht_temp.cpp ;
116 …$CXX -c -std=c++11 -I common -I i18n -I io -I tools/toolutil -I tools/ctestfw -I test/$test -O0 ht…
129 # $CXX -c -I common -I i18n -I io -I layout -I . -I layoutex -I tools/toolutil -I tools/ctestfw …
/third_party/jsoncpp/
D.travis.yml33 CXX="clang++"
44 CXX="clang++"
67 CXX=g++-4.6
89 CXX=g++-4.6
105 CXX=g++
131 CXX=g++-4.6
148 CXX=g++
162 CXX=clang++
176 CXX=clang++
/third_party/node/benchmark/napi/function_call/
Dindex.js4 // Note that JS speed goes up, while cxx speed stays about the same.
21 const cxx = binding.hello; constant
37 assert(js() === cxx());
40 type: ['js', 'cxx', 'napi'],
45 const fn = type === 'cxx' ? cxx : type === 'napi' ? napi : js;
/third_party/ninja/
Dconfigure.py264 env_keys = set(['CXX', 'AR', 'CFLAGS', 'CXXFLAGS', 'LDFLAGS'])
272 CXX = configure_env.get('CXX', 'g++') variable
275 CXX = 'cl' variable
285 return n.build(built(name + objext), 'cxx', src(name + '.c'), **kwargs)
286 def cxx(name, **kwargs): function
287 return n.build(built(name + objext), 'cxx', src(name + '.cc'), **kwargs)
302 n.variable('cxx', CXX)
351 [CXX, '-fdiagnostics-color', '-c', '-x', 'c++', '/dev/null',
421 n.rule('cxx',
422 command='$cxx $cflags -c $in /Fo$out /Fd' + built('$pdb'),
[all …]

12345678910>>...79