9 Commits

Author SHA1 Message Date
René Ferdinand Rivera Morell
ff0934f6a3 Add support for modular build structure. (#12)
* Make the library modular usable.

* Switch to library requirements instead of source. As source puts extra source in install targets.

* Add requires-b2 check to top-level build file.

* Bump B2 require to 5.2

* Change all <source> references to <library>.

* Update copyright dates.

* Move inter-lib dependencies to a project variable and into the build targets.

* Adjust doc build to avoid boost-root references.

* Update build deps.

* Update build deps.

* Replace GHA CI with simpler working one based on alandefreitas/cpp-actions utilities.

* Move project global include to target local include.

* Only msvc gets minor version tests.

* Redo GHA CI to undo move to cpp-actions.

* Fix non-existent containers.

* This lib now only works for C++11.

* Undo explicit g++ compiler specification.

* Move container spec up for display purpouses.
2025-06-26 17:08:36 +03:00
Rene Rivera
9ea3674299 Add, and update, documentation build targets. 2016-10-10 11:39:50 -05:00
John Maddock
a4d135c5e1 Merge changes from trunk:
Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line.
So "bjam pdfinstall" will now build and install the PDF to the current directory.
This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit).


[SVN r79500]
2012-07-14 16:05:50 +00:00
Lorenzo Caminiti
6c2a7f1f4d Fixing broken doc links (removing mixed capitals from HTML file names).
[SVN r79272]
2012-07-04 21:54:13 +00:00
Lorenzo Caminiti
130a377683 Fixing broken doc links.
[SVN r79271]
2012-07-04 21:50:21 +00:00
Daniel James
7eec7ca970 Merge documentation build fix from trunk.
[SVN r78888]
2012-06-11 07:23:17 +00:00
John Maddock
c2da0f214a Update Jamfiles and build scripts for PDF generation.
Set local_function image DPI's for better PDF builds.

[SVN r78849]
2012-06-07 16:47:33 +00:00
Lorenzo Caminiti
290103d629 Merged ScopeExit (improved), LocalFunction (new), Functional/OverloadedFunction (new), and Utility/IdentityType (new) from trunk into release branch.
[SVN r78564]
2012-05-24 01:35:04 +00:00
Lorenzo Caminiti
f49e381fad Added LocalFunction docs.
[SVN r77020]
2012-02-15 00:34:25 +00:00