File tree Expand file tree Collapse file tree 3 files changed +30
-5
lines changed
Expand file tree Collapse file tree 3 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 1+ # Copyright René Ferdinand Rivera Morell 2023-2024
2+ # Copyright Matt Borland 2024
3+ # Distributed under the Boost Software License, Version 1.0.
4+ # (See accompanying file LICENSE_1_0.txt or copy at
5+ # http://www.boost.org/LICENSE_1_0.txt)
6+
7+ require-b2 5.2 ;
8+
9+ project /boost/decimal
10+ : common-requirements
11+ <include>include
12+ ;
13+
14+ explicit
15+ [ alias boost_core ]
16+ [ alias all : boost_decimal test ]
17+ ;
18+
19+ call-if : boost-library decimal
20+ ;
Original file line number Diff line number Diff line change 11# Copyright 2017, 2018 Peter Dimov
2+ # Copyright 2024 Matt Borland
23# Distributed under the Boost Software License, Version 1.0.
34# https://www.boost.org/LICENSE_1_0.txt
45
56import asciidoctor ;
67
7- html decimal.html : decimal.adoc ;
8+ html decimal.html : decimal.adoc
9+ : <use>/boost/boostlook//boostlook
10+ <dependency>decimal-docinfo-footer.html
11+ ;
812
913install html_ : decimal.html : <location>html ;
1014
Original file line number Diff line number Diff line change 44# Distributed under the Boost Software License, Version 1.0.
55# https://www.boost.org/LICENSE_1_0.txt
66
7+ require-b2 5.0.1 ;
8+ import-search /boost/config/checks ;
9+ import config : requires ;
10+ import modules ;
711import testing ;
8- import ../../config/checks/config : requires ;
912
1013project : requirements
1114
12- <library>/boost/charconv//boost_charconv
13-
1415 <toolset>gcc:<cxxflags>-Wall
1516 <toolset>gcc:<cxxflags>-Wextra
1617
@@ -113,7 +114,7 @@ run test_fixed_width_trunc.cpp ;
113114run test_float_conversion.cpp ;
114115run-fail test_fprintf.cpp ;
115116run test_frexp_ldexp.cpp ;
116- run test_from_chars.cpp ;
117+ run test_from_chars.cpp /boost/charconv//boost_charconv ;
117118run test_git_issue_266.cpp ;
118119run test_git_issue_271.cpp ;
119120run test_hash.cpp ;
You can’t perform that action at this time.
0 commit comments