summaryrefslogtreecommitdiff
path: root/include/iprt/assert.h
Commit message (Expand)AuthorAgeFilesLines
* include/iprt/: (C) yearvboxsync2017-10-171-1/+1
* Split out the compile time assertions from iprt/assert.h and put them in iprt...vboxsync2017-09-061-205/+1
* iprt/assert.h: Watcom is picky about RTASSERT_OFFSET_OF too, at least in C++ ...vboxsync2017-09-031-0/+2
* gcc 7: added 'break' to the 'else' case of all Assert*Break() macros. The gcc...vboxsync2017-03-061-28/+56
* AssertCompileNS: __attribute__((unused)) -> __attribute__((__unused__))vboxsync2016-08-141-1/+1
* iprt/assert.h: Added AssertNtStatus and AssertNtStatusSuccess for use in driv...vboxsync2016-08-051-0/+24
* iprt/assert.h: static_assert detection for clang.vboxsync2016-05-121-0/+5
* iprt/assert.h: docs.vboxsync2016-03-171-24/+16
* Main/VirtualBoxClient: more early failure fixes, complementing the VirtualBox...vboxsync2016-03-161-1/+40
* AssertContinue should continue, not break.vboxsync2016-03-151-2/+2
* introduced AssertContinue()vboxsync2016-03-151-1/+25
* IPRT: Doxygen clenaups (mostly).vboxsync2015-09-281-4/+4
* Introducing RT_IPRT_FORMAT_ATTR for the purpose of marking functions working ...vboxsync2015-07-111-8/+8
* more RT_GCC_EXTENSION required for gcc-5vboxsync2015-06-111-9/+9
* Update (C) while at it.vboxsync2015-05-141-1/+1
* iprt/assert.h: Replaced 'if (RT_UNLIKELY(!(expr)))' with 'if (RT_LIKELY(!!(ex...vboxsync2015-05-141-67/+176
* gcc 5 is very picky regarding __FUNCTION__ and __PRETTY_FUNCTION__ in C90 codevboxsync2015-04-101-4/+4
* include/**: Whitespace cleanup by scm.vboxsync2013-10-071-2/+2
* EM: Started on HM single stepping for IEM verification purposes. Trying to fi...vboxsync2013-08-081-0/+17
* iprt/assert.h: VisualAge for C++ doesn't like using RT_OFFSETOF or typdefs ei...vboxsync2013-06-191-73/+33
* Haiku Additions.vboxsync2012-09-201-1/+1
* iprt/assert.h: Added ifndef RTASSERT_DONT_PANIC check around RTAssertPanic. T...vboxsync2012-08-281-2/+2
* iprt/assert.h: AssertRCSuccess() shall NOREF the argument just like AssertRC().vboxsync2011-10-191-1/+1
* iprt/assert.h: addendum to r72121vboxsync2011-06-071-1/+1
* PGM: Fixed locking issues in PGMR3PhysMMIORegister and PGMR3PhysMMIODeregiste...vboxsync2011-06-071-12/+77
* include/: a/an nitsvboxsync2011-04-061-1/+1
* iprt/assert.h: Added AssertLogRelMsgStmt, AssertLogRelMsgReturnStmt, AssertLo...vboxsync2010-10-271-0/+66
* Runtime/assert: add AssertReturnVoidStmt and AssertMsgRCReturnVoidStmtvboxsync2010-09-211-1/+24
* iprt/assert.h: Use static_assert with g++ when available. Added AssertCompile...vboxsync2010-06-161-6/+20
* commentvboxsync2010-06-161-0/+1
* iprt/assert.h: copy & past...vboxsync2010-06-161-2/+2
* iprt/assert.h: Added AssertCompileMembersAtSameOffset, AssertCompileMembersSa...vboxsync2010-06-161-1/+67
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* iprt/assert.h: Use __builtin_offsetof for all gcc 4.x.x variants and flavors.vboxsync2010-04-271-4/+4
* iprt/assert.h: gcc-4.5 warning fix for AssertCompileMemberAlignmentvboxsync2010-04-251-1/+1
* iprt/assert.h: fixed AssertCompileMemberAlignment for recent gcc versions (es...vboxsync2010-04-231-1/+1
* iprt/assert.h: Added AssertCompileAdjacentMembers.vboxsync2010-04-221-0/+19
* include,tools/env.sh: applying sparc patches.vboxsync2010-03-231-14/+1
* pdmifs.h: the penultimate batch of refactored interface ID code.vboxsync2010-01-231-0/+31
* Some more doxygen fixes, now for Core.docs.vboxsync2010-01-051-1/+5
* IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.vboxsync2010-01-051-3/+3
* iprt/assert.h: RTASSERT_QUIET for shutting up assertions in code that is invo...vboxsync2009-12-211-0/+10
* iprt/assert.h: Added RTAssertMsg2Add[Weak][V] for dumping the lock deadlock c...vboxsync2009-12-211-1/+34
* IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, AssertMsg2Weak, ...vboxsync2009-12-201-90/+100
* iprt/assert.h: Added a quiet and maypanic setting so it's possible to do nega...vboxsync2009-12-201-0/+31
* iprt/assert.h: AssertStmt.vboxsync2009-11-171-0/+27
* iprt/assert.h: added AssertCompile2MemberOffsets.vboxsync2009-07-251-0/+19
* comment typovboxsync2009-07-161-48/+48
* *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/gvboxsync2009-06-081-4/+4
* iprt/*: __BEGIN_DECLS -> RT_BEGIN_DECLS; __END_DECLS -> RT_END_DECLS.vboxsync2009-06-081-4/+4