Commit Graph

16 Commits

Author SHA1 Message Date
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
5f93cc7f66 improve code coverage, found and fixed a few bugs 2017-11-01 18:22:30 -04:00
James E. King, III
e0d1a9ab1a handle volatile arguments to operator% by making a non-volatile
copy of them before feeding through

This fixes #36
2017-10-25 20:02:27 -04:00
James E. King, III
5ce533d8d2 Add support for parsing Microsoft extensions of argument types 'w', 'I', 'I32', 'I64' 2017-10-24 13:13:38 -04:00
James E. King, III
7f55124ecf add support for boolalpha with %b conversion specifier 2017-10-24 11:13:46 -04:00
James E. King, III
1a5993fa80 add support for parsing (and ignoring) argument types 'j', 'z' 2017-10-24 09:30:00 -04:00
James E. King, III
e582b2f813 Add conversion specifier support for 'A', 'a', and 'F' 2017-10-23 23:00:21 -04:00
James E. King, III
34f7d339a2 fix casting in call_put_* feed_args 2017-10-13 20:27:32 -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
Samuel Krempp
1ea9bde5e5 str(..) function moved in boost:: namespace (was boost::io)
[SVN r22062]
2004-01-29 21:03:46 +00:00
Samuel Krempp
33ff28bce1 a few more tests, and new source headers
[SVN r21854]
2004-01-21 11:01:39 +00:00
Samuel Krempp
7618d770c4 split format_test2.cpp : 2 tests dont apply to gcc-2.95 (showbase isnt even defined..)
so moved them into format_test3.cpp


[SVN r19971]
2003-09-09 02:00:43 +00:00
Björn Karlsson
22bbbacc5f Added copyright statement and untabified
[SVN r17192]
2003-02-04 11:32:55 +00:00
Samuel Krempp
e7199ada9b merge from RC_1_29_0 branch
( removed "$Id$" from header comments,  and hunted down two tabs)


[SVN r15849]
2002-10-10 11:17:19 +00:00
Samuel Krempp
c2acd377bf initial commit
[SVN r14002]
2002-05-22 11:56:47 +00:00