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