jzmaddock
|
4d9a5b5afe
|
Merge branch 'develop'
boost-1.57.0
|
2014-10-17 18:56:04 +01: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
|
55bbda0c31
|
Fix rare bug that breaks invariants in exp.
|
2014-10-09 16:41:21 +01:00 |
|
jzmaddock
|
63f53c48f3
|
Merge branch 'develop' of https://github.com/boostorg/multiprecision into develop
|
2014-10-09 16:13:21 +01:00 |
|
jzmaddock
|
761c7c8c38
|
Fix some C++03 mode failures.
|
2014-10-09 16:12:56 +01:00 |
|
jzmaddock
|
6589979f11
|
Remove dead code.
|
2014-10-09 09:21:42 +01:00 |
|
jzmaddock
|
f2522106f5
|
Fix case where intmax_t is smaller than long long, also apply gcc-4.6 workaround to Intel which has the same bug (all versions to 15.0).
|
2014-09-23 19:42:58 +01:00 |
|
jzmaddock
|
bae613e6aa
|
Abort test if there are too many errors
|
2014-09-23 17:01:14 +01:00 |
|
jzmaddock
|
a8145d4400
|
Merge branch 'develop' of https://github.com/boostorg/multiprecision into develop
|
2014-08-29 18:54:38 +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
|
4308d9bbd5
|
Merge pull request #6 from danieljames/metadata
Create metadata file.
|
2014-08-18 17:51:05 +01:00 |
|
Daniel James
|
5c72e70cfb
|
Add metadata file.
|
2014-08-18 15:07:58 +01:00 |
|
jzmaddock
|
290c3da308
|
Fix typos.
|
2014-07-16 18:16:54 +01:00 |
|
jzmaddock
|
2b86d278e9
|
Reduce program output.
|
2014-07-03 10:41:12 +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.
boost-1.56.0
|
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
|
9f751c34cf
|
Merge branch 'develop'
|
2014-06-30 11:47:57 +01:00 |
|
jzmaddock
|
6764235eb5
|
Update history.
|
2014-06-30 11:47:03 +01:00 |
|
jzmaddock
|
c2c2fd6d79
|
Enable correct rounding for mpq_rational -> floating point conversions.
|
2014-06-29 13:30:15 +01:00 |
|
jzmaddock
|
f779941205
|
Fix warnings and compiler errors, plus rounding error in generic_interconvert.hpp.
Add comments about rounding to gmp.hpp.
Update tests to check mpq_rational.
|
2014-06-29 10:36:19 +01:00 |
|
jzmaddock
|
3b9399c521
|
Fix rounding bug in cpp_bin_float - in the case that the remainder is zero, we may still have a tie if the extra bit in the quotient is one.
|
2014-06-29 10:34:45 +01:00 |
|
jzmaddock
|
6ae735d8d5
|
Commit test file and improve tests some more. Fix some bugs too!
|
2014-06-28 17:09:50 +01:00 |
|
jzmaddock
|
66fe81cdbc
|
Update and enhance tests.
|
2014-06-28 16:27:50 +01:00 |
|
jzmaddock
|
298b0dd5cd
|
Tentative implementation of exactly-rounded rational to float conversions.
|
2014-06-19 18:28:43 +01:00 |
|
jzmaddock
|
45e242d17d
|
Implement exact base-10 floating point to rational conversion.
|
2014-06-17 18:20:59 +01:00 |
|
jzmaddock
|
9f9394940a
|
Add scalbn, ilogb, logb and tests and docs.
|
2014-06-17 08:53:54 +01:00 |
|
jzmaddock
|
261e433a1b
|
Add scalbn and logb functions, plus float->rational generic conversion (base 2 only at present).
|
2014-06-08 18:55:11 +01:00 |
|
jzmaddock
|
3eec6eb225
|
Tidy up mangled comments
|
2014-06-08 18:54:22 +01:00 |
|
jzmaddock
|
6995b5d248
|
Update doc history.
|
2014-06-07 09:34:17 +01:00 |
|
jzmaddock
|
1cb97ff2cd
|
Fix definition of checked_cpp_rational.
Add missing "unsigned long" to typelist.
|
2014-06-07 09:32:28 +01:00 |
|
jzmaddock
|
cb8539fb4d
|
First attempt at issue.
|
2014-06-06 18:16:34 +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
|
0b8e0e0786
|
Fix for built in integer types, see https://svn.boost.org/trac/boost/ticket/10073
|
2014-05-28 13:34:31 +01:00 |
|
jzmaddock
|
973e3f09f2
|
Merge branch 'develop'
|
2014-05-23 12:18:20 +01:00 |
|
jzmaddock
|
638362121a
|
Doc update.
|
2014-05-23 12:17:28 +01:00 |
|
jzmaddock
|
06b5219bb6
|
Merge branch 'develop'
|
2014-05-22 09:59:05 +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 |
|
jzmaddock
|
5a5fb6fbe0
|
Fix for assignment from string not resetting sign bit, see: https://svn.boost.org/trac/boost/ticket/9936
|
2014-04-24 09:34:57 +01:00 |
|
jzmaddock
|
e530dae5bc
|
Merge branch 'develop'
|
2014-04-17 10:48:22 +01:00 |
|
jzmaddock
|
4dcbf0b508
|
Merge branch 'develop' of https://github.com/boostorg/multiprecision into develop
|
2014-04-14 19:01:22 +01:00 |
|
jzmaddock
|
125e695280
|
Fix double_limb_type to make sure it's the widest type on the system
|
2014-04-14 19:00:34 +01:00 |
|
jzmaddock
|
e71ca0f942
|
Merge branch 'develop'
|
2014-04-13 11:30:52 +01:00 |
|
jzmaddock
|
6ebf2ec5f1
|
Regenerate docs.
|
2014-04-13 11:28:31 +01:00 |
|
jzmaddock
|
2fc98c48df
|
Change __float128 config test to detect mingw runtime bug.
|
2014-04-11 09:39:00 +01:00 |
|
jzmaddock
|
4b25b2a6c4
|
Limit max digits to print so stupid libc++ can actually parse the input.
|
2014-04-11 09:34:10 +01:00 |
|