Searched refs:cpp (Results 1 – 25 of 27) sorted by relevance
12
/PHP-7.0/ext/intl/ |
H A D | config.m4 | 23 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 D | config.w32 | 26 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 D | pgsql.mak | 22 .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 D | xml.mak | 17 .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 D | ldap.mak | 17 .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 D | openssl.mak | 25 .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 D | shtool | 1753 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 D | libtool.m4 | 2848 ac_ext=cpp
|
/PHP-7.0/ext/iconv/ |
H A D | config.m4 | 193 AC_MSG_CHECKING([if your cpp allows macro usage in include lines])
|
/PHP-7.0/Zend/ |
H A D | Zend.m4 | 44 dnl Hack to work around a Mac OS X cpp problem 47 CPPFLAGS="$CPPFLAGS -traditional-cpp"
|
/PHP-7.0/ |
H A D | README.UNIX-BUILD-SYSTEM | 50 PHP_NEW_EXTENSION(foo, foo.c bar.c baz.cpp, $ext_shared)
|
H A D | configure.in | 315 PHP_CHECK_GCC_ARG(-no-cpp-precomp, gcc_no_cpp_precomp=yes) 317 CPPFLAGS="$CPPFLAGS -no-cpp-precomp"
|
H A D | ltmain.sh | 791 *.cpp) xform=cpp ;;
|
H A D | acinclude.m4 | 190 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 D | phar_setdefaultstub.phpt | 75 'cpp' => 'text/plain', 370 'cpp' => 'text/plain', 665 'cpp' => 'text/plain',
|
H A D | phar_createdefaultstub.phpt | 55 'cpp' => 'text/plain', 349 'cpp' => 'text/plain', 651 'cpp' => 'text/plain',
|
/PHP-7.0/ext/phar/tests/cache_list/files/ |
H A D | nophar.phar | 19 'cpp' => 'text/plain',
|
H A D | openssl.phar | 19 'cpp' => 'text/plain',
|
/PHP-7.0/ext/phar/tests/files/ |
H A D | include_path2.phar | 19 'cpp' => 'text/plain',
|
H A D | nophar.phar | 19 'cpp' => 'text/plain',
|
H A D | openssl.phar | 19 'cpp' => 'text/plain',
|
/PHP-7.0/ext/openssl/tests/ |
H A D | bug65538.phar | 19 'cpp' => 'text/plain',
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | README | 214 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 D | ChangeLog | 1101 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 D | configure | 1156 CPP="${CC-cc} -E -traditional-cpp"
|
Completed in 79 milliseconds
12