Steven Watanabe
b5707cd409
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
426da14870
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
Daniel James
5439ddd9cc
Set several svn:mime-type and svn:eol-style for several files.
...
[SVN r49601]
2008-11-05 19:38:45 +00:00
Andreas Huber
875b4ff5e7
Fixes #1594
...
[SVN r42934]
2008-01-23 21:46:58 +00:00
Andreas Huber
0f63090551
- Updated copyright years
...
- Factored out transition dispatching logic
[SVN r42447]
2008-01-03 23:17:00 +00:00
Andreas Huber
970f7970a1
- Removed all permanent warning suppressions from library headers and avoided the resulting warnings with other means
...
- Updated acknowledgments
[SVN r42414]
2008-01-02 15:31:45 +00:00
Andreas Huber
d744a7a6a2
Unified example compilation settings with the ones of the tests.
...
[SVN r42385]
2007-12-31 12:12:48 +00:00
Andreas Huber
31542e54d7
- Adapted solution & projects to Visual Studio 2008
...
- Removed a few no longer necessary warning suppressions
[SVN r42382]
2007-12-31 00:34:06 +00:00
Andreas Huber
192a00b0e5
Corrected wrong order in copyright notices.
...
[SVN r36254]
2006-12-03 14:46:37 +00:00
Andreas Huber
51a7931e77
Renamed InStateVsTransitionCharts.xls to Performance.xls
...
[SVN r30759]
2005-08-31 23:26:54 +00:00
Andreas Huber
3f1c098592
- Renamed InStateVsTransition.* to Performance.* and moved to directory Performance
...
- Moved InStateVsTransitionCharts.xls to Performance
[SVN r30758]
2005-08-31 23:24:40 +00:00