Commit Graph

31 Commits

Author SHA1 Message Date
Antony Polukhin
e6fa2c4b6d Merge from trunk
* Much more tests
* Now numeric_cast (and lexical_cast) can be compiled with disabled exceptions
* Supress warning described in #6645 (implicit conversion shortens 64-bit value into a 32-bit value)
* Fixed compilation of lexical_cast with BOOST_NO_STD_LOCALE defined
* Documentation updates
* Case insensitive "NaN" and "Inf" parsing 
* Performance tests commit

[SVN r77288]
2012-03-10 07:31:36 +00:00
Brandon Kohn
de94a311a3 Merged numeric cast trait fixes for fundamental type specializations.
[SVN r76836]
2012-02-02 01:42:52 +00:00
Brandon Kohn
238b6ab769 Merge of numeric_cast_traits in numeric conversion library.
[SVN r74762]
2011-10-06 17:27:17 +00:00
Brandon Kohn
507d157d10 Added numeric_cast_traits to the numeric conversion library. Tested on msvc-10.0 and gcc-4.3.4/cygwin.
[SVN r73675]
2011-08-11 19:08:08 +00:00
Antony Polukhin
41473987e5 Fixes #5707. Fixes some trivial bugs for VC++6
[SVN r73201]
2011-07-17 19:36:06 +00:00
John Maddock
5963a9cb67 Merge fixes from Trunk.
Fixes #2392.

Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.

Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only. 

[SVN r49314]
2008-10-13 09:00:03 +00:00
John Maddock
67e2ca29bc Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library.  With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.

Fixes #2392.


[SVN r49254]
2008-10-10 16:10:00 +00:00
Beman Dawes
225b672e44 Merge trunk
[SVN r47717]
2008-07-23 15:15:27 +00:00
Marshall Clow
6dc956e342 Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
[SVN r43992]
2008-04-02 01:42:32 +00:00
Nicola Musatti
4755739313 Updated Borland workaround
[SVN r33857]
2006-04-29 06:44:35 +00:00
Nicola Musatti
62dd549c9e Updated Borland workaround
[SVN r33857]
2006-04-29 06:44:35 +00:00
Fernando Cacciola
6a2f849e56 Fixed the converting assignment bug in optional<>
Fixed the usage of 'None' in converter.h, which is declared as a macro in X11/X.h


[SVN r32531]
2006-02-03 19:56:03 +00:00
John Maddock
7bae7c7dbd Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
2005-08-25 16:27:28 +00:00
Fernando Cacciola
99ac7de524 fixed: "bcc5.6.4 added to the old cast redirection list"
[SVN r29814]
2005-06-27 15:05:13 +00:00
Fernando Cacciola
852f6f36ed bcc5.6.4 added to the old cast redirection list
[SVN r29792]
2005-06-24 23:17:15 +00:00
Fernando Cacciola
cd1476c690 BOOST_TESTED_AT used in numeric_cast
old_numeric_cast takes the exception class from converter_policies


[SVN r29789]
2005-06-24 19:09:13 +00:00
Fernando Cacciola
ecd6da6218 bad_numeric_cast taken from converter_policies.hpp
[SVN r29785]
2005-06-24 17:22:21 +00:00
Dave Abrahams
d85ebc6b4f Add missing using declaration
[SVN r29777]
2005-06-24 15:06:45 +00:00
Dave Abrahams
2b49542acd Add missing #include <typeinfo>
[SVN r29775]
2005-06-24 14:34:37 +00:00
Dave Abrahams
5448d52f3c Transplanted numeric_cast
[SVN r29771]
2005-06-24 14:13:36 +00:00
Fernando Cacciola
b83988d8a1 Old numeric_cast<> completely replaced by new code (except that the old code is retained as a fallback mechanism for old broken compilers that can't deal with the new code)
[SVN r29761]
2005-06-23 23:33:01 +00:00
Fernando Cacciola
5ca94ac507 Fixed bug in RoundEven
[SVN r28576]
2005-05-02 14:42:52 +00:00
Aleksey Gurtovoy
3bc804f901 more MSVC tweaks
[SVN r25344]
2004-09-22 17:09:26 +00:00
Joaquín M. López Muñoz
8c2a6a8fd7 taken care of BOOST_NO_STDC_NAMESPACE
[SVN r25332]
2004-09-22 09:21:30 +00:00
Aleksey Gurtovoy
c86ea9be85 MSVC workaround
[SVN r25266]
2004-09-20 10:22:57 +00:00
Aleksey Gurtovoy
c5a67fcf41 merge new MPL version from 'mplbook' branch
[SVN r24874]
2004-09-02 15:41:37 +00:00
John Maddock
a2da8efbe2 Removed Boost.org copyrights, and replace with original authors names (as based on cvs history).
[SVN r24401]
2004-08-11 10:20:52 +00:00
Rene Rivera
e7d3b3d185 Replace direct use of compatibility/cpp_c_headers/cmath with correct indirect <cmath>. This fixes multiple resolution errors on platforms that have the correct headers.
[SVN r24234]
2004-08-01 16:05:07 +00:00
Rene Rivera
3b3f1a578c Remove tabs in file.
[SVN r24043]
2004-07-25 17:12:17 +00:00
Fernando Cacciola
300534d91c BOOST_MPL_AUX_VOID_SPEC_PARAM removed
[SVN r23911]
2004-07-21 18:50:06 +00:00
Fernando Cacciola
be7ce8a2c8 Myself Added
[SVN r23175]
2004-06-24 12:01:42 +00:00