Lines Matching +full:report +full:- +full:config
1 # Copyright Daryle Walker, Hubert Holin, John Maddock 2006 - 2007
2 # copyright Paul A. Bristow 2006 - 2010
16 using auto-index ;
18 path-constant images_location : html ;
19 path-constant here : . ;
21 lib pcre2-8 ;
24 exe has_pcre2 : config/pcre.cpp pcre2-8 : <include>third_party <dll-path>third_party <library-path>…
26 exe has_posix : config/posix.cpp : release ;
28 exe has_re2 : config/re2.cpp : release <source>re2 <include>third_party <dll-path>third_party <libr…
34 [ check-target-builds has_pcre2 : <define>TEST_PCRE2 <source>pcre2-8 ]
35 [ check-target-builds has_posix : <define>TEST_POSIX ]
36 …[ check-target-builds has_re2 : <define>TEST_RE2 <source>re2 <include>third_party <dll-path>third_…
38 <dll-path>third_party
39 <library-path>third_party
43 xml report : doc/report.qbk : <dependency>performance ;
46 report