Home
last modified time | relevance | path

Searched refs:predef (Results 1 – 25 of 52) sorted by relevance

123

/third_party/boost/libs/predef/doc/
Dpredef.adoc23 include::predef.css[]
69 * All possible definitions are included with the single `#include <boost/predef.h>`
71 * Specific definitions can be included, ex. `#include <boost/predef/os/windows.h>`
138 #include <boost/predef.h>
144 is detected. The predef macros fall onto five categories each with
168 #include <boost/predef.h>
183 also test for the detection. All predef definitions are defined
189 #include <boost/predef.h>
202 And since the predef's are preprocessor definitions the same is possible
207 #include <boost/predef.h>
[all …]
Dpredef.qbk16 [id predef]
17 [dirname predef]
61 * All possible definitions are included with the single `#include <boost/predef.h>`
63 * Specific definitions can be included, ex. `#include <boost/predef/os/windows.h>`
130 #include <boost/predef.h>
136 is detected. The predef macros fall onto five categories each with
159 #include <boost/predef.h>
174 also test for the detection. All predef definitions are defined
179 #include <boost/predef.h>
192 And since the predef's are preprocessor definitions the same is possible
[all …]
Dhardware_simd.qbk14 #include <boost/predef/hardware/simd.h>
27 has been detected. To do so you have to use the right architecture predef and
28 compare it. Those predef are of the form `BOOST_HW_SIMD_"ARCH"` (where `"ARCH"`
36 #include <boost/predef/hardware/simd.h>
55 #include <boost/predef/hardware/simd.h>
72 #include <boost/predef/hardware/simd.h>
Dbuild.jam21 html index : predef.adoc :
Dhistory.adoc26 OS predefs. The `BOOST_OS_ANDROID` predef is now deprecated and will be
34 * Add specific version information for Cygwin OS predef. (from James E. King III)
Dhistory.qbk16 OS predefs. The `BOOST_OS_ANDROID` predef is now deprecated and will be
24 * Add specific version information for Cygwin OS predef. (from James E. King III)
/third_party/boost/libs/predef/test/
Dbuild.jam6 import ../tools/check/predef : require check : predef-require predef-check ;
12 local PREDEF_H = $(BOOST_PREDEF_INCLUDE)/boost/predef.h ;
28 test-suite predef :
35 [ compile macos_endian.c : [ predef-require "BOOST_OS_MACOS" : cpp ] ]
36 [ compile macos_vs_bsd.c : [ predef-require "BOOST_OS_MACOS" : cpp ] ]
38 …[ predef-check "BOOST_COMP_CLANG > 0.0.0" "BOOST_OS_LINUX == 0" : : <cxxflags>-DCHECK_VALUE=true ]…
46 # Minimal testing done for predef for CI. Since
48 alias minimal : predef ;
51 alias full : predef ;
/third_party/boost/libs/predef/test/test_cmake/
DCMakeLists.txt9 # It only tests, if the CMakeLists.txt file in predef's
11 # target Boost::predef which in turn provides the
21 # ${CMAKE_CURRENT_BINARY_DIR}/libs/predef as workspace
22 add_subdirectory( ../.. ${CMAKE_CURRENT_BINARY_DIR}/libs/predef )
24 # The executable just includes a predef header to verify that it's used.
29 target_link_libraries( predef_cmake_test_prj Boost::predef )
/third_party/boost/libs/predef/
Dbuild.jam13 use-project /hash-predef : /path/to/hash-predef/root ;
15 exe my_thing : main.cpp : <dependency>/hash-predef ;
23 exe my_thin : main.cpp : <dependency>libs/hash-predef ;
33 project /boost/predef
DCMakeLists.txt13 # via the "add_subdirectory( <path-to-boost-predef> )" command.
16 # "Boost::predef" in order to express their dependency
19 # target_link_libraries( <my-exe/lib> PUBLIC Boost::predef )
38 add_library( Boost::predef ALIAS boost_predef )
/third_party/boost/libs/outcome/test/
DJamfile.v213 import ../../predef/tools/check/predef : check require : predef-check predef-require ;
18 [ predef-require "!BOOST_COMP_GNUC" or "BOOST_COMP_GNUC >= 6.0" ]
19 [ predef-require "!BOOST_COMP_CLANG" or "BOOST_COMP_CLANG >= 4.0" ]
/third_party/boost/libs/math/reporting/performance/
DJamfile.v219 import ../../../predef/check/predef
21 : predef-check predef-require ;
124 …: : : debug <define>COMPILER_COMPARISON_TABLES [ predef-require "BOOST_COMP_MSVC" ] <address-model…
126 …: : : release <define>COMPILER_COMPARISON_TABLES [ predef-require "BOOST_COMP_MSVC" ] <cxxflags>-O…
128 …: : : release <define>COMPILER_COMPARISON_TABLES [ predef-require "BOOST_COMP_MSVC" ] <cxxflags>-O…
135 …: : : debug <define>COMPILER_COMPARISON_TABLES <include>../../test [ predef-require "BOOST_COMP_MS…
137 …: : : release <define>COMPILER_COMPARISON_TABLES <include>../../test [ predef-require "BOOST_COMP_…
139 …: : : release <define>COMPILER_COMPARISON_TABLES <include>../../test [ predef-require "BOOST_COMP_…
146 …: : : debug <define>COMPILER_COMPARISON_TABLES <include>../../test [ predef-require "BOOST_COMP_MS…
148 …: : : release <define>COMPILER_COMPARISON_TABLES <include>../../test [ predef-require "BOOST_COMP_…
[all …]
/third_party/boost/libs/predef/check/
Dpredef.jam6 # Hack, to reload check/predef.jam at its new location.
11 if $(_module_) != "predef"
17 import ../tools/check/predef ;
/third_party/boost/libs/test/build/
DJamfile.v29 import ../../predef/check/predef
11 : predef-check ;
22 [ predef-check "BOOST_COMP_GNUC >= 4.3.0" : : <cxxflags>-Wno-variadic-macros ]
/third_party/boost/libs/vmd/test/
DJamfile.v210 import ../../predef/check/predef
12 : predef-check predef-require ;
21 … [ predef-check "BOOST_COMP_GNUC >= 4.7.4" : : <cxxflags>-ftrack-macro-expansion=0 ]
22 … [ predef-check "BOOST_COMP_GNUC >= 4.3.0" : : <cxxflags>-Wno-variadic-macros ]
135 …[ run test_doc_modifiers_return_type.cpp : : : [ predef-require "BOOST_COMP_CLANG == 0" or "BOOST_…
/third_party/boost/libs/predef/tools/check/
Dpredef.jam20 project.extension predef check ;
23 feature.feature predef-expression : : free ;
50 _message_(/check/predef//predef_check_cc_$(key)) = $(expression) ;
54 terms += /check/predef//predef_check_cc_$(key) ;
140 local message = [ modules.peek predef : _message_($(term)) ] ;
/third_party/boost/libs/system/test/cmake_subdir_test/
DCMakeLists.txt13 add_subdirectory(../../../predef boostorg/predef)
/third_party/boost/libs/atomic/test/test_cmake/
DCMakeLists.txt16 add_subdirectory(../../../predef ${CMAKE_CURRENT_BINARY_DIR}/libs/predef)
/third_party/boost/boost/wave/util/
Dcpp_macromap.hpp298 predefined_macros predef; // predefined macro support member in boost::wave::util::macromap
2237 for (int i = 0; 0 != predef.static_data_c99(i).name; ++i) { in init_predefined_macros()
2238 predefined_macros::static_macros const& m = predef.static_data_c99(i); in init_predefined_macros()
2249 for (int i = 0; 0 != predef.static_data_cpp0x(i).name; ++i) { in init_predefined_macros()
2250 predefined_macros::static_macros const& m = predef.static_data_cpp0x(i); in init_predefined_macros()
2260 for (int i = 0; 0 != predef.static_data_cpp2a(i).name; ++i) { in init_predefined_macros()
2261 predefined_macros::static_macros const& m = predef.static_data_cpp2a(i); in init_predefined_macros()
2270 for (int i = 0; 0 != predef.static_data_cpp(i).name; ++i) { in init_predefined_macros()
2271 predefined_macros::static_macros const& m = predef.static_data_cpp(i); in init_predefined_macros()
2307 for (int j = 0; 0 != predef.dynamic_data(j).name; ++j) { in init_predefined_macros()
[all …]
/third_party/boost/libs/winapi/
DCMakeLists.txt21 Boost::predef
/third_party/boost/libs/mpl/
DCMakeLists.txt20 Boost::predef
/third_party/boost/libs/optional/
DCMakeLists.txt23 Boost::predef
/third_party/boost/libs/function/test/cmake_subdir_test/
DCMakeLists.txt39 boost_add_subdir(predef)
/third_party/boost/libs/signals2/
DCMakeLists.txt29 Boost::predef
/third_party/boost/libs/timer/
DCMakeLists.txt40 Boost::predef

123