74fc01da7eThis commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
nobody
2006-03-21 02:26:31 +0000
80e9edcb29Stop using assert() in tests
Dave Abrahams
2006-02-28 22:56:33 +0000
17ca3a4493show arg as pased by const ref
Beman Dawes
2006-02-12 01:17:17 +0000
e5a0aec661Revert (supposedly mistaken) removal of 'numeric_cast_test.cpp' from the list of tests.
Vladimir Prus
2006-02-07 11:36:24 +0000
8cec2cc291Update Jamfile.v2
Vladimir Prus
2006-02-07 11:35:31 +0000
027a566e09Small fix for new init_unit_test_suite signature
Stefan Slapeta
2006-01-12 11:59:09 +0000
9a29a753e8Fixed lexical_cast_test which was no longer working after the last test framework update.
Markus Schöpflin
2005-12-28 11:05:31 +0000
cb2bd8076dReconfigure lexical_cast to work wide character strings and VC++ when not using /Zc:wchar_t.
John Maddock
2005-08-29 12:44:09 +0000
1637edf8caLarge patch from Ulrich Eckhardt to fix support for EVC++ 4.
John Maddock
2005-08-25 16:27:28 +0000
72d69ef6adMerged from 1.33.0 release
Douglas Gregor
2005-08-12 13:02:37 +0000
1470210523fixed: "bcc5.6.4 added to the old cast redirection list"
Fernando Cacciola
2005-06-27 15:05:13 +0000
0b19a0ae27Fix line endings
Douglas Gregor
2005-06-24 14:24:02 +0000
3ab685475cMove #include outside namespace.
Dave Abrahams
2005-06-24 14:20:41 +0000
e66d58e6deOld 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)
Fernando Cacciola
2005-06-23 23:33:01 +0000
e331fc2a21workaround for GCC 2.9x lacking std::char_traits<>::eof()
Joaquín M. López Muñoz
2005-06-20 10:54:07 +0000
2a65633517fixed trivial bug
Joaquín M. López Muñoz
2005-06-17 12:34:38 +0000
7a388cb1a6Fixed so it doesn't trim any whitespace when converting, fixed reversed bad_lexical_cast constructor parameters, changed to pass-by-const reference
Terje Slettebø
2005-06-16 18:37:51 +0000
461dce3851Fixed so it doesn't trim any whitespace when converting, fixed reversed bad_lexical_cast constructor parameters, changed to pass-by-const reference
Terje Slettebø
2005-06-16 18:27:22 +0000
cfe358b570Fixed so it doesn't trim any whitespace when converting, fixed reversed bad_lexical_cast constructor parameters, changed to pass-by-const reference
Terje Slettebø
2005-06-16 18:16:58 +0000
caa875505eUpdate
Vladimir Prus
2005-04-14 11:20:26 +0000
462025d8e6Fix docs
Dave Abrahams
2005-02-26 14:58:12 +0000
a096a4b153numeric_cast<> test factored out from conversion\cast_test.cp and also added (duplicated) in numeric\conversion\test
Fernando Cacciola
2004-09-28 21:48:39 +0000
bba9169401Updated to use the BSL: Permission from Kevlin Henney was granted in blanket-permission.txt, permission from Terje Slettebo was granted for this one file privately.
John Maddock
2004-09-25 15:06:48 +0000
f11967a2c8BSL update
John Maddock
2004-09-16 11:23:30 +0000
c1c338990cAdded new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8.
John Maddock
2004-09-04 10:34:49 +0000
ec35f00bc3Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history).
John Maddock
2004-08-11 10:59:33 +0000
abf8ee0eb9Converted to Boost Software License, Version 1.0
Douglas Gregor
2004-07-26 00:32:12 +0000
463284f46fremove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
Eric Niebler
2004-02-26 18:27:02 +0000
1937e3a12aAdded test case for unsigned types, in case they are an alias for wchar_t
Terje Slettebø
2003-03-31 08:29:45 +0000
545687e22bRemoved test for MSVC, restored test for BOOST_NO_INTRINSIC_WCHAR_T
Terje Slettebø
2003-03-30 23:21:17 +0000
9c63f9fbd0Removed test for MSVC, restored test for BOOST_NO_INTRINSIC_WCHAR_T. Changed bad_lexical_cast to provide the types used, using source()/target() members
Terje Slettebø
2003-03-30 23:19:28 +0000
9c1311a712BOOST_MSVC<=1200 fix from Terje
Terje Slettebø
2003-03-19 21:25:45 +0000
51395d7b26BOOST_MSVC<=1200 fix from Terje
Beman Dawes
2003-03-19 12:14:32 +0000
02609a4675Commit Terje's changes
Dave Abrahams
2003-03-18 22:46:00 +0000
52de514fafCommit Terje's changes
Dave Abrahams
2003-03-18 22:34:32 +0000
6a9f713309Fixed <limits> problem
John Maddock
2001-04-02 11:52:42 +0000
27028a7d32All final 1.20.2 changes, including fixing broken hyperlinks
Beman Dawes
2001-02-10 14:42:14 +0000
bc9129719eUndid a bug I introduced yesterday. numeric_cast<> never worked with stock GCC; trying to get it to do that broke vc-stlport.
Dave Abrahams
2001-01-22 04:27:00 +0000
3cc0db15d1removed use of <limits> for portability to raw GCC
Dave Abrahams
2001-01-21 05:37:41 +0000
c66f9eb92cFixed a warning for MSVC Added changelog
Dave Abrahams
2001-01-21 05:35:13 +0000
e923c638b4BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS to config.hpp. Removed unused BOOST_EXPLICIT_TARGET macro. Moved boost::detail::type to boost/type.hpp. Made it compile with stock gcc again
Dave Abrahams
2001-01-21 05:07:11 +0000
e3ecdf7a27fixes for Borland C++ Builder
John Maddock
2000-11-04 12:39:28 +0000
02436dd1c6Added a fix for compilers sensitive to the presence of "template" on template members of templates (e.g. EDG-based compilers like CXX on the Alpha)
Dave Abrahams
2000-11-04 09:00:02 +0000
d08d2cb415Fix for fixed_numeric_limits<>::min() in the BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS case.
Dave Abrahams
2000-10-27 13:43:33 +0000
7470535162Fix numeric_cast<> bugs with floating types.
Dave Abrahams
2000-10-19 19:14:03 +0000
906d09b511a fix for "unsigned type always passes this test" warnings under GCC.
Dave Abrahams
2000-10-18 13:52:09 +0000
15539c72c8Suppress numeric_cast warnings for GCC, Borland and MSVC
Dave Abrahams
2000-07-17 22:33:43 +0000
fca67c7788This commit was generated by cvs2svn to compensate for changes in r4, which included commits to RCS files with non-trunk default branches.
Beman Dawes
2000-07-07 16:04:40 +0000