James E. King, III
e4b101cd92
expand appveyor to cover cygwin 32-bit and 64-bit, mingw 32-bit
...
unit tests were failing on cygwin so I changed them to use lightweight test
therefore Boost.Format no longer depends on Boost.Test
2018-01-22 12:48:59 -05:00
James E. King, III
2c8660f841
fix some warnings under msvc
2017-10-22 09:02:13 -04:00
James E. King, III
8fff1bba3b
fixed memory leak in benchmark code and removed dead code
...
This closes #32
2017-10-19 01:05:12 -04:00
Steven Watanabe
7907ce81f4
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
22546935a2
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
Andreas Huber
5bcb4ce81c
Corrected wrong order in copyright notices.
...
[SVN r36239]
2006-12-02 09:36:38 +00:00
Andreas Huber
301e1864c8
Fixed license & copyright issues and converted to HTML 4.01
...
[SVN r36232]
2006-12-01 14:40:09 +00:00
John Maddock
02ad183cba
Converted to BSL based on permissions in blanket-permission.txt
...
[SVN r25448]
2004-09-28 12:08:47 +00:00
Samuel Krempp
9772222242
basic_oalttrsingstream instead of outsstream, and 'parse-once' now means copying a static const format object (which can be thread safe) rather than using one format object all the times
...
[SVN r22108]
2004-02-01 16:38:34 +00:00
Samuel Krempp
8e3b8c53ce
settled for clear() / clear_binds() member function names.
...
[SVN r21909]
2004-01-25 04:25:57 +00:00
Samuel Krempp
841e08f2c1
commit my benchmark sources, and some results,
...
just for people crazy about timings.
[SVN r19972]
2003-09-09 02:14:13 +00:00