• Home
  • Raw
  • Download

Lines Matching +full:no +full:- +full:control +full:- +full:regex

2 #          Copyright Andrey Semashev 2007 - 2015.
11 import regex ;
13 import ../build/log-platform-config ;
17 <conditional>@log-platform-config.set-platform-defines
26 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS
27 <toolset>intel-win:<define>_SCL_SECURE_NO_DEPRECATE
28 <toolset>intel-win:<define>_CRT_SECURE_NO_WARNINGS
29 <toolset>intel-win:<define>_CRT_SECURE_NO_DEPRECATE
35 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_…
40 # warning #780: using-declaration ignored -- it refers to the current namespace
44 # remark #304: access control not specified ("public" by default)
46 # remark #1418: external function definition with no prior declaration
47 …# Mostly comes from Boost.Phoenix: warning #411: class "X" defines no constructor to initialize th…
50 <toolset>intel-win:<cxxflags>"/Qwd177,780,2196,1782,193,304,981,1418,411,734,279"
51 <toolset>intel-linux:<cxxflags>"-wd177,780,2196,1782,193,304,981,1418,411,734,279"
52 <toolset>intel-darwin:<cxxflags>"-wd177,780,2196,1782,193,304,981,1418,411,734,279"
54 <toolset>darwin:<cxxflags>-ftemplate-depth-1024
55 <toolset>gcc:<cxxflags>-ftemplate-depth-1024
57 …<toolset>gcc:<cxxflags>-fno-strict-aliasing # avoids strict aliasing violations in other Boost co…
60 <target-os>cygwin:<define>BOOST_LOG_WITHOUT_IPC
64 <library>/boost/regex//boost_regex
69 : default-build
86 for file in [ path.glob-tree $(headers_path) : *.hpp : detail ]
88 local rel_file = [ path.relative-to $(headers_path) $(file) ] ;
90 …# All '/' are replaced with '-' because apparently test scripts have a problem with test nam…
91 local test_name = [ regex.replace ~hdr/$(rel_file) "/" "-" ] ;
106 all_rules += [ compile-fail $(file) ] ;
115 all_rules += [ build-project ../example ] ;
122 test-suite log : [ test_all ] ;