Commit Graph

13 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
e019e8dcc6 trac-7379: added a couple tests and beefed up existing ones 2017-10-13 10:03:01 -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
Jeremiah Willcock
3e997b0afc Fixed tab and no-newline-at-end-of-file issues from inspection report
[SVN r61435]
2010-04-20 17:54:16 +00:00
Samuel Krempp
85acf8fc52 fixes new functions (remaining_args, expected_args, ...) in case bound.size()==0
[SVN r57830]
2009-11-21 08:19:51 +00:00
Samuel Krempp
83372ec07a adds tests for new member functions expected_args remaining_args fed_args bound_args and cur_arg .
[SVN r57735]
2009-11-17 22:51:17 +00:00
Joaquín M. López Muñoz
855882697e added testcases for SourceForge bugs #1450260 and #1506914
[SVN r34351]
2006-06-19 06:10:23 +00:00
Joaquín M. López Muñoz
0802feac8a fixed a bug that generated accesses to a vector with a negative index
[SVN r34097]
2006-05-26 14:24:44 +00:00
Samuel Krempp
3d9fbf1553 using boost::str
[SVN r22061]
2004-01-29 21:02:30 +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