ivanpanch
55bf069621
Fix mistakes ( #729 )
...
* Update Jamfile.v2
* Update introduction.qbk
* Update tutorial.qbk
* Update tutorial_cpp_int.qbk
* Update tutorial_gmp_int.qbk
* Update tutorial_tommath.qbk
* Update integer_examples.cpp
* Update tutorial_cpp_bin_float.qbk
* Update tutorial_cpp_dec_float.qbk
* Update tutorial_gmp_float.qbk
* Update tutorial_mpfr_float.qbk
* Update tutorial_float128.qbk
* Update tutorial_float_builtin_ctor.qbk
* Update big_seventh.cpp
* Update tutorial_float_eg.qbk
* Update floating_point_examples.cpp
* Update mpfr_precision.cpp
* Update gauss_laguerre_quadrature.cpp
* Update tutorial_interval_mpfi.qbk
* Update tutorial_cpp_complex.qbk
* Update tutorial_mpc_complex.qbk
* Update tutorial_float128_complex.qbk
* Update tutorial_complex_adaptor.qbk
* Update tutorial_rational.qbk
* Update tutorial_tommath_rational.qbk
* Update tutorial_logged_adaptor.qbk
* Update tutorial_debug_adaptor.qbk
* Update tutorial_visualizers.qbk
* Update tutorial_fwd.qbk
* Update tutorial_conversions.qbk
* Update tutorial_random.qbk
* Update random_snips.cpp
* Update tutorial_constexpr.qbk
* Update tutorial_import_export.qbk
* Update cpp_int_import_export.cpp
* Update tutorial_mixed_precision.qbk
* Update tutorial_variable_precision.qbk
* Update scoped_precision_example.cpp
* Update tutorial_numeric_limits.qbk
* Update tutorial_numeric_limits.qbk
* Update numeric_limits_snips.cpp
* Update numeric_limits_snips.cpp
* Update tutorial_numeric_limits.qbk
* Update numeric_limits_snips.cpp
* Update numeric_limits_snips.cpp
* Update tutorial_io.qbk
* Update reference_number.qbk
* Update reference_cpp_bin_float.qbk
* Update reference_cpp_double_fp_backend.qbk
* Update reference_internal_support.qbk
* Update reference_backend_requirements.qbk
* Update performance.qbk
* Update performance_overhead.qbk
* Update performance_real_world.qbk
* Update performance_integer_real_world.qbk
* Update performance_rational_real_world.qbk
* Update reference_number.qbk
* Update tutorial_numeric_limits.qbk
* Update reference_backend_requirements.qbk
2025-08-18 13:14:39 +02:00
Matt Borland
1e6ff4cc09
Replace BOOST_ASSERT with BOOST_MP_ASSERT
2021-11-26 20:29:08 +02:00
jzmaddock
05d2d09bfd
Remove tons of C++03 workarounds.
2021-01-11 21:42:50 +00:00
pabristow
147cbd3e0b
Change to a comment an alternative definition of cpp_dec_float_50 that GCC 10.0.1 (but not gcc 9.2.0) regards as an error.
...
Examples pass for >b2 -a toolset=msvc,gcc-9.2.0,gcc-10.0.1,clang-10.0.0
2020-04-22 13:33:07 +01:00
jzmaddock
264124b8d7
Remove use of deprecated boost headers.
2020-04-19 13:18:00 +01:00
jzmaddock
3c3a522168
Suppress lots of GCC warnings.
2020-03-31 19:14:08 +01:00
pabristow
0fe173730d
Resolved conflicts from pull from origin/develop
2020-01-29 11:45:41 +00:00
pabristow
88b2b602b3
Editorial changes, part 1.
2019-09-19 15:44:34 +01: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
pabristow
86a7142d96
Edits to satisfy the picky inspect.exe program, now passing local tests using MSVC 14.2, except for six cpp_int*serial*.txt testdata files missing licence.
2019-08-14 18:02:10 +01:00
E Kawashima
66d1f953dd
Implement cpp_bin_float_oct and cpp_complex_oct
2018-07-30 18:05:43 +09:00
jzmaddock
4c36616841
CI: Fix some remaining issues:
...
* Build with --hash as otherwise command line gets too long on Windows machines.
* Disable tests that generate object files too large for gcc on windows.
* Split cpp_dec_float tests up a bit to reduce object file size.
* Use boost::int46_t not ::int64_t in test case.
* Disable test_arithmetic_backend_concept.cpp with original mingw32 which has issues fixed in mingw64.
2017-06-04 19:36:59 +01:00
jzmaddock
839385dd1a
Fix workaround code.
2015-08-23 18:38:26 +01:00
pabristow
893a4d77d7
changed cpp_dec to cpp_bin
2015-07-25 09:36:34 +01:00
pabristow
75dc0e3c9c
Rewrite of max_digits10 section.
2015-07-24 17:59:40 +01:00
jzmaddock
6589979f11
Remove dead code.
2014-10-09 09:21:42 +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
John Maddock
10ed707a68
Initial merge of cpp_bin_float code from sandbox.
...
[SVN r86781]
2013-11-21 19:05:42 +00:00