Commit Graph

15 Commits

Author SHA1 Message Date
James E. King III
385aae0030 Add CI framework
- travis with valgrind, cppcheck, ubsan, codecov, covscan (future)
  - appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64
  - README, LICENSE, etc.
2018-11-02 21:09:30 -04:00
Raphael Isemann
b2a17c13e0 Reencoded a few headers that used Windows-1252 with UTF-8.
Nearly every header in the boost codebase is UTF-8, but here there
are a few headers which are using Windows-1252, which makes it impossible
for some tools to parse those files. This patch just reencodes them
with UTF-8 like the rest of the codebase. I checked that the name of the
author is still correct after this change and the reencoded string
literal was the plus-minus-sign.

No functional change intended.
2017-06-02 14:47:26 +02:00
Steven Watanabe
38524e1025 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
88a023da76 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
Guillaume Melquiond
fe0e182e36 Silent compilation warnings with GCC 4.3.
[SVN r47987]
2008-08-05 10:20:49 +00:00
Guillaume Melquiond
ac09ef1c57 Deprecated in_zero and replaced it by zero_in.
[SVN r32512]
2006-02-02 12:35:58 +00:00
Guillaume Melquiond
c7751613c9 Put interval example files under BSL
[SVN r23915]
2004-07-21 20:51:33 +00:00
Guillaume Melquiond
0c344cc764 Added copyright
[SVN r19728]
2003-08-22 06:28:08 +00:00
Guillaume Melquiond
a065d980b5 Improved documentation and generalized bi-division
[SVN r19651]
2003-08-16 20:56:28 +00:00
Guillaume Melquiond
8eb43467a6 Added I/O examples
[SVN r19632]
2003-08-16 09:29:29 +00:00
Guillaume Melquiond
f18772ff54 Corrected a typo
[SVN r19518]
2003-08-10 22:13:17 +00:00
Guillaume Melquiond
9812e46b43 Removed interval/io.hpp
[SVN r19514]
2003-08-10 21:14:37 +00:00
Guillaume Melquiond
3a9a2c5c77 Added two examples: transc and filter
[SVN r18252]
2003-04-15 11:01:53 +00:00
Guillaume Melquiond
fed80d5d83 Added copyright and removed tabs on all interval files (I hope so)
[SVN r17238]
2003-02-05 17:34:36 +00:00
Guillaume Melquiond
21e378f40b Import of Interval library
[SVN r16980]
2003-01-21 17:20:32 +00:00