Commit graph

45024 commits

Author SHA1 Message Date
Steven Watanabe
b7a6e63ac7 Use toolset=... explicitly.
[SVN r83205]
2013-02-28 18:09:13 +00:00
Steven Watanabe
caec6e65ef Make BoostBook errors lazy to avoid causing an error when BoostBook isn't used.
[SVN r83204]
2013-02-28 17:59:15 +00:00
Paul A. Bristow
f8de44dcd7 Increased a few tolerances to allow for 80 bit GCC platforms.
Added new tests for the discontinuity near mid-point between integer orders.

[SVN r83199]
2013-02-28 09:46:32 +00:00
Peter Dimov
d0e2915a3e Avoid stack overflow in make_shared. Refs #4256.
[SVN r83198]
2013-02-28 08:02:09 +00:00
Beman Dawes
4500ec7bfa Add BOOST_SYSTEM_NOEXCEPT to several functions previously missed. Update documentation to reflect use of noexcept with fallback to C++03 when C++11 feature not present.
[SVN r83197]
2013-02-28 02:13:56 +00:00
Christian Henning
5884e0b568 Added missing newline.
[SVN r83196]
2013-02-28 01:19:13 +00:00
Christian Henning
6421bd2293 Removed all Tab characters and added missing newlines.
[SVN r83195]
2013-02-28 01:18:25 +00:00
Christian Henning
0e21e0a39b Added Missing Copyright and License notices.
[SVN r83194]
2013-02-28 00:54:37 +00:00
Jeremiah Willcock
6dd78869e8 Fixed handling of const graphs and property maps; fixes #8192
[SVN r83191]
2013-02-27 22:04:17 +00:00
Barend Gehrels
422e6367a6 [geometry] updated offset/buffer w.r.t. changes in library
[SVN r83189]
2013-02-27 17:25:07 +00:00
Paul A. Bristow
1dd6102c53 Added tests for airy (0) call and more spot values, passing on MSVC 10.
[SVN r83187]
2013-02-27 12:51:52 +00:00
Paul A. Bristow
f430318998 Added missing function definition for error message.
[SVN r83186]
2013-02-27 12:50:26 +00:00
Christopher Kormanyos
c12cd650fe Added exception handling to airy_ai_zero() and airy_bi_zero().
[SVN r83168]
2013-02-26 20:34:23 +00:00
Christopher Kormanyos
f52804ae31 Corrected edge cases for cyl_neumann_zero() with negative order.
[SVN r83167]
2013-02-26 20:33:20 +00:00
John Maddock
604ba36750 Change boolean context conversion operator so it's not convertible to void*.
Fixes #8177.

[SVN r83162]
2013-02-26 12:43:14 +00:00
Marshall Clow
f920c3782d Gather does not (in general) work with forward iterators, even though it does on some systems
[SVN r83158]
2013-02-25 22:31:52 +00:00
John Maddock
4f37f7a041 Better fix for #8160.
Refs #8160.

[SVN r83153]
2013-02-25 16:32:59 +00:00
Oliver Kowalke
b8086a728f coroutine: update documentation regarding to segmented stacks
[SVN r83150]
2013-02-25 15:55:07 +00:00
Paul A. Bristow
81fd5c471c Added cyl_neumann tests with negative order. Two failures to find root, and some disagreement with Wolfram - where I think Wolfram is wrong!
[SVN r83149]
2013-02-25 12:44:23 +00:00
Eric Niebler
bf450a0207 fix breakage of string_ref logical ops, detabify, remove trailing whitespace
[SVN r83147]
2013-02-25 06:30:00 +00:00
Edward Diener
51e227f3de Corrected macro name used for test.
[SVN r83146]
2013-02-25 01:58:39 +00:00
Christian Henning
fc5a0db021 Fixed incorrect syntax.
[SVN r83145]
2013-02-25 01:04:56 +00:00
Christian Henning
fde8a895d6 Updated scanline_read_iterator code sample.
[SVN r83144]
2013-02-25 00:36:49 +00:00
Ion Gaztañaga
e231dc0269 Activated branchless code to more offset_ptr internal functions.
[SVN r83143]
2013-02-24 22:39:13 +00:00
Ion Gaztañaga
e0f418d8e3 Fixes #8030
[SVN r83142]
2013-02-24 22:38:07 +00:00
Christian Henning
0d74145115 Using iterator_facade as base for scanline_read_iterator.
[SVN r83141]
2013-02-24 21:06:54 +00:00
Ion Gaztañaga
d195198be6 Add experimental option to define "vector::iterator" as "pointer"
[SVN r83140]
2013-02-24 20:34:15 +00:00
Edward Diener
96ef91aaf4 Updated member data metafunction.
[SVN r83138]
2013-02-24 17:01:17 +00:00
John Maddock
8f3c3d46e3 Apply patch from 7938.
Refs #7938.

