Commit Graph

19 Commits

Author SHA1 Message Date
Peter Dimov
2e830ea1fe Use __PRETTY_FUNCTION__ on clang-cl 2018-11-15 18:50:01 +02:00
Peter Dimov
c67fe0a924 Add support for BOOST_DISABLE_CURRENT_FUNCTION 2016-11-01 18:43:47 +02:00
Peter Dimov
f0e5bd15fb Add BOOST_VERIFY_MSG; change BOOST_ASSERT_MSG(x,m) to assert((x)&&(m)) for consistency with BOOST_ASSERT; add more tests 2014-02-12 02:05:27 +02:00
Peter Dimov
4bc861adc6 Revert "Remove check for obsolete DMC version."
This reverts commit 4dc965909729ad0d7e1c669bbc4383d33ebe97c9.
2014-01-02 16:13:25 +02:00
Peter Dimov
8de3bfebff Revert "Remove obsolete MSVC check from pragma guard"
This reverts commit 1fd5883b345a3c230daaad8ee93af5bc8f3209d5.
2014-01-02 16:13:25 +02:00
Stephen Kelly
6dc5368e22 Remove check for obsolete DMC version.
[SVN r86043]
2014-01-02 16:13:24 +02:00
Stephen Kelly
087f1446ee Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq

is now clean.

[SVN r85952]
2014-01-02 16:13:24 +02:00
John Maddock
50e523b1bc Apply patch from #5607. Refs #5607.
[SVN r72580]
2014-01-02 16:13:22 +02:00
Peter Dimov
d43862ab95 Digital Mars support (Pavel Vozenilek)
[SVN r34373]
2014-01-02 16:13:19 +02:00
Douglas Gregor
93bb9faf25 Converted to Boost Software License, Version 1.0
[SVN r24055]
2014-01-02 16:13:16 +02:00
Peter Dimov
4ededfcf76 _MSC_VER use clarified.
[SVN r20992]
2014-01-02 16:13:16 +02:00
Peter Dimov
a94d04d1df -Wundef fixes.
[SVN r18788]
2014-01-02 16:13:15 +02:00
Peter Dimov
d1d4e32516 IBM C++ support added.
[SVN r18587]
2014-01-02 16:13:15 +02:00
Peter Dimov
c242f14d91 Intel support.
[SVN r18520]
2014-01-02 16:13:14 +02:00
Peter Dimov
87b5ce49e2 Fix: Comeau with bcc32 as backend defines __BORLANDC__ as 1.
[SVN r16455]
2014-01-02 16:13:13 +02:00
Peter Dimov
a1bf7a0e9c Metrowerks support (Bertolt Mildner)
[SVN r16263]
2014-01-02 16:13:12 +02:00
Peter Dimov
7701f84cf3 BOOST_CURRENT_FUNCTION documentation added.
[SVN r16236]
2014-01-02 16:13:11 +02:00
Darin Adler
4fe8dd675b Mark inline to avoid warning with "require prototypes" on.
[SVN r12490]
2014-01-02 16:13:10 +02:00
Peter Dimov
b7249be32f Smart pointer enhancements, initial commit
[SVN r12439]
2014-01-02 16:13:10 +02:00