2
0
mirror of https://github.com/boostorg/assert.git synced 2026-01-22 17:12:08 +00:00
Commit Graph

89 Commits

Author SHA1 Message Date
Peter Dimov
030cc889dc Merge branch 'develop' boost-1.56.0 boost-1.57.0 2014-03-08 01:19:36 +02:00
Peter Dimov
399cd2a6b0 Refactor; avoid double inclusion of <assert.h> 2014-03-01 01:22:30 +02:00
Peter Dimov
f81dff382f Add two more tests. 2014-03-01 01:08:26 +02:00
Peter Dimov
2ac0140db3 Merge branch 'develop' 2014-03-01 00:51:31 +02:00
Peter Dimov
cadefaf30f Merge pull request #3 from danieljames/feature/add-metadata
Metadata pull request against develop, with version included.
2014-02-28 02:03:40 +02:00
Daniel James
651bbd279e Add version that assert was first introduced. 2014-02-27 23:35:41 +00:00
Daniel James
041a02fc43 Add metadata. 2014-02-27 22:57:52 +00:00
Peter Dimov
8aee214568 Merge branch 'develop' 2014-02-24 16:16:04 +02:00
Peter Dimov
f5efafad1f Fix failures when __FILE__ contains backslashes 2014-02-13 17:47:28 +02:00
Peter Dimov
acc7d1b99f Add index.html 2014-02-12 16:20:42 +02:00
Peter Dimov
ab22a23e94 Add index.html 2014-02-12 16:19:54 +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
ac6a6a27aa Merge branch 'develop' 2014-02-11 19:45:53 +02:00
Peter Dimov
a2da83b260 Move test files into test/ 2014-02-11 19:38:07 +02:00
Peter Dimov
38563c506e Merge branch 'develop' 2014-02-09 16:57:22 +02:00
Peter Dimov
69590ce168 Add .gitattributes 2014-02-09 16:56:45 +02:00
Peter Dimov
ca7d4920fc Merge branch 'develop' 2014-01-02 16:34:14 +02:00
Peter Dimov
2d082ede2f Add test/Jamfile.v2 2014-01-02 16:33:51 +02:00
Peter Dimov
3ad66c65a2 Merge branch 'master' into develop 2014-01-02 16:20:12 +02:00
Peter Dimov
95467c3fc8 Merge branch 'develop' 2014-01-02 16:15:08 +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
Andrey Semashev
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.
[SVN r84682]
2014-01-02 16:13:23 +02:00
Vicente J. Botet Escriba
5bfb183ec5 Assert: rollback [82428].
[SVN r83431]
2014-01-02 16:13:23 +02:00
Vicente J. Botet Escriba
8105f2e314 Assert: take care of #7028.
[SVN r83428]
2014-01-02 16:13:23 +02:00
John Maddock
50e523b1bc Apply patch from #5607. Refs #5607.
[SVN r72580]
2014-01-02 16:13:22 +02:00
David Deakins
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)
[SVN r68982]
2014-01-02 16:13:22 +02:00
Beman Dawes
50416333b6 Remove BOOST_ENABLE_ASSERT_MSG_HANDLER; use BOOST_ENABLE_ASSERT_HANDLER in its stead
[SVN r68423]
2014-01-02 16:13:21 +02:00
Beman Dawes
fada0c5125 Add BOOST_ASSERT_MSG. Add macros to configure output stream.
[SVN r68414]
2014-01-02 16:13:21 +02:00
Daniel James
dd8edeacda Stop inspect complaining that assert is used in BOOST_ASSERT.
[SVN r66574]
2014-01-02 16:13:20 +02:00
Peter Dimov
6ef45db59d Added a sentence with a brief explanation of the intended uses of BOOST_VERIFY.
[SVN r40731]
2014-01-02 16:13:20 +02:00
Peter Dimov
5392fc5a1c BOOST_VERIFY added.
[SVN r40728]
2014-01-02 16:13:20 +02:00
Peter Dimov
c2521c2558 License/copyright edits
[SVN r35958]
2014-01-02 16:13:19 +02:00
Peter Dimov
d43862ab95 Digital Mars support (Pavel Vozenilek)
[SVN r34373]
2014-01-02 16:13:19 +02:00
Peter Dimov
8d5cc3468b Made the Boost logo link to the home page
[SVN r31112]
2014-01-02 16:13:18 +02:00
Beman Dawes
c5baaca438 Add comment explaining use of assert.h
[SVN r27473]
2014-01-02 16:13:18 +02:00
Aleksey Gurtovoy
328658e097 c++boost.gif -> boost.png replacement
[SVN r25573]
2014-01-02 16:13:17 +02:00
Joaquín M. López Muñoz
60ba31a018 added explicit return to main
[SVN r25387]
2014-01-02 16:13:17 +02:00
Joaquín M. López Muñoz
6ad5ec4810 taken care of BOOST_NO_STDC_NAMESPACE
[SVN r25345]
2014-01-02 16:13:17 +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
b01a947078 __func__ is a predefined identifier, not a macro.
[SVN r17308]
2014-01-02 16:13:14 +02:00
Peter Dimov
32ec5215ee Doc link updated.
[SVN r16699]
2014-01-02 16:13:14 +02:00
Beman Dawes
eff0219959 Add /libs/lib-name to comment
[SVN r16685]
2014-01-02 16:13:13 +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