Skip to content

Commit

Permalink
Merge pull request #747 from cppalliance/develop
Browse files Browse the repository at this point in the history
Merge to master for v2.4.0
  • Loading branch information
mborland authored Oct 3, 2024
2 parents 04ca6f3 + 6bdf768 commit 58f528b
Show file tree
Hide file tree
Showing 30 changed files with 2,899 additions and 929 deletions.
20 changes: 20 additions & 0 deletions build.jam
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright René Ferdinand Rivera Morell 2023-2024
# Copyright Matt Borland 2024
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

require-b2 5.2 ;

project /boost/decimal
: common-requirements
<include>include
;

explicit
[ alias boost_core ]
[ alias all : boost_decimal test ]
;

call-if : boost-library decimal
;
6 changes: 5 additions & 1 deletion doc/Jamfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Copyright 2017, 2018 Peter Dimov
# Copyright 2024 Matt Borland
# Distributed under the Boost Software License, Version 1.0.
# https://www.boost.org/LICENSE_1_0.txt

import asciidoctor ;

html decimal.html : decimal.adoc ;
html decimal.html : decimal.adoc
: <use>/boost/boostlook//boostlook
<dependency>decimal-docinfo-footer.html
;

install html_ : decimal.html : <location>html ;

Expand Down
Loading

0 comments on commit 58f528b

Please sign in to comment.