c486399631fix regression in make transform, add make regression tests
Eric Niebler
2010-12-15 03:33:31 +0000
c346da2351Improve performance of non-central T by simplifying the arithmetic where possible. Change error handlers to pass the target type down to "rounding errors". Change the rounding error handlers to return a well defined value (the maximum representable value in the target type). Update and complete docs on rounding errors. Fix typo in test/test_beta_dist.cpp. Regenerate the docs. Remove illegal comment from test_constants.cpp. Fixes#4977.
John Maddock
2010-12-14 19:22:52 +0000
ed9b69ab85Various updates, including nc beta accessors.
Paul A. Bristow
2010-12-14 17:05:54 +0000
661b9a9ee8Updated maintainers.txt for icl maintainer (me;)
Joachim Faulhaber
2010-12-14 10:37:30 +0000
438f66ca3dAdded 'no formula to evaluation error
Paul A. Bristow
2010-12-13 16:47:45 +0000
9142e7d28eRemoved inverse_uniform.hpp
Paul A. Bristow
2010-12-13 16:46:36 +0000
3d0a221993Removed spurious [space] - assumes Quickbook 1.5 but purely cosmetic
Paul A. Bristow
2010-12-13 16:45:48 +0000
d42d9f3825Removed wrong info on Wald distribution. Using snippets would have prevented this!
Paul A. Bristow
2010-12-13 16:44:42 +0000
6436052d66Distributions now in more alphabetical order
Paul A. Bristow
2010-12-13 16:43:09 +0000
37e105dcb2Expanded note on accuracy
Paul A. Bristow
2010-12-13 16:42:21 +0000
9221fc42fdAdded evaluation error - 'no formula' case.
Paul A. Bristow
2010-12-13 16:41:35 +0000
37a5a32a73Removed inverse_uniform.hpp
Paul A. Bristow
2010-12-13 16:38:06 +0000
d62c454508Removed inverse_uniform.hpp
Paul A. Bristow
2010-12-13 16:37:33 +0000
486b19b151use raise_overflow error in place of return NaN
Paul A. Bristow
2010-12-13 16:36:46 +0000
92b826d567use raise_overflow error in place of return NaN
Paul A. Bristow
2010-12-13 16:35:59 +0000
83c2ecf1e0Test Corrected handling of cases that should raise overflow_error
Paul A. Bristow
2010-12-13 16:34:14 +0000
655db34e85Actually use sqrt(epsilon) in test
Paul A. Bristow
2010-12-13 16:32:38 +0000
6add7cdb35misc example clean-up
Eric Niebler
2010-12-13 02:53:44 +0000
02c95e177doperator>> behavior changed slightly so that the stream is not accessed when unrecognized character sequence is detected.
Andrey Semashev
2010-12-12 11:35:19 +0000
38affc059fMerged changes from trunk. Fixes#3395. Also updates swap behavior: if default constructor has no-throw guarantee, swap will use it to provide no-throw guarantee itself. operator>> behavior changed slightly so that the stream is not accessed when unrecognized character sequence is detected. The stream is marked with failbit in such a case.
Andrey Semashev
2010-12-12 11:34:12 +0000
ee9469afc5doc tweak
Eric Niebler
2010-12-11 04:08:58 +0000
e60b195392Fix order of includes for Spirit scheme example. Changed iterator_range.size() to use std::distance instead of subtracting iterators, this allows it to work with iterators other than random access. Added more utree docs to Spirit.
Bryce Adelstein-Lelbach
2010-12-10 20:04:30 +0000
3e01e71e36Suppress warnings from external headers.
John Maddock
2010-12-10 17:43:38 +0000
80b8cf3348Spirit: fixing duplicate template specialization
Hartmut Kaiser
2010-12-10 16:26:18 +0000
0b66d316f1Added docs for utree, added line_pos_iterator to Spirit.Support.
Bryce Adelstein-Lelbach
2010-12-10 06:48:39 +0000
47c9a1b4b6Wave: fixing some path formatting issues causing test to fail
Hartmut Kaiser
2010-12-10 02:50:59 +0000
acd5adf468added checking of unreachable states
Christophe Henry
2010-12-09 22:56:31 +0000
eb0e58cc81Merged from trunk to release.
Frank Mori Hess
2010-12-09 18:32:06 +0000
eea4a37d9aMerged from trunk to release. Fixes#4958.
Frank Mori Hess
2010-12-09 17:32:23 +0000
67837cd748Fix a few doc typos. Fixes#4923. Fixes#4924.
Steven Watanabe
2010-12-09 17:08:15 +0000
3118db091eSpirit: reverting a change causing problems on closer examination
Hartmut Kaiser
2010-12-09 16:05:36 +0000
865daa0854Spirit: silencing a warning
Hartmut Kaiser
2010-12-09 15:43:05 +0000
c6e9f97b57Wave: fixing gcc compilation issues introduced with recent commits
Hartmut Kaiser
2010-12-09 15:40:32 +0000
169b712f83Ticket #4344
Emil Dotchevski
2010-12-09 06:40:19 +0000
599a14d8a8Ticket #4968
Emil Dotchevski
2010-12-09 06:19:56 +0000
c27a23b00aModified the scheme example to use utree from boost::spirit.
Bryce Adelstein-Lelbach
2010-12-09 05:14:51 +0000
9ac93877a7proto::matches preserves domain-specific expression wrappers
Eric Niebler
2010-12-09 04:08:40 +0000
285995f7afSpirit: removing remnants of random access iterator in utree::node_iterator
Hartmut Kaiser
2010-12-09 03:20:13 +0000
762d2b9994Spirit: adding missing specializations of customization points for utree
Hartmut Kaiser
2010-12-09 03:18:28 +0000
278d0b158bWave: cosmetic changes
Hartmut Kaiser
2010-12-09 03:07:11 +0000
a8c4328b2cWave: fixed lexing errors introduced with the last commit, added new use case
Hartmut Kaiser
2010-12-09 03:01:33 +0000
257e214eabWave: more work on C++0x support, fixed a macro expansion problem
Hartmut Kaiser
2010-12-09 01:44:51 +0000
d09ffecb5fSpirit: merging endian fix from trunk
Hartmut Kaiser
2010-12-09 00:33:29 +0000
0648aa94f2is_flag_active made const
Christophe Henry
2010-12-08 22:40:37 +0000
ae051ca269new region calculation algorithms
Christophe Henry
2010-12-08 21:25:42 +0000
3166dd07deThe may_alias workaround is also disabled for GCC prior to 3.2. Also added description for this workaround.
Andrey Semashev
2010-12-08 18:32:36 +0000
de0ae27631Added an iomanip implementation to boost/detail. GNU's libstdc++ version 4.5+ contains an iomanip header which uses C++0x features that only GCC supports, causing breakage with ICC and Clang. Also added a test, but I'm not sure how to set it up to be run by the testing machines.
Bryce Adelstein-Lelbach
2010-12-08 18:25:07 +0000
d8024fd4abApplied patch from #4966 to fix self-loop insertion; fixes#4966
Jeremiah Willcock
2010-12-08 18:11:52 +0000
a8ab4f25b4Apply patch to fix typos. Fixes#4931.
Steven Watanabe
2010-12-08 17:45:32 +0000
ea56570a4eRemove '.'. Fixes#4932.
Steven Watanabe
2010-12-08 17:41:18 +0000
d2ab4d3cd9Fix typo. Fixes#4937.
Steven Watanabe
2010-12-08 17:37:52 +0000
16ea544f84Fix name in list example. Fixes#4875.
Steven Watanabe
2010-12-08 17:21:32 +0000
62db23c040Fix test values and *lower* tolerance.
John Maddock
2010-12-08 09:54:59 +0000
7acb712cd9Fixed some gcc -Wshadow warnings reported by Rich McKeever. Refs #4958.
Frank Mori Hess
2010-12-08 02:37:11 +0000
fdf7900d2bFixed some gcc -Wshadow warnings.
Frank Mori Hess
2010-12-08 02:35:07 +0000
21532f7921Fixed bug in test due to accidental variable shadowing.
Frank Mori Hess
2010-12-08 02:34:22 +0000
24b25c4023Wave: fixing Wave for Boost Filesystem V3, which is now the default, changed build system for Wave tool to disable threading
Hartmut Kaiser
2010-12-08 01:29:47 +0000
82a5c3a518Add a description of using a quickbook template to generate a link.
Daniel James
2010-12-07 21:23:21 +0000
fa0aaa13dbImport boostbook/quickbook in unordered and hash docs.
Daniel James
2010-12-07 20:45:08 +0000
f63002cefcImplement lang attribute in quickbook/boostbook.
Daniel James
2010-12-07 20:44:23 +0000
f895fafc8cUse a different feature name for quickbook-define in the tests.
Daniel James
2010-12-07 20:42:59 +0000
9beb127e52Comment on max theoretical accuracy for median which uses Brent's algorithm.
Paul A. Bristow
2010-12-07 18:00:54 +0000
295db8bc73Using incantation from Boost.Math (test_laplace.cpp) to try to get Boost.Test linking to work
Jeremiah Willcock
2010-12-07 17:35:24 +0000
70eedd8cddbugfix (anonymous transition of a submachine was not called for the initial state)
Christophe Henry
2010-12-07 17:35:12 +0000
997e196a02Simplified code for VC++ 7.1
Jeremiah Willcock
2010-12-07 17:20:55 +0000
ce352abbd1Fixes#4511.
Andreas Huber
2010-12-07 14:46:09 +0000
ac11e6c3c6Fixed bug in index.html.
Joachim Faulhaber
2010-12-07 08:41:34 +0000
a6275c94f3Fixed bug in index.html.
Joachim Faulhaber
2010-12-07 08:30:38 +0000
161b6dc996Modified libraries.htm adding information referring to the icl.
Joachim Faulhaber
2010-12-07 03:03:09 +0000
710e9f37daResolve ticket #4585 by accepting bjam options --disable-filesystem2 or --disable-filesystem3. Document same. Also, switch V2 tests to use <boost/detail/lightweight_main.hpp> to improved test reporting.
Beman Dawes
2010-12-07 00:57:13 +0000
703cb881caAddition of html documentation.
Joachim Faulhaber
2010-12-06 23:45:47 +0000
56c51eb7e2Adding icl library html root.
Joachim Faulhaber
2010-12-06 22:33:50 +0000
85e068ffe1updated version # explanation
Robert Ramey
2010-12-06 19:18:14 +0000
4e285ffcdbupdated library generation to 1.45
Robert Ramey
2010-12-06 19:17:31 +0000
e5223a2e28fixed import declaration on inline function change tracking type from bool
Robert Ramey
2010-12-06 19:16:34 +0000
727c331040Removed dynamic linking to Boost.Test
Jeremiah Willcock
2010-12-06 18:20:16 +0000
d350989bcdFix#4930, add V3 test case to detect any future regression
Beman Dawes
2010-12-06 14:03:23 +0000
fe424d864fFix#4891, again, clearing problem if BOOST_FILESYSTEM_VERSION defined in <boost/config/user.hpp>
Beman Dawes
2010-12-06 13:17:45 +0000
0136640acaFixed tweaks in the documents: Eliminated neutro... protonic... and aggrovering. Made the generator function for pointers more generic.
Joachim Faulhaber
2010-12-06 13:01:55 +0000
67a2b52df8Adjustments for compiler vacpp on platform IBM_Canada_Ltd and Sandia-pgi-10.1. Addition of int-pointers as in and decrementable domain types in all tests.
Joachim Faulhaber
2010-12-06 11:51:25 +0000
d0c64be15ecorrect as_string behavior
Joel de Guzman
2010-12-06 04:05:34 +0000
9245bcf96bcorrect as_string behavior
Joel de Guzman
2010-12-06 04:04:25 +0000
f25352271dcorrect as_string behavior
Joel de Guzman
2010-12-06 03:58:13 +0000
f8f73dfc57revert to old slightly broken make behavior, instead of the new and very broken behavior (sigh)
Eric Niebler
2010-12-06 01:01:47 +0000
6aed463882Spirit: working on utree integration with Karma, adding tests
Hartmut Kaiser
2010-12-06 00:14:19 +0000
7db3265483Spirit: working on utree integration with Karma
Hartmut Kaiser
2010-12-06 00:13:17 +0000