Commit Graph

5 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
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
3a9a2c5c77 Added two examples: transc and filter
[SVN r18252]
2003-04-15 11:01:53 +00:00