Home
last modified time | relevance | path

Searched refs:cpp (Results 1 – 25 of 27) sorted by relevance

12

/PHP-7.0/ext/intl/
H A Dconfig.m423 intl_convertcpp.cpp \
35 common/common_enum.cpp \
36 common/common_date.cpp \
58 dateformat/dateformat_create.cpp \
59 dateformat/dateformat_attrcpp.cpp \
60 dateformat/dateformat_helpers.cpp \
66 msgformat/msgformat_helpers.cpp \
76 timezone/timezone_class.cpp \
77 timezone/timezone_methods.cpp \
78 calendar/calendar_class.cpp \
[all …]
H A Dconfig.w3226 common_enum.cpp \
27 common_date.cpp \
52 msgformat_helpers.cpp \
71 dateformat_attrcpp.cpp \
72 dateformat_helpers.cpp \
73 dateformat_create.cpp \
104 timezone_class.cpp \
105 timezone_methods.cpp",
109 calendar_methods.cpp \
111 calendar_class.cpp",
[all …]
/PHP-7.0/ext/pgsql/
H A Dpgsql.mak22 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d
87 vpath %.cpp .
102 $(OBJ_DIR)/%.d: %.cpp
110 $(OBJ_DIR)/%.obj: %.cpp
/PHP-7.0/ext/xml/
H A Dxml.mak17 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d
90 vpath %.cpp .
105 $(OBJ_DIR)/%.d: %.cpp
113 $(OBJ_DIR)/%.obj: %.cpp
/PHP-7.0/ext/ldap/
H A Dldap.mak17 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d
91 vpath %.cpp .
106 $(OBJ_DIR)/%.d: %.cpp
114 $(OBJ_DIR)/%.obj: %.cpp
/PHP-7.0/ext/openssl/
H A Dopenssl.mak25 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d
98 vpath %.cpp .
113 $(OBJ_DIR)/%.d: %.cpp
121 $(OBJ_DIR)/%.obj: %.cpp
/PHP-7.0/build/
H A Dshtool1753 if [ ".$opt_m" = .yes ] && [ ".$namelist" = .cpp ]; then
1757 cpp="${CC-cc} -E"
1758 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1762 cpp="${CC-cc} -E -traditional-cpp"
1763 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1770 cpp="$path/cpp"
1774 if [ ".$cpp" != . ]; then
1775 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1779 cpp=''
1786 if [ ".$cpp" != . ]; then
[all …]
H A Dlibtool.m42848 ac_ext=cpp
/PHP-7.0/ext/iconv/
H A Dconfig.m4193 AC_MSG_CHECKING([if your cpp allows macro usage in include lines])
/PHP-7.0/Zend/
H A DZend.m444 dnl Hack to work around a Mac OS X cpp problem
47 CPPFLAGS="$CPPFLAGS -traditional-cpp"
/PHP-7.0/
H A DREADME.UNIX-BUILD-SYSTEM50 PHP_NEW_EXTENSION(foo, foo.c bar.c baz.cpp, $ext_shared)
H A Dconfigure.in315 PHP_CHECK_GCC_ARG(-no-cpp-precomp, gcc_no_cpp_precomp=yes)
317 CPPFLAGS="$CPPFLAGS -no-cpp-precomp"
H A Dltmain.sh791 *.cpp) xform=cpp ;;
H A Dacinclude.m4190 dnl or .cpp, respectively).
261 …*.cpp|*.cc|*.cxx[)] ac_comp="$b_cxx_pre $3 $ac_inc $b_cxx_meta -c $ac_srcdir$ac_src -o $ac_bdir$ac…
/PHP-7.0/ext/phar/tests/
H A Dphar_setdefaultstub.phpt75 'cpp' => 'text/plain',
370 'cpp' => 'text/plain',
665 'cpp' => 'text/plain',
H A Dphar_createdefaultstub.phpt55 'cpp' => 'text/plain',
349 'cpp' => 'text/plain',
651 'cpp' => 'text/plain',
/PHP-7.0/ext/phar/tests/cache_list/files/
H A Dnophar.phar19 'cpp' => 'text/plain',
H A Dopenssl.phar19 'cpp' => 'text/plain',
/PHP-7.0/ext/phar/tests/files/
H A Dinclude_path2.phar19 'cpp' => 'text/plain',
H A Dnophar.phar19 'cpp' => 'text/plain',
H A Dopenssl.phar19 'cpp' => 'text/plain',
/PHP-7.0/ext/openssl/tests/
H A Dbug65538.phar19 'cpp' => 'text/plain',
/PHP-7.0/ext/pcre/pcrelib/
H A DREADME214 the C++ wrapper library, you can add --disable-cpp to the "configure"
452 it with --disable-cpp, "make" builds the C++ wrapper library, which is called
595 Unless C++ support is disabled by specifying the "--disable-cpp" option of the
635 Solaris 9 sparcv9: ./configure --disable-cpp CC=/bin/cc CFLAGS="-m64 -g"
636 Solaris 9 x86: ./configure --disable-cpp CC=/bin/cc CFLAGS="-g"
H A DChangeLog1101 26. Give configure error if --enable-cpp but no C++ compiler found.
2061 2. Added the option --libs-cpp to pcre-config, but only when C++ support is
4076 (c) --disable-cpp can now be used to explicitly disable C++ support.
/PHP-7.0/ext/bcmath/libbcmath/
H A Dconfigure1156 CPP="${CC-cc} -E -traditional-cpp"

Completed in 81 milliseconds

12