ckormanyos
e59aaad6b8
Repair example path and restore authors
2025-06-26 20:23:38 +02:00
René Ferdinand Rivera Morell
6df8e19f00
Add support for modular build structure. ( #632 )
...
* Make the library modular usable.
* Switch to library requirements instead of source. As source puts extra source in install targets.
* Add missing import-search for cconfig/predef checks.
* 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.
* Change Boost Test build refs to work with both old and modular test lib targets.
* Adjust CI for changes to the inspect tool. Also simplify the build and test to avoid future config problems as it can mor easily adjust to future CI changes.
* Use latest CI image to get a modern C++ compiler rthat doesn't ICE, we hope.
* Current CircleCI images need sudo to install packages.
* Undo search-lib change.
---------
Co-authored-by: Matt Borland <matt@mattborland.com >
2025-06-10 10:21:15 -04:00
jzmaddock
015487dd02
Update C++11 requirements.
2021-02-18 18:14:41 +00:00
jzmaddock
5ed1e9ba0e
Big MSVC warning fix.
...
Also uses if constexpr when available.
2021-01-17 21:15:22 +00:00
jzmaddock
34881d5b79
Add log_agm examples to Jamfile.v2.
2020-08-04 19:43:02 +01:00
jzmaddock
599f8d1426
Workaround for over-sized object files on Mingw.
...
Fixes https://github.com/boostorg/multiprecision/issues/219
2020-04-18 18:18:36 +01:00
pabristow
899951dc89
Merge branch 'docs_update_1' into develop (using all docs_update_1 versions).
2020-03-19 15:49:14 +00:00
jzmaddock
1059a4b1f2
Correct tommath failures
2020-03-10 16:37:33 +00:00
pabristow
a706a53ff8
[CI SKIP]Need to ensure toolset clang only tries to link no_eh_eg_support static.
2020-02-26 17:16:03 +00:00
pabristow
ec7e0476ad
Reverted a few files with noisy comments, gauss_laguerre_quadrature example is broken (by PAB?) and under repair/upgrade.
2020-02-12 15:32:38 +00:00
pabristow
bcc826254a
Add big_seventh example to jamfile and confirm compiles and runs gcc and msvc.
2020-01-31 12:48:47 +00:00
pabristow
0fe173730d
Resolved conflicts from pull from origin/develop
2020-01-29 11:45:41 +00:00
pabristow
3da6ed2574
More comment in jamfiles about using big-obj if assembler file is too big.
2019-09-19 12:09:46 +01:00
John Maddock
6972343fca
Merge branch 'develop' into constexpr2
2019-08-26 12:53:53 +01:00
jzmaddock
0a245647e2
constexpr: Tweak C++14 detection to eliminate early clang versions.
...
Update appveyor.yml.
Add docs and examples.
2019-08-26 12:53:15 +01:00
jzmaddock
1585622af3
Correct use of <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj
2019-08-21 18:49:46 +01:00
pabristow
ecd7967ccf
Added assembler option for big-obj to avoid file too big error.
2019-08-20 17:50:16 +01:00
jzmaddock
d47837424c
Complex: fix complex128 test failures.
2018-04-29 20:55:46 +01:00
jzmaddock
8020ae0533
complex/mpc: reorganise build and test structure.
2018-04-01 19:20:36 +01:00
jzmaddock
08b9a6980f
random example requires explicit conversion operators (inside Boost.Random).
2017-05-15 18:33:42 +01:00
jzmaddock
a1508bbb88
Change obj rule to lib.
2016-04-05 18:37:44 +01:00
jzmaddock
57333128e8
Allow code and tests to compile without exceptions.
...
See https://svn.boost.org/trac/boost/ticket/12070 .
2016-03-17 11:50:06 +00:00
jzmaddock
d78767ef95
Add cpp_int import/export code.
...
See: https://svn.boost.org/trac/boost/ticket/11590 .
2015-09-20 08:45:03 +01:00
jzmaddock
b5c1d0965d
Fix build on systems with no <chrono>.
2015-03-26 16:26:48 +00:00
jzmaddock
9379a54b4c
Disable some builds if there is no C++11 support.
2015-02-24 13:23:22 +00:00
jzmaddock
cd1e62a4b0
Fix for issue https://svn.boost.org/trac/boost/ticket/10405
...
Change code snippets in docs to be complete programs to avoid any confusion.
Fix failure caused by change to Boost.Random.
Regenerate docs.
2014-08-29 18:54:09 +01:00
jzmaddock
4cb3e58b62
Fix compilation of examples, plus Jamfile, plus one comparison bug in cpp_bin_float.
2014-05-05 16:41:46 +01:00
pabristow
613d3ceca6
New jamfile to run all examples (showing compile fail in cpp_bin_float).
...
Some only work if gmp, mpir, mpfr, tommath are installed, of course.
2014-05-05 11:54:35 +01:00