[SVN r83137]
2013-02-24 16:53:49 +00:00
Daniel James
05597ace6d Better argument parsing.
[SVN r83134]
2013-02-24 16:18:39 +00:00
Daniel James
0f9bf1101b Changelog note for quickbook 1.5.9
[SVN r83130]
2013-02-24 13:50:03 +00:00
Antony Polukhin
94cc0a25b2 Do not use long double type in lexical_cast for internal variables if Boost.Math has no functions for long double (refs #8162)
Do not test lexical_cast on long doubles, if Boost.Math does not support long double

[SVN r83129]
2013-02-24 13:34:57 +00:00
John Maddock
0d632bd511 Fix bug in division of zero.
Document and add tests.
Fixes #8160.

[SVN r83128]
2013-02-24 13:20:46 +00:00
Ion Gaztañaga
77f01bfec9 Rolled back to standard construction in benchmark
[SVN r83127]
2013-02-24 13:16:40 +00:00
Ion Gaztañaga
5ee5c1a5e3 Additional vector speed improvements, added basic benchmark against varray
[SVN r83126]
2013-02-24 13:13:36 +00:00
Daniel James
f18c25030d Split path normalization from 'add_dependency'.
[SVN r83125]
2013-02-24 11:23:53 +00:00
Daniel James
038d161035 Move dependency tracking into a separate class.
[SVN r83124]
2013-02-24 11:23:35 +00:00
Daniel James
3c750861cf Remove whitespace only leading lines from indented blocks.
[SVN r83123]
2013-02-24 11:23:15 +00:00
Daniel James
1efbffdaa3 Fix mapped position when breaking up indented code.
[SVN r83122]
2013-02-24 11:23:02 +00:00
Daniel James
0cf72e59ba Extract duplicated find_section code.
[SVN r83121]
2013-02-24 11:22:45 +00:00
Daniel James
85d13df5ae Clean up poorly overloaded 'add' method.
[SVN r83120]
2013-02-24 11:22:33 +00:00
Daniel James
dab54d6aaa Fix to_original_pos for indented blocks.
[SVN r83119]
2013-02-24 11:22:17 +00:00
Daniel James
36f9ec4a2d Store indentation change in source map.
Used to infer it when required, which could go wrong.

[SVN r83118]
2013-02-24 11:22:03 +00:00
Daniel James
156a67162f Source map tests.
[SVN r83117]
2013-02-24 11:21:50 +00:00
Daniel James
32e7b69ec0 Convert to use boost::string_ref
[SVN r83116]
2013-02-24 11:21:31 +00:00
Daniel James
8bf644ef17 Bump version number.
[SVN r83115]
2013-02-24 11:20:52 +00:00
Antony Polukhin
1dd09a7ec4 Add entry for lexical_cast library to maintainers.txt (refs #8162)
[SVN r83113]
2013-02-24 07:06:58 +00:00
Christopher Kormanyos
ec72c2862e Corrected cyl_neumann_zero() for negative order.
Improved the clarity of source level comments in the Bessel zero codes.

[SVN r83109]
2013-02-23 20:54:18 +00:00
Christian Henning
d5c52a81cd #4517
[SVN r83107]
2013-02-23 18:58:00 +00:00
John Maddock
f890a3b2ba Tweak permitted error rates.
[SVN r83106]
2013-02-23 18:31:36 +00:00