VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @52495   10 years vboxsync Runtime: cdefs.h changes to avoid warnings from some g++ versions …
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @49766   11 years vboxsync RT_LO_U16 fix.
(edit) @48572   11 years vboxsync asm-amd64-x86.h: Use writeeflags and readeflags with visual C++. …
(edit) @47435   11 years vboxsync iprt/cdefs.h: RT_INLINE_ASM_USES_INTRIN = major MSC version number so …
(edit) @46690   11 years vboxsync VisualAge for C++: Example of why we're using DECL macros, …
(edit) @46033   12 years vboxsync RT_OPSYS adjustments.
(edit) @46024   12 years vboxsync iprt/cdefs.h: Added RT_OPSYS and RT_OPSYS_XXX, a value based version …
(edit) @45968   12 years vboxsync Ldr,Dbg: DWARF and ELF hacking in progress.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41307   13 years vboxsync Runtime/common/log/log: make g_Logger weak which is the better solution
(edit) @41006   13 years vboxsync iprt/cdefs.h: _2K, _8K and _16K.
(edit) @40945   13 years vboxsync iprt: dance with NULL.
(edit) @40874   13 years vboxsync Apply cdecl/regparm for RTCALL only on x86, like below for DECLASM.
(edit) @40873   13 years vboxsync iprt/cdefs.h: the regparm(0) addition in DECLASM caused a lot of …
(edit) @40869   13 years vboxsync MSC v7.1 build fix.
(edit) @40838   13 years vboxsync iprt/cdefs.h: The MSC equivalent of PRETTY_FUNCTION is FUNCSIG.
(edit) @40557   13 years vboxsync RT_STR_TUPLE: Switch the length and string so it'll work with …
(edit) @40427   13 years vboxsync iprt/cdefs: gcc-4.7 fix: Make DECLASM compatible with DECLCALLBACK. …
(edit) @40404   13 years vboxsync iprt/cdefs.h: Added RT_STR_TUPLE.
(edit) @39457   13 years vboxsync iprt/cdefs.h: Added decimal grouping macros (RT_Dn).
(edit) @39455   13 years vboxsync A few arm bits from down stairs.
(edit) @39015   13 years vboxsync PDMAsyncCompletion.cpp: Addressed out of bound indexing of …
(edit) @38738   13 years vboxsync Less Assert redefinition, adding RT_NO_STRICT to help.
(edit) @37535   13 years vboxsync iprt/cdefs.h: RT_HI/LO_Uxx macros.
(edit) @37012   14 years vboxsync iprt/cdefs.h: DECL_NO_INLINE typo.
(edit) @36767   14 years vboxsync iprt/cdefs.h: Added RT_CONCAT, RT_CONCAT3 and RT_CONCAT4 for use with …
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36169   14 years vboxsync iprt/cdefs.h: DECL_FORCE_INLINE: always_inline -> always_inline to …
(edit) @35510   14 years vboxsync iprt/cdefs.h: Added RT_GCC_EXTENSION, …
(edit) @34378   14 years vboxsync iprt/cdefs.h: Added RT_IS_POWER_OF_TWO.
(edit) @33692   14 years vboxsync iprt/cdefs.h: Added RT_FROM_CPP_MEMBER for shutting up mr noisy (g++).
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33535   14 years vboxsync fortify does not like builtin_expect()
(edit) @33340   14 years vboxsync cdefs: added RT_BOOL
(edit) @33169   14 years vboxsync iprt/cdefs.h: time constants.
(edit) @32531   14 years vboxsync Main/Medium+MediumFormat+GuestOSType+SystemPropertiesImpl+Console+Globa …
(edit) @32455   14 years vboxsync iprt/defs.h: Applied patch addressing RT_VALID_PTR for user mode on …
(edit) @30995   14 years vboxsync cdefs.h: docs
(edit) @29274   15 years vboxsync iprt/cdefs.h: Adjusted RT_VALID_PTR for solaris.sparc64, seems the …
(edit) @29266   15 years vboxsync fix 64-bit sparc detection and correct the break instruction for same.
(edit) @29263   15 years vboxsync sparc adjustments.
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27616   15 years vboxsync iprt/cdefs.h: nop not nope. duh.
(edit) @27615   15 years vboxsync include,tools/env.sh: applying sparc patches.
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26226   15 years vboxsync s/RTGCDECL/RTGCDECL/g
(edit) @26224   15 years vboxsync s/IN_RT_GC/IN_RT_RC/g
(edit) @26011   15 years vboxsync iprt/cdefs.h: build fix.
(edit) @26007   15 years vboxsync iprt/cdefs.h: Fixed sign compare gcc warning when using RT_BSWAP_U16 …
(edit) @26006   15 years vboxsync iprt/cdefs.h: Fixed sign compare gcc warning when using RT_BSWAP_U16 …
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25821   15 years vboxsync iprt/cdefs.h: builtin_constant_p for RT_BSWAP_* with gcc
(edit) @25748   15 years vboxsync iprt/cdefs,*: Use RT_LOCK_STRICT and RT_LOCK_STRICT_ORDER for …
(edit) @25645   15 years vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @25475   15 years vboxsync iprt/cdefs.h: drop the lisp.
(edit) @25403   15 years vboxsync IPRT: Added RT_CLAMP macro.
(edit) @22801   15 years vboxsync iprt/cdefs.h: Added DECL_INVALID(type).
(edit) @21398   15 years vboxsync iprt/cdefs.h: cosmetics.
(edit) @21397   15 years vboxsync iprt/cdefs.h: RT_THROW should be a noop on MSC - limited to 14.00 atm, …
(edit) @21392   15 years vboxsync iprt/cdefs.h: Restored RT_THROW.
(edit) @21391   15 years vboxsync IPRT: simplify r49759 (not needed)
(edit) @21390   15 years vboxsync iprt/cdefs.h: RT_EXCEPTIONS_ENABLED, RT_THROW and RT_THROW_BAD_ALLOC.
(edit) @21109   15 years vboxsync iprt/cdefs.h: Fixed RT_FROM_MEMBER.
(edit) @21092   15 years vboxsync iprt/cdefs.h: Added RT_STR(str) and RT_XSTR(str).
(edit) @21084   15 years vboxsync iprt/cdefs.h: RT_DECL_CLASS.
(edit) @20375   16 years vboxsync iprt/cdefs.h: removed the obsolete BEGIN_DECLS and END_DECLS macros.
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