Commit Graph

  • 8de3bfebff Revert "Remove obsolete MSVC check from pragma guard" Peter Dimov 2013-12-11 00:13:48 +0200
  • 6dc5368e22 Remove check for obsolete DMC version. Stephen Kelly 2013-09-30 00:36:13 +0000
  • 087f1446ee Remove obsolete MSVC check from pragma guard Stephen Kelly 2013-09-26 13:02:51 +0000
  • c78b8b9157 Optimized 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
  • 5bfb183ec5 Assert: rollback [82428]. Vicente J. Botet Escriba 2013-03-14 22:27:04 +0000
  • 8105f2e314 Assert: take care of #7028. Vicente J. Botet Escriba 2013-03-14 17:46:52 +0000
  • 50e523b1bc Apply patch from #5607. Refs #5607. John Maddock 2011-06-14 08:27:14 +0000
  • 00ec072fc9 Revised 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
  • 50416333b6 Remove BOOST_ENABLE_ASSERT_MSG_HANDLER; use BOOST_ENABLE_ASSERT_HANDLER in its stead Beman Dawes 2011-01-24 20:15:36 +0000
  • fada0c5125 Add BOOST_ASSERT_MSG. Add macros to configure output stream. Beman Dawes 2011-01-24 15:37:13 +0000
  • dd8edeacda Stop inspect complaining that assert is used in BOOST_ASSERT. Daniel James 2010-11-14 18:37:37 +0000
  • 6ef45db59d Added a sentence with a brief explanation of the intended uses of BOOST_VERIFY. Peter Dimov 2007-11-03 22:47:17 +0000
  • 5392fc5a1c BOOST_VERIFY added. Peter Dimov 2007-11-03 20:55:22 +0000
  • c2521c2558 License/copyright edits Peter Dimov 2006-11-09 20:34:33 +0000
  • d43862ab95 Digital Mars support (Pavel Vozenilek) Peter Dimov 2006-06-22 12:47:19 +0000
  • 8d5cc3468b Made the Boost logo link to the home page Peter Dimov 2005-09-25 21:54:19 +0000
  • c5baaca438 Add comment explaining use of assert.h Beman Dawes 2005-02-21 12:32:20 +0000
  • 328658e097 c++boost.gif -> boost.png replacement Aleksey Gurtovoy 2004-10-05 15:45:52 +0000
  • 60ba31a018 added explicit return to main Joaquín M. López Muñoz 2004-09-24 06:17:26 +0000
  • 6ad5ec4810 taken care of BOOST_NO_STDC_NAMESPACE Joaquín M. López Muñoz 2004-09-22 17:18:06 +0000
  • 93bb9faf25 Converted 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
  • d1d4e32516 IBM C++ support added. Peter Dimov 2003-05-28 13:45:58 +0000
  • c242f14d91 Intel 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
  • 32ec5215ee Doc link updated. Peter Dimov 2002-12-24 12:34:42 +0000
  • eff0219959 Add /libs/lib-name to comment Beman Dawes 2002-12-23 02:43:12 +0000
  • 87b5ce49e2 Fix: Comeau with bcc32 as backend defines __BORLANDC__ as 1. Peter Dimov 2002-11-28 13:32:44 +0000
  • a1bf7a0e9c Metrowerks support (Bertolt Mildner) Peter Dimov 2002-11-15 19:44:18 +0000
  • 36a1add61d New BOOST_ASSERT, including documentation. Peter Dimov 2002-11-14 16:09:29 +0000
  • 7701f84cf3 BOOST_CURRENT_FUNCTION documentation added. Peter Dimov 2002-11-14 14:41:25 +0000
  • 2f4e18997e Added tests for the new smart pointers. Peter Dimov 2002-01-25 13:54:30 +0000
  • 4fe8dd675b Mark inline to avoid warning with "require prototypes" on. Darin Adler 2002-01-24 19:15:30 +0000
  • b7f1ae2472 Tweak comments. Include <assert.h> and <boost/current_function.hpp> only when needed. Darin Adler 2002-01-22 18:28:33 +0000
  • b7249be32f Smart pointer enhancements, initial commit Peter Dimov 2002-01-22 13:38:52 +0000
  • 2ba543cd72 Merged recent changes from trunk. Andrey Semashev 2013-07-20 17:17:10 +0000
  • 81d0e84cc2 Utility: merge [68982] to fix #5213. Vicente J. Botet Escriba 2013-03-14 17:35:42 +0000
  • 288d786688 Merge 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
  • fc30c62311 Repair failed merge Beman Dawes 2011-02-15 16:18:51 +0000
  • c43e938a1f Merge trunk BOOST_ASSERT_MSG additions Beman Dawes 2011-02-15 14:54:16 +0000
  • 35be7b7c4e Pick 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
  • 4c30883005 Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:38:02 +0000
  • f504e95d10 Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:07:19 +0000
  • a11aaaa9d2 License/copyright edits Peter Dimov 2006-11-09 20:34:33 +0000
  • f930c303fb Made the Boost logo link to the home page Peter Dimov 2005-09-25 21:54:19 +0000
  • 63e020677a Add comment explaining use of assert.h Beman Dawes 2005-02-21 12:32:20 +0000
  • 10bb5612a8 c++boost.gif -> boost.png replacement Aleksey Gurtovoy 2004-10-05 15:45:52 +0000
  • 8f21ef02b4 added explicit return to main Joaquín M. López Muñoz 2004-09-24 06:17:26 +0000
  • 2186daa15f taken care of BOOST_NO_STDC_NAMESPACE Joaquín M. López Muñoz 2004-09-22 17:18:06 +0000
  • b3cbbcd157 Converted to Boost Software License, Version 1.0 Douglas Gregor 2004-07-26 00:32:12 +0000
  • 56b3a933f1 _MSC_VER use clarified. Peter Dimov 2003-11-28 15:35:21 +0000
  • 4bf34fe7fb -Wundef fixes. Peter Dimov 2003-06-12 17:09:24 +0000
  • 311ba57d5d IBM C++ support added. Peter Dimov 2003-05-28 13:45:58 +0000
  • 3ed6515a2a Intel support. Peter Dimov 2003-05-23 22:30:23 +0000
  • fe022231af __func__ is a predefined identifier, not a macro. Peter Dimov 2003-02-10 16:25:41 +0000
  • b8e53506cc Doc link updated. Peter Dimov 2002-12-24 12:34:42 +0000
  • a234c7dc84 Add /libs/lib-name to comment Beman Dawes 2002-12-23 02:43:12 +0000
  • 694783127b Fix: Comeau with bcc32 as backend defines __BORLANDC__ as 1. Peter Dimov 2002-11-28 13:32:44 +0000
  • 8b3775a148 Metrowerks support (Bertolt Mildner) Peter Dimov 2002-11-15 19:44:18 +0000
  • 41dc437de1 New BOOST_ASSERT, including documentation. Peter Dimov 2002-11-14 16:09:29 +0000
  • a4645917d7 BOOST_CURRENT_FUNCTION documentation added. Peter Dimov 2002-11-14 14:41:25 +0000
  • 66baadce55 Added tests for the new smart pointers. Peter Dimov 2002-01-25 13:54:30 +0000
  • 92f489c14c Mark inline to avoid warning with "require prototypes" on. Darin Adler 2002-01-24 19:15:30 +0000
  • 70fd9789be Tweak comments. Include <assert.h> and <boost/current_function.hpp> only when needed. Darin Adler 2002-01-22 18:28:33 +0000
  • e3ab83e770 Smart pointer enhancements, initial commit Peter Dimov 2002-01-22 13:38:52 +0000
  • de5f034207 Remove README.md Peter Dimov 2014-01-02 16:06:05 +0200
  • 45ebcc5372 Initial commit Peter Dimov 2014-01-02 05:44:48 -0800