VirtualBox

source: vbox/trunk/include/iprt/cdefs.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @83813   5 years vboxsync iprt/cdefs.h: Added RT_BIT_Z the returns size_t to help deal with …
(edit) @83729   5 years vboxsync iprt/cdefs.h: _MSC_VER values for 2017 and 2019. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81905   5 years vboxsync iprt/cdefs.h: Added a CTX_EXPR(a_R3Expr, a_R0Expr, a_RCExpr) macro for …
(edit) @81869   5 years vboxsync iprt/cdefs.h: Adding RT_SAFE_SUBSCRIPT (with variations) for safer …
(edit) @81649   5 years vboxsync Linux 5.4: no more arbitrary executable pages and more changes, …
(edit) @81549   5 years vboxsync include/iprt/*.h: doxygen adjustments & fixes.
(edit) @81403   5 years vboxsync iprt/cdefs.h: More time constants. bugref:9218
(edit) @81374   5 years vboxsync iprt/cdefs.h: doxygen markup interfers with @def X86, AMD64
(edit) @81369   5 years vboxsync *: doxygen fixes
(edit) @80535   5 years vboxsync VMM,Devices: Some PDM device model refactoring. [doxyfix] bugref:9218
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @77119   6 years vboxsync cdefs.h: Explicitly cast the result of RT_BYTE[1..7]() to uint8_t to …
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76557   6 years vboxsync include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @75294   6 years vboxsync iprt/cdefs.h: Fixed RT_NOREF11.
(edit) @75132   6 years vboxsync iprt/asm.h,cdefs.h: More watcom adjustments.
(edit) @75131   6 years vboxsync iprt/asm*.h,VMMDev.h: Watcom adjustments.
(edit) @73906   6 years vboxsync iprt/cdefs.h: Added wrappers for the C++ noexcept keyword.
(edit) @73904   6 years vboxsync iprt/cdefs.h: Adjust RT_RESERVE for g++ to avoid pedantic warnings.
(edit) @73891   6 years vboxsync iprt/cdefs.h: Added RT_OVERRIDE as a wrapper for the C++11 override …
(edit) @73101   6 years vboxsync Added RT_FROM_MEMBER_DYN for use in cases like pic_poll_read.
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72774   6 years vboxsync IPRT: g/c duplicate test
(edit) @71701   7 years vboxsync iprt/cdefs.h: Use lfence for RT_UNTRUSTED_VALIDATED_FENCE on both …
(edit) @71602   7 years vboxsync iprt/cdefs.h: Introduced a couple of more macros for paranoid handling …
(edit) @71589   7 years vboxsync iprt/cdefs.h: Added macros for marking various types of untrusted data.
(edit) @69686   7 years vboxsync /include/: darwin header tweaks
(edit) @69105   7 years vboxsync include/iprt/: (C) year
(edit) @69010   7 years vboxsync iprt/cdefs.h: Introduced RT_FALL_THROUGH() and the alias …
(edit) @68572   7 years vboxsync merging vbglioc r117744: iprt: Introducing RT_FAR and friends to deal …
(edit) @67187   8 years vboxsync iprt/cdefs: shut up gcc about ignoring nothrow attribute for ancient …
(edit) @66933   8 years vboxsync iprt/cdefs.h: Added RT_UOFFSET_AFTER, shorthand for RT_UOFFSETOF + …
(edit) @66854   8 years vboxsync iprt/cdefs: use the reliable foo[1] style for flexible arrays with gcc …
(edit) @66851   8 years vboxsync doxygen (at least version 1.8.13) workaround (fix?)
(edit) @66849   8 years vboxsync iprt/cdefs.h: adapted RT_THROW for gcc 7 and simplified it for VC
(edit) @66772   8 years vboxsync iprt/cdefs.h: clang and RT_FLEXIBLE_ARRAY, take 1.
(edit) @66100   8 years vboxsync iprt/cdefs.h: Added RT_FLEXIBLE_ARRAY_IN_UNION and …
(edit) @66098   8 years vboxsync iprt/cdefs.h: Added RT_FLEXIBLE_ARRAY_IN_UNION and …
(edit) @66089   8 years vboxsync iprt/cdefs.h: Another RT_FLEXIBLE_ARRAY note reading unions and gcc.
(edit) @66086   8 years vboxsync iprt/cdefs.h: gcc 6.1 seems to be the cut-off for using [] arrays in …
(edit) @66083   8 years vboxsync iprt/cdefs.h: RT_FLEXIBLE_ARRAY: g++ 5.4.0 throws pedantic warning …
(edit) @66081   8 years vboxsync iprt/cdefs.h: RT_FLEXIBLE_ARRAY: g++ 4.9.x throws pedantic warning …
(edit) @66079   8 years vboxsync iprt/cdefs.h: Added RT_FLEXIBLE_ARRAY_NESTED to deal with MSC/GCC …
(edit) @66064   8 years vboxsync iprt/cdefs.h: Adding a RT_FLEXIBLE_ARRAY macro.
(edit) @65873   8 years vboxsync typo
(edit) @65870   8 years vboxsync iprt/cdefs.h: Added RT_CONCAT7, RT_CONCAT8, RT_CONCAT9.
(edit) @64902   8 years vboxsync iprt/asmdefs.h, cdefs.h: comment typo
(edit) @63954   8 years vboxsync cdefs.h: Fix RT_NOREF9
(edit) @63413   8 years vboxsync iprt/cdefs.h: Changed RTCALL to use cdecl (and regparm) in the …
(edit) @63247   8 years vboxsync iprt/cdefs.h: Clarification of RTDECL*() and the general XXXX_DECL* …
(edit) @62901   8 years vboxsync iprt/cdefs.h: Added RT_NOREF(...) - the C99 version of the …
(edit) @62669   8 years vboxsync three more
(edit) @62636   8 years vboxsync cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and …
(edit) @62624   8 years vboxsync iprt/cdefs.h: Added 6 RT_NOREFn(...) macros as shorthand for RT_NOREF_PV.
(edit) @62473   8 years vboxsync (C) 2016
(edit) @62426   8 years vboxsync iprt/cdefs.h: RT_LO_U8,U16,U32: workaround for level 4 MSC warnings …
(edit) @62362   8 years vboxsync pragma gcc ignored does not work inside functions with gcc < 4.6
(edit) @62358   8 years vboxsync *: renamed RT_GCC_NO_DEPRECATED_BEGIN/END => …
(edit) @62155   8 years vboxsync introduced RT_GCC_NO_DEPRECATED_BEGIN / RT_GCC_NO_DEPRECATED_END
(edit) @60964   9 years vboxsync iprt/cdefs.h: Added RT_CLANG_PREREQ macros. Added RT_NOREF_PV macro …
(edit) @60843   9 years vboxsync iprt/cdefs.h: Added RT_MSC_PREREQ, RT_MSC_PREREQ_EX and …
(edit) @60192   9 years vboxsync iprt/cdefs.h: Added 'static' to DECLINLINE for C++ and MSC to prevent …
(edit) @60077   9 years vboxsync introduced RT_GNUC_PREREQ
(edit) @60023   9 years vboxsync iprt/cdefs.h,setjmp.h: Added DECL_RETURNS_TWICE and renamed …
(edit) @60007   9 years vboxsync iprt/cdefs.h: RT_ARCH_XXX and ARCH_BITS checks.
(edit) @59664   9 years vboxsync iprt/cdefs.h: RT_CONCAT5 and RT_CONCAT6.
(edit) @59310   9 years vboxsync iprt/*.h: 16-bit watcom / DOS adjustments.
(edit) @59002   9 years vboxsync iprt/cdefs.h: doxygen fix
(edit) @58960   9 years vboxsync iprt/cdefs.h: Added RT_COMPILER_SUPPORTS_VA_ARGS, …
(edit) @58955   9 years vboxsync iprt/cdefs.h: Added the RT_BF_SET and RT_BF_CLEAR macros.
(edit) @58953   9 years vboxsync iprt/cdefs.h: Added generic bit field access macros RT_BF_GET, …
(edit) @58790   9 years vboxsync iprt/cdefs.h: RTCALL should be cdecl for WATCOMC. (external asm …
(edit) @58787   9 years vboxsync iprt/cdefs.h: Fixed the size constants (grp_rt_cdefs_size) for 16-bit, …
(edit) @58702   9 years vboxsync iprt/cdefs.h: Introduced RT_FAR_DATA for 16-bit code and adjusted …
(edit) @58623   9 years vboxsync iprt/cdefs.h: Watcom & 16-bit adjustments.
(edit) @58177   9 years vboxsync iprt/cdefs.h,VBoxGuestR3LibAdditions.cpp: Added RT_LSTR for prefixing …
(edit) @57944   9 years vboxsync iprt: More doxygen corrections.
(edit) @57926   9 years vboxsync IPRT: Doxygen clenaups (mostly).
(edit) @57572   9 years vboxsync IPRT: Started on accessing system certificate stores to get SSL roots …
(edit) @57433   9 years vboxsync cdefs.h: typo
(edit) @57432   9 years vboxsync iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros …
(edit) @57430   9 years vboxsync iprt/cdefs.h: Attempt at fixing lnx32-rel build problem in the NAT daemon.
(edit) @57336   9 years vboxsync iprt/cdefs.h,PGMDbg.cpp: Align DECLASM and DECLCALLBACK (and the rest) …
(edit) @57004   9 years vboxsync iprt,*: Marked all format strings in the C part of IPRT and fixed the …
(edit) @56919   9 years vboxsync Introducing RT_IPRT_FORMAT_ATTR for the purpose of marking functions …
(edit) @56291   9 years vboxsync include: Updated (C) year.
(edit) @56137   10 years vboxsync Comment typo.
(edit) @56009   10 years vboxsync IPRT/cdefs.h: Typos.
(edit) @55957   10 years vboxsync Tag RT_UNLIKELY as 'deprecated'.
(edit) @55951   10 years vboxsync iprt/cdefs.h,iprt/err.h: More or less deprecated RT_UNLIKELY and …
(edit) @55468   10 years vboxsync iprt/cdefs.h: Forgot to fix a silly typo, extended the docs.
(edit) @55464   10 years vboxsync iprt/cdefs.h: Added RT_COMPILER_SUPPORTS_LAMDA.
(edit) @55192   10 years vboxsync gcc 5 is very picky regarding FUNCTION and PRETTY_FUNCTION in …
(edit) @55124   10 years vboxsync s/targetting/targeting/
(edit) @55071   10 years vboxsync iprt/cdefs: use this magic with gcc >= 4.4 as it may trigger the …
(edit) @54455   10 years vboxsync iprt/cdefs.h,VBoxDrvGip.cpp: Using noinline instead of noinline in …
(edit) @52565   10 years vboxsync include/iprt/cdefs.h: try fixing the internal compiler error exposed …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette