196 Commits

Author SHA1 Message Date
jzmaddock 0c0a115885 Document new C99 support. 2016-09-22 10:53:29 +01:00
jzmaddock e33ada0fdc Fix typo in definition of checked_cpp_rational.
Fixes https://svn.boost.org/trac/boost/ticket/11938.
2016-08-27 18:48:06 +01:00
jzmaddock 1a7f9e5e3a History update. 2016-08-27 18:44:25 +01:00
jzmaddock 2adf5c2cf8 Document some more of the C99 functions we support already. 2016-08-04 19:21:53 +01:00
jzmaddock 2fd81f6fa0 Update docs for modf support. 2016-08-04 18:21:37 +01:00
jzmaddock 8f5e26f921 Update history. 2016-06-10 18:28:26 +01:00
jzmaddock 102727aa3a Add missing doc file. 2016-05-02 12:36:21 +01:00
jzmaddock 728b26e075 Document hash function support and add an example. 2016-05-01 18:58:19 +01:00
jzmaddock f6b5797661 Update history. 2016-04-12 19:00:01 +01:00
jzmaddock 8a8b2211d4 Change cpp_bin_float.convert_to<>() conversion routine to avoid double-rounding.
See https://svn.boost.org/trac/boost/ticket/12039.
2016-03-15 08:15:35 +00:00
jzmaddock e917e72725 Update history, and document bug fixes. 2016-02-26 13:00:15 +00:00
jzmaddock 95b8a52108 Update history. 2015-12-22 18:32:20 +00:00
jzmaddock ff3f04ef2e Document changes for this release. 2015-12-08 19:09:54 +00:00
jzmaddock 390d46de9e Merge branch 'develop'
Conflicts:
	doc/html/boost_multiprecision/indexes/s01.html
	doc/html/boost_multiprecision/indexes/s02.html
	doc/html/boost_multiprecision/indexes/s03.html
	doc/html/boost_multiprecision/indexes/s04.html
	doc/html/boost_multiprecision/map/hist.html
	doc/html/index.html
	doc/multiprecision.qbk
	include/boost/multiprecision/cpp_bin_float.hpp
	include/boost/multiprecision/cpp_int.hpp
	test/test_cpp_int.cpp

Resolved so as to make master and develop the same.
2015-10-18 12:05:14 +01: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
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 4558e574d1 Bring docs into line with code, regenerate HTML. 2015-07-20 13:04:54 +01:00
jzmaddock d188b541f1 Update history.
Conflicts:
	doc/html/boost_multiprecision/indexes/s01.html
	doc/html/boost_multiprecision/indexes/s02.html
	doc/html/boost_multiprecision/indexes/s03.html
	doc/html/boost_multiprecision/indexes/s04.html
	doc/html/boost_multiprecision/map/hist.html
	doc/html/index.html
2015-07-19 19:12:47 +01:00
jzmaddock 26a7d613f7 Update history
Conflicts:
	doc/multiprecision.qbk
2015-07-19 19:10:55 +01:00
jzmaddock 9f446081f9 Update history. 2015-06-18 10:50:27 +01:00
jzmaddock db6a5ed8d4 Update history 2015-05-31 09:17:43 +01:00
jzmaddock 93d9d00c85 Fix doc typo in history. 2015-03-20 18:45:29 +00:00
jzmaddock fdc57e94d8 Update history. 2015-03-15 18:29:05 +00:00
jzmaddock b2f92096f6 Update documentation to reflect new random number support from Boost.Random. 2015-03-15 18:24:40 +00:00
jzmaddock 6d0c3cf823 Update history, regen docs. 2015-02-22 13:15:19 +00:00
jzmaddock 6e7fe09031 Update history. 2014-10-17 18:55:29 +01:00
jzmaddock 3279aa35aa Fix typos, see: https://svn.boost.org/trac/boost/ticket/10649 2014-10-11 18:10:55 +01: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 4088617e7f Merge branch 'Issue_10085' into develop
Resolved conflicts:
	doc/html/index.html
	doc/multiprecision.qbk

Remove already done items from TODO list.
2014-06-30 13:28:26 +01:00
jzmaddock 64bba8a779 Fix missing indexes. 2014-06-30 13:18:24 +01:00
jzmaddock b80df41452 Fix link in history. 2014-06-30 12:59:04 +01:00
jzmaddock f4d7833e82 Update docs. 2014-06-30 12:47:44 +01:00
jzmaddock 296a95a1a2 Merge branch 'develop' into Issue_10085 2014-06-30 11:53:31 +01:00
jzmaddock 6764235eb5 Update history. 2014-06-30 11:47:03 +01:00
jzmaddock 9f9394940a Add scalbn, ilogb, logb and tests and docs. 2014-06-17 08:53:54 +01:00
jzmaddock 6995b5d248 Update doc history. 2014-06-07 09:34:17 +01:00
jzmaddock 0481ca18ec Change floating point to rational number conversions to be implicit as per https://svn.boost.org/trac/boost/ticket/10082. 2014-06-01 18:43:16 +01:00
jzmaddock 638362121a Doc update. 2014-05-23 12:17:28 +01:00
jzmaddock 6ebf2ec5f1 Regenerate docs. 2014-04-13 11:28:31 +01:00
jzmaddock b9544a6964 Merge pull request #5 from AntonBikineev/develop
modified:   doc/multiprecision.qbk
2014-04-06 09:30:53 +01:00
AntonBikineev f041880d93 modified: doc/multiprecision.qbk 2014-04-06 04:11:14 +04:00
jzmaddock d019fef13f Fix for issue https://svn.boost.org/trac/boost/ticket/9645.
Regenerate docs.
2014-03-11 17:20:31 +00:00
jzmaddock 5302b484a4 Add serialization support to cpp_bin_float and document. 2013-12-22 13:35:56 +00:00
jzmaddock f9a4e93a5d Update history and regenerate docs. 2013-12-21 17:00:43 +00:00
jzmaddock 91491e60c0 Apply typo fixes from https://svn.boost.org/trac/boost/ticket/9432 2013-12-21 16:34:38 +00:00
Beman 6aae36ea92 End-of-line normalization. Most normalization was taken care of by .gitattributes, but a few files originally committed to svn with incorrect eol tags need explicit normalization. See .gitattributes man page and extensive list discussion. 2013-12-01 17:21:02 -05:00
John Maddock 10ed707a68 Initial merge of cpp_bin_float code from sandbox.
[SVN r86781]
2013-11-21 19:05:42 +00:00
John Maddock 9b526498b5 Fix history and regenerate docs.
[SVN r86083]
2013-09-30 17:53:03 +00:00
John Maddock 75c79d7cae Update revision log and add serialization support docs.
[SVN r85700]
2013-09-16 15:36:49 +00:00