Searched refs:BOOST_ROOT (Results 1 – 25 of 138) sorted by relevance
123456
19 $(BOOST_ROOT)/libs/test/include/boost/test/debug_config.hpp20 $(BOOST_ROOT)/libs/test/include/boost/test/detail/global_typedef.hpp 21 $(BOOST_ROOT)/libs/test/include/boost/test/debug.hpp22 $(BOOST_ROOT)/libs/test/include/boost/test/execution_monitor.hpp23 $(BOOST_ROOT)/libs/test/include/boost/test/framework.hpp24 $(BOOST_ROOT)/libs/test/include/boost/test/tools/assertion_result.hpp25 $(BOOST_ROOT)/libs/test/include/boost/test/unit_test.hpp26 $(BOOST_ROOT)/libs/test/include/boost/test/tree/observer.hpp29 $(BOOST_ROOT)/libs/test/include/boost/test/unit_test_log.hpp30 $(BOOST_ROOT)/libs/test/include/boost/test/output/xml_log_formatter.hpp[all …]
11 <include>$(BOOST_ROOT)19 <include>$(BOOST_ROOT)27 <include>$(BOOST_ROOT)35 <include>$(BOOST_ROOT)43 <include>$(BOOST_ROOT)51 <include>$(BOOST_ROOT)59 <include>$(BOOST_ROOT)67 <include>$(BOOST_ROOT)75 <include>$(BOOST_ROOT)84 <include>$(BOOST_ROOT)[all …]
12 : <include>$(BOOST_ROOT)17 : <include>$(BOOST_ROOT)22 : <include>$(BOOST_ROOT)27 : <include>$(BOOST_ROOT)32 : <include>$(BOOST_ROOT)37 : <include>$(BOOST_ROOT)42 : <include>$(BOOST_ROOT) <threading>multi47 : <include>$(BOOST_ROOT)52 : <include>$(BOOST_ROOT)57 : <include>$(BOOST_ROOT)[all …]
42 [ regex-test-run timer/regex_timer.cpp : $(BOOST_ROOT)/libs/regex/example/timer/input_script.txt ]43 …ons/build//boost_program_options/<link>static : -n -b $(BOOST_ROOT)/boost/regex.hpp $(BOOST_ROOT)/…47 [ regex-test-run snippets/partial_regex_grep.cpp : $(BOOST_ROOT)/libs/regex/index.htm ]48 [ regex-test-run snippets/partial_regex_iterate.cpp : $(BOOST_ROOT)/libs/regex/index.htm ]50 [ regex-test-run snippets/regex_grep_example_1.cpp : $(BOOST_ROOT)/boost/rational.hpp ]51 [ regex-test-run snippets/regex_grep_example_2.cpp : $(BOOST_ROOT)/boost/rational.hpp ]52 [ regex-test-run snippets/regex_grep_example_3.cpp : $(BOOST_ROOT)/boost/rational.hpp ]53 [ regex-test-run snippets/regex_grep_example_4.cpp : $(BOOST_ROOT)/boost/rational.hpp ]55 [ regex-test-run snippets/regex_merge_example.cpp : $(BOOST_ROOT)/boost/rational.hpp ]56 [ regex-test-run snippets/regex_replace_example.cpp : $(BOOST_ROOT)/boost/rational.hpp ][all …]
17 : <include>$(BOOST_ROOT)22 : <include>$(BOOST_ROOT)27 : <include>$(BOOST_ROOT)32 : <include>$(BOOST_ROOT)37 : <include>$(BOOST_ROOT)42 : <include>$(BOOST_ROOT)47 : <include>$(BOOST_ROOT)54 : <include>$(BOOST_ROOT)
65 --suppressions=$BOOST_ROOT/libs/beast/tools/valgrind.supp \96 BIN_DIR="$BOOST_ROOT/bin.v2/libs/beast/test"97 LIB_DIR="$BOOST_ROOT/libs/beast"98 INC_DIR="$BOOST_ROOT/boost/beast"143 find "$BOOST_ROOT" -name "*.gcda" | xargs rm -f144 rm -f "$BOOST_ROOT/*.info"145 lcov --no-external -c -i -d "$BOOST_ROOT" -o baseline.info > /dev/null148 lcov --no-external -c -d "$BOOST_ROOT" -o testrun-all.info > /dev/null 2>&1158 find "$BOOST_ROOT" -name "*.gcda" | xargs rm -f
3 if [[ -d "$BOOST_ROOT" ]]5 echo Using BOOST_ROOT=$BOOST_ROOT7 export BOOST_ROOT=$HOME/dev/boost10 $BOOST_ROOT/bjam --toolset=gcc --enable-index
1 if test x = x$BOOST_ROOT 3 echo BOOST_ROOT not set9 cp $BOOST_ROOT/doc/src/boostbook.css html10 cp -R $BOOST_ROOT/doc/html/images html
1 if test x = x$BOOST_ROOT 3 echo BOOST_ROOT not set13 cp $BOOST_ROOT/doc/src/boostbook.css ../html14 cp -R $BOOST_ROOT/doc/html/images ../html
1 if x == x%BOOST_ROOT% goto abort6 xcopy /i /q /y %BOOST_ROOT%\doc\src\boostbook.css ..\html8 xcopy /i /q /y /s %BOOST_ROOT%\doc\html\images ..\html\images12 echo BOOST_ROOT not set
1 if test x = x$BOOST_ROOT 3 echo BOOST_ROOT not set
21 local BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;27 <include>$(BOOST_ROOT)36 <include>$(BOOST_ROOT)
16 set(BOOST_ROOT ${CMAKE_SOURCE_DIR}/../../../../../..) variable17 message(STATUS "$BOOST_ROOT = ${BOOST_ROOT}")21 target_include_directories(test_executable PRIVATE ${BOOST_ROOT})
18 local boost-root = [ modules.peek : BOOST_ROOT ] ;38 ECHO "Warning: couldn't find BOOST_ROOT in" $(boost-root) ;42 path-constant BOOST_ROOT : $(boost-root) ;45 use-project /boost : $(BOOST_ROOT) ;
8 BOOST_ROOT=${BOOST_ROOT:-../../..}15 if ! $CXX -c -O0 --std=c++11 -isystem $BOOST_ROOT $filename -o $tmpfile \
25 <doxygen:param>INCLUDE_PATH=$(BOOST_ROOT)26 <doxygen:param>EXAMPLE_PATH=$(BOOST_ROOT)/libs/lockfree/examples45 install css : [ glob $(BOOST_ROOT)/doc/src/*.css ]47 install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ]
15 # $BOOST_ROOT environment variable. Further documentation is available at214 if test "x$BOOST_ROOT" != "x"; then216 if ls "$BOOST_ROOT/stage/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi218 …if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && tes…219 version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`224 AC_MSG_NOTICE(We will use a staged boost library from $BOOST_ROOT)225 BOOST_CPPFLAGS="-I$BOOST_ROOT"226 BOOST_LDFLAGS="-L$BOOST_ROOT/stage/$libsubdir"257 …you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environm…
26 <doxygen:param>INCLUDE_PATH=$(BOOST_ROOT)27 <doxygen:param>EXAMPLE_PATH=$(BOOST_ROOT)/libs/heap/examples48 install css : [ glob $(BOOST_ROOT)/doc/src/*.css ]50 install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ]
11 #local BOOST_ROOT = /boost_1_41_0 ;12 #local BOOST_ROOT = c:/cygwin/boost_1_41_0 ;14 if ! $(BOOST_ROOT)16 BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;23 #<include>$(BOOST_ROOT)
11 install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ] : <location>html/images ;13 install callouts : [ glob $(BOOST_ROOT)/doc/src/images/callouts/*.png ] : <location>html/images/cal…15 install css : [ glob $(BOOST_ROOT)/doc/src/*.css ] : <location>html ;
20 1. Copy [CMakeSettings.json](CMakeSettings.json) to `${BOOST_ROOT}/libs/gil`.21 2. In Visual Studio > File > Open > Folder... and select `${BOOST_ROOT}/libs/gil`.35 1. Copy [cmake-variants.yaml](cmake-variants.yaml) to `${BOOST_ROOT}/libs/gil`.36 2. Run `code ${BOOST_ROOT}/libs/gil` and the set of variants will be loaded.
37 local header-root = $(BOOST_ROOT)/libs/$(lib)/include/boost ;59 local header-root = [ path.make $(BOOST_ROOT)/boost ] ;62 [ path.glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h *.inc ]63 [ path.glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* ] ;
1 BOOST_ROOT = $(PRJROOT)/boost macro3 cflags = -O3 -I./include -I$(BOOST_ROOT) -Wno-unused-variable -Wno-uninitialized -Wno-deprecated-de…4 lflags = -L$(BOOST_ROOT)/stage/lib -lboost_timer -lboost_chrono -lboost_system