8de3bfebffRevert "Remove obsolete MSVC check from pragma guard"
Peter Dimov
2013-12-11 00:13:48 +0200
6dc5368e22Remove check for obsolete DMC version.
Stephen Kelly
2013-09-30 00:36:13 +0000
087f1446eeRemove obsolete MSVC check from pragma guard
Stephen Kelly
2013-09-26 13:02:51 +0000
c78b8b9157Optimized BOOST_ASSERT_MSG so that it is more lightweight and doesn't prevent enclosing functions from inlining. Also added branching hints for the checked conditions.
Andrey Semashev
2013-06-07 20:21:24 +0000
5bfb183ec5Assert: rollback [82428].
Vicente J. Botet Escriba
2013-03-14 22:27:04 +0000
8105f2e314Assert: take care of #7028.
Vicente J. Botet Escriba
2013-03-14 17:46:52 +0000
50e523b1bcApply patch from #5607. Refs #5607.
John Maddock
2011-06-14 08:27:14 +0000
00ec072fc9Revised the assertion_failed_msg function to use std::exit(-1) instead of std::abort() for Windows CE (since Windows CE does not have an abort() function in the CRT library)
David Deakins
2011-02-18 03:46:55 +0000
50416333b6Remove BOOST_ENABLE_ASSERT_MSG_HANDLER; use BOOST_ENABLE_ASSERT_HANDLER in its stead
Beman Dawes
2011-01-24 20:15:36 +0000
60ba31a018added explicit return to main
Joaquín M. López Muñoz
2004-09-24 06:17:26 +0000
6ad5ec4810taken care of BOOST_NO_STDC_NAMESPACE
Joaquín M. López Muñoz
2004-09-22 17:18:06 +0000
93bb9faf25Converted to Boost Software License, Version 1.0
Douglas Gregor
2004-07-26 00:32:12 +0000
4ededfcf76_MSC_VER use clarified.
Peter Dimov
2003-11-28 15:35:21 +0000
a94d04d1df-Wundef fixes.
Peter Dimov
2003-06-12 17:09:24 +0000
d1d4e32516IBM C++ support added.
Peter Dimov
2003-05-28 13:45:58 +0000
c242f14d91Intel support.
Peter Dimov
2003-05-23 22:30:23 +0000
b01a947078__func__ is a predefined identifier, not a macro.
Peter Dimov
2003-02-10 16:25:41 +0000
32ec5215eeDoc link updated.
Peter Dimov
2002-12-24 12:34:42 +0000
eff0219959Add /libs/lib-name to comment
Beman Dawes
2002-12-23 02:43:12 +0000
87b5ce49e2Fix: Comeau with bcc32 as backend defines __BORLANDC__ as 1.
Peter Dimov
2002-11-28 13:32:44 +0000
a1bf7a0e9cMetrowerks support (Bertolt Mildner)
Peter Dimov
2002-11-15 19:44:18 +0000
36a1add61dNew BOOST_ASSERT, including documentation.
Peter Dimov
2002-11-14 16:09:29 +0000
7701f84cf3BOOST_CURRENT_FUNCTION documentation added.
Peter Dimov
2002-11-14 14:41:25 +0000
2f4e18997eAdded tests for the new smart pointers.
Peter Dimov
2002-01-25 13:54:30 +0000
4fe8dd675bMark inline to avoid warning with "require prototypes" on.
Darin Adler
2002-01-24 19:15:30 +0000
b7f1ae2472Tweak comments. Include <assert.h> and <boost/current_function.hpp> only when needed.
Darin Adler
2002-01-22 18:28:33 +0000
b7249be32fSmart pointer enhancements, initial commit
Peter Dimov
2002-01-22 13:38:52 +0000
2ba543cd72Merged recent changes from trunk.
Andrey Semashev
2013-07-20 17:17:10 +0000
81d0e84cc2Utility: merge [68982] to fix#5213.
Vicente J. Botet Escriba
2013-03-14 17:35:42 +0000
288d786688Merge Boost.Config changes from Trunk - numerous small bug fixes plus a new Cray C++ config. Fixes#5607. Fixes#5941. Fixes#5878.
John Maddock
2011-10-10 11:50:55 +0000
35be7b7c4ePick up missing smart_ptr, utility, and type_traits files from full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 22:34:55 +0000
4c30883005Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:38:02 +0000
f504e95d10Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:07:19 +0000
a11aaaa9d2License/copyright edits
Peter Dimov
2006-11-09 20:34:33 +0000
f930c303fbMade the Boost logo link to the home page
Peter Dimov
2005-09-25 21:54:19 +0000
63e020677aAdd comment explaining use of assert.h
Beman Dawes
2005-02-21 12:32:20 +0000