Commit Graph

30 Commits

Author SHA1 Message Date
Brandon Kohn
0ab23addef Replaced special copyright character with (c) in numeric cast traits files.
[SVN r74356]
2011-09-12 14:35:29 +00:00
Brandon Kohn
5d344f7463 Simplified custom numeric type in numeric_cast_traits_test.cpp to reduce template depth.
[SVN r73701]
2011-08-12 13:09:15 +00:00
Brandon Kohn
6bd888475f Changed numeric_cast_traits_test.cpp to explicitly use the boost namespace.
[SVN r73700]
2011-08-12 12:46:00 +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
Steven Watanabe
8312050b36 Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
3526c08afc Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags. 



[SVN r68140]
2011-01-14 02:35:58 +00:00
Troy D. Straszheim
5a345e2993 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
00311d7276 Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports.  This is essentially the same commit as r55095 on the release
branch.



[SVN r55159]
2009-07-26 00:49:56 +00:00
Michael A. Jackson
3c72670b7f Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
[SVN r49627]
2008-11-07 17:02:56 +00:00
Michael A. Jackson
d6e932c038 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
[SVN r49510]
2008-11-01 13:15:41 +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
John Maddock
2994de17ef Fixed Inspection report issues.
[SVN r43607]
2008-03-14 18:32:45 +00:00
Vladimir Prus
9264998bb1 Remove V1 Jamfiles
[SVN r38516]
2007-08-08 19:02:26 +00:00
Vladimir Prus
2962887de9 Update Jamfile.v2
[SVN r32351]
2006-01-18 12:46:30 +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
f1fe834781 Fixed bug in RoundEven
[SVN r28887]
2005-05-13 23:02:22 +00:00
Rene Rivera
6ff93f4a6c Fix failures on CodeWarrior.
* converter_test.cpp; Fix unqualified use of floor/ceil std calls.
* converter_test.cpp & converter_policies.hpp; Fix EOLs which will fix errors on VC8 and possibly others.


[SVN r28720]
2005-05-07 16:31:46 +00:00
Fernando Cacciola
5ca94ac507 Fixed bug in RoundEven
[SVN r28576]
2005-05-02 14:42:52 +00:00
Vladimir Prus
8435a5fa2a Add V2 Jamfile
[SVN r28244]
2005-04-14 11:56:47 +00:00
Aleksey Gurtovoy
df2f2d8f84 fix syntax errors etc.
[SVN r25474]
2004-09-29 11:52:50 +00:00
Fernando Cacciola
ab4c6acded numeric_cast<> test factored out from conversion\cast_test.cp
and also added (duplicated) in numeric\conversion\test


[SVN r25468]
2004-09-28 21:48:39 +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
f0c3c423ac various test fixes
[SVN r25267]
2004-09-20 10:29:45 +00:00
Douglas Gregor
9cb3d74aa9 License updates
[SVN r24597]
2004-08-19 15:19:17 +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
Fernando Cacciola
5dd9d8cd91 Fixes
[SVN r24085]
2004-07-26 18:48:41 +00:00
Fernando Cacciola
a5d00888e5 Fixes
[SVN r24084]
2004-07-26 17:35:09 +00:00
Fernando Cacciola
e7bc46820f Fixes
[SVN r23993]
2004-07-23 14:13:39 +00:00
Aleksey Gurtovoy
3d9f8fe242 change test-suite names to match library names
[SVN r23820]
2004-07-20 01:41:00 +00:00
Fernando Cacciola
be7ce8a2c8 Myself Added
[SVN r23175]
2004-06-24 12:01:42 +00:00