Commit Graph

11 Commits

Author SHA1 Message Date
Gennadiy Rozental
53e392f667 Updated copyright message 2014-03-03 01:16:29 -05:00
Gennadiy Rozental
cd71bb15bd license update
[SVN r81013]
2012-10-18 08:30:52 +00:00
Gennadiy Rozental
e94d1a353c examples updated
[SVN r74645]
2011-10-02 09:59:38 +00:00
Steven Watanabe
704e7cb516 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
1753857f1b 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
Gennadiy Rozental
3b3efba889 fpc related changes
[SVN r62438]
2010-06-05 06:17:15 +00:00
Gennadiy Rozental
22e8866efb examples update
[SVN r62017]
2010-05-16 03:58:23 +00:00
Gennadiy Rozental
5817beb5c4 copyright update
[SVN r47161]
2008-07-07 03:32:34 +00:00
Gennadiy Rozental
8bb49d96d3 minor cleanup
final major piece of this update: debug services (almost complete: without stack dump)

[SVN r40451]
2007-10-25 05:38:19 +00:00
Gennadiy Rozental
397ab3f64d *** empty log message ***
[SVN r33387]
2006-03-19 12:01:54 +00:00
Gennadiy Rozental
3d15ec911f unit test examples reworked
[SVN r32050]
2005-12-14 06:06:14 +00:00