Commit Graph

20 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
2c8660f841 fix some warnings under msvc 2017-10-22 09:02:13 -04:00
James E. King, III
0e3c00c646 re-enable benchmark build as part of standard builds,
fixed a NO_LOCALE build error the benchmark build discovered,
updated ignored argument handling and fixed build warnings in clang,
changed CI build scripts to build from top level of library
2017-10-13 19:56:45 -04:00
soukouki
b747d6e08f Move the comment 2016-04-24 23:45:06 +09: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
Jürgen Hunold
04657d5f82 Switch to BBv2
Switch to BSL 1.0 (allowed by blanket-permission.txt)


[SVN r36431]
2006-12-16 19:38:42 +00:00
Samuel Krempp
0b12543b27 -feed_args.hpp : includes boost/assert.hpp and replaced "assert" by "BOOST_ASSERT", thanks to Nando for reporting this.
-sample_formats.cpp : was using assert without including it


[SVN r24613]
2004-08-20 09:44:24 +00:00
Samuel Krempp
ebd3cc7363 updated copyrights to "Boost Software License, Version 1.0" on the few files that were still using the old one.
all the files are now under the new copyright.


[SVN r24612]
2004-08-20 09:08:21 +00:00
Samuel Krempp
7a521da638 copyright info added. (I had forgotten those two)
[SVN r24611]
2004-08-20 09:04:16 +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
d30e334876 not using anymore manipulators that gcc-2.95 lacks
so it compiles with old gcc.


[SVN r21855]
2004-01-21 11:08:30 +00:00
Samuel Krempp
7884dbbc68 custom namespaces used
[SVN r18313]
2003-04-25 14:54:08 +00:00
Samuel Krempp
8f551b40ec unused variable removed
[SVN r18312]
2003-04-25 14:52:43 +00:00
Samuel Krempp
4118cd7612 added custom namespaces, as a hint for the user who doesnt want to inject
full boost (or std) namespaces ..


[SVN r18311]
2003-04-25 14:33:43 +00:00
Samuel Krempp
72274f33d8 added copyrights
[SVN r17529]
2003-02-19 12:06:50 +00:00
Samuel Krempp
3eb121f7ed provides Jamfiles for user.
(merge from branch RC_1_29_0 )


[SVN r15854]
2002-10-10 12:32:24 +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