Eric Niebler
fb43b98b51
nuke executable flags
2014-01-11 00:36:40 -08:00
Eric Niebler
ff3c32aaff
comment typo, refs #7554
...
[SVN r81153]
2012-11-02 22:55:48 +00:00
Steven Watanabe
1ac8cf17d1
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
e851b84155
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
Eric Niebler
50e7dbd932
updated vcproj file
...
[SVN r57249]
2009-10-30 15:53:27 +00:00
Douglas Gregor
0352d8e855
Add mime-type and eol-style properties as needed
...
[SVN r46445]
2008-06-17 13:54:46 +00:00
David Jenkins
bad9d28292
use skip directive to simplify example
...
[SVN r43018]
2008-01-30 03:39:02 +00:00
David Jenkins
4951276004
update copyright and misc cleanup
...
[SVN r43013]
2008-01-29 16:43:51 +00:00
Eric Niebler
23db02ee53
updated vcproj
...
[SVN r42990]
2008-01-27 05:56:46 +00:00
Eric Niebler
088f058e90
fix errors and warnings on msvc-9
...
[SVN r40923]
2007-11-08 06:48:08 +00:00
Eric Niebler
84bb9b8c3f
update example.vcproj
...
[SVN r40858]
2007-11-06 22:18:11 +00:00
Eric Niebler
9cbf80bd07
new number parser example from dave jenkins
...
[SVN r39933]
2007-10-11 17:02:13 +00:00
Eric Niebler
b35dad6b00
add awesome number parser from Dave Jenkins
...
[SVN r39774]
2007-10-08 00:44:52 +00:00
Eric Niebler
4ab7d84500
suppress secure CRT warnings for vc8
...
[SVN r37765]
2007-05-25 00:29:27 +00:00
Eric Niebler
6242dfed6d
remove BBv1 Jamfiles
...
[SVN r36391]
2006-12-14 19:13:31 +00:00
Eric Niebler
d16da6ab8b
add proto::extends<> and change mark_tag to use proto::extends<> for nice construction syntax
...
[SVN r35806]
2006-11-02 06:56:43 +00:00
Eric Niebler
1fb8dc826b
update vcproj for new proto version
...
[SVN r35778]
2006-10-29 06:28:41 +00:00
Eric Niebler
652d40d245
ne syntax for initializing mark tags
...
[SVN r35777]
2006-10-29 06:19:04 +00:00
Eric Niebler
67025fe275
merge from XPRESSIVE_1_1
...
[SVN r33726]
2006-04-17 19:47:33 +00:00
Eric Niebler
0f244f7704
add core/optimize.hpp and static/compile.hpp
...
[SVN r32183]
2005-12-29 03:19:08 +00:00
Eric Niebler
424feae99e
add utility/any.hpp and utility/cons.hpp
...
[SVN r31403]
2005-10-20 00:53:40 +00:00
Eric Niebler
fb8295b049
misc
...
[SVN r31254]
2005-10-09 23:17:37 +00:00
Eric Niebler
63dabd204e
misc doc tweaks
...
[SVN r31233]
2005-10-08 06:44:30 +00:00
Eric Niebler
4ef4574faa
xpressive docs, examples, perf and test
...
[SVN r31204]
2005-10-06 00:49:04 +00:00