VirtualBox

root/trunk/include/iprt/cdefs.h


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @14013 [14013] 11/10/08 14:46:22 vboxsync RT_LODWORD/RT_HIDWORD must cast the result to uint32_t.
(edit) @13836 [13836] 11/05/08 03:42:54 vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13832 [13832] 11/05/08 03:01:12 vboxsync IN_GC -> IN_RC.
(edit) @13211 [13211] 10/13/08 14:13:11 vboxsync iprt/cdefs.h: typo (LODWORD -> HIDWORD)
(edit) @13210 [13210] 10/13/08 14:05:23 vboxsync Typo.
(edit) @13209 [13209] 10/13/08 14:00:29 vboxsync too many f's
(edit) @13208 [13208] 10/13/08 13:57:51 vboxsync iprt: added RT_LODWORD and RT_HIDWORD.
(edit) @12676 [12676] 09/24/08 09:16:22 vboxsync cdefs.h: Added CTX_MID, CTX_MID_Z and CTX_SUFF_Z. The latte two combines …
(edit) @12636 [12636] 09/22/08 15:06:46 vboxsync iprt/cdefs.h: retired GCTYPE.
(edit) @11310 [11310] 08/09/08 01:28:37 vboxsync iprt/cdefs.h: GCSTRING -> RCSTRING
(edit) @11309 [11309] 08/09/08 01:25:08 vboxsync iprt: Retired HCSTRING, replaced by R3STRING.
(edit) @11225 [11225] 08/07/08 20:26:08 vboxsync iprt/cdefs.h: No more DECLGCCALLBACKMEMBER
(edit) @11207 [11207] 08/07/08 17:36:08 vboxsync iprt/cdefs.h: Created a set of byte swapping macros for constants for use …
(edit) @11198 [11198] 08/07/08 00:47:36 vboxsync DECLGCCALLBACKMEMBER -> DECLRCCALLBACKMEMBER
(edit) @11154 [11154] 08/06/08 00:57:27 vboxsync cdefs: new macro - CTX_SUFF - for R3,R0 and RC suffixes.
(edit) @11030 [11030] 07/31/08 17:09:57 vboxsync iprt/cdefs.h: Don't use throw() unless C++ exceptions are enabled.
(edit) @11027 [11027] 07/31/08 14:06:24 vboxsync Disabled RT_NO_THROW on solaris r0.
(edit) @11019 [11019] 07/31/08 00:47:04 vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @11018 [11018] 07/31/08 00:40:35 vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @10998 [10998] 07/30/08 18:22:30 vboxsync iprt: Use the byte swapper routines from iprt/asm.h.
(edit) @10386 [10386] 07/08/08 23:10:33 vboxsync Added IN_RT_STATIC.
(edit) @10384 [10384] 07/08/08 22:43:39 vboxsync VBOX_HAVE_VISIBILITY_HIDDEN -> RT_USE_VISIBILITY_DEFAULT and …
(edit) @10383 [10383] 07/08/08 22:31:25 vboxsync Added DECLHIDDEN.
(edit) @9411 [9411] 06/05/08 13:41:38 vboxsync Use a union for esp & rsp, so they are in-sync.
(edit) @9251 [9251] 05/30/08 15:26:05 vboxsync Define GC_ARCH_BITS if it's missing.
(edit) @9223 [9223] 05/29/08 15:47:32 vboxsync Introduced RTRCPTR type. Raw mode context pointer aka 32 guest context …
(edit) @9212 [9212] 05/29/08 11:38:38 vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE for …
(edit) @9148 [9148] 05/27/08 11:21:03 vboxsync More 64 bits guest preps
(edit) @9145 [9145] 05/27/08 10:36:18 vboxsync More 64 bits guest updates
(edit) @8614 [8614] 05/06/08 12:06:50 vboxsync Retired MAKE_U32_FROM_U8.
(edit) @8563 [8563] 05/05/08 13:48:05 vboxsync VALID_PHYS32_PTR -> VALID_PHYS32. Fixed AssertGCPhys32 string. Moved the …
(edit) @8530 [8530] 05/02/08 12:55:54 vboxsync GCPTRTYPE will always be a 32 bits GC pointer.
(edit) @8245 [8245] 04/21/08 19:24:28 vboxsync rebranding: IPRT files again.
(edit) @8163 [8163] 04/18/08 18:38:25 vboxsync rebrand IPRT
(edit) @8155 [8155] 04/18/08 17:16:47 vboxsync The Big Sun Rebranding Header Change
(edit) @7620 [7620] 03/28/08 11:12:44 vboxsync RTGCPHYS is now 64 bits
(edit) @7200 [7200] 02/28/08 15:46:33 vboxsync RT_WITHOUT_NOCRT_WRAPPER_ALIASES - to drop the alias macros.
(edit) @7176 [7176] 02/27/08 14:35:32 vboxsync fixed typo.
(edit) @7175 [7175] 02/27/08 14:32:57 vboxsync More doxygen fixes.
(edit) @7174 [7174] 02/27/08 14:32:47 vboxsync More doxygen fixes.
(edit) @7170 [7170] 02/27/08 14:20:01 vboxsync Doxygen fixes. (DOXYGEN -> DOXYGEN_RUNNING, ++)
(edit) @6216 [6216] 12/28/07 19:12:24 vboxsync added note to DECLNORETURN
(edit) @6208 [6208] 12/28/07 17:11:59 vboxsync added DECLNORETURN()
(edit) @6173 [6173] 12/21/07 19:57:02 vboxsync Add rudimentary VHD support
(edit) @6076 [6076] 12/14/07 20:23:03 vboxsync Merged dmik/s2 branch (r25959:26751) to the trunk.
(edit) @5999 [5999] 12/07/07 16:05:06 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5963 [5963] 12/05/07 08:51:54 vboxsync -DLINUX not needed anymore
(edit) @5606 [5606] 11/01/07 20:43:40 vboxsync ALIGNP SIZEOFMEMB
(edit) @5605 [5605] 11/01/07 17:09:26 vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5485 [5485] 10/24/07 18:54:08 vboxsync Use inline with GCC instead of inline, since the latter can be …
(edit) @5328 [5328] 10/16/07 14:39:14 vboxsync Fixed VALID_PTR for 64-bit Solaris.
(edit) @5104 [5104] 09/28/07 19:14:52 vboxsync RT_UOFFSETOF
(edit) @4852 [4852] 09/17/07 14:24:15 vboxsync CTR3R0TYPE isn't needed.
(edit) @4807 [4807] 09/14/07 18:10:39 vboxsync DECLCALLBACKPTR and DECLCALLBACKMEMBER aren't supposed to be ring-3 only.
(edit) @4787 [4787] 09/14/07 11:08:56 vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4755 [4755] 09/13/07 10:05:08 vboxsync Reverse allocation for Windows hosts: physical pages are allocated in the …
(edit) @4697 [4697] 09/11/07 13:13:15 vboxsync Force R3 context for DECLCALLBACKMEMBER & DECLCALLBACKPTR
(edit) @4071 [4071] 08/07/07 19:07:59 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3642 [3642] 07/16/07 15:29:29 vboxsync darn.
(edit) @3637 [3637] 07/16/07 15:06:53 vboxsync LINUX -> RT_OS_LINUX.
(edit) @3636 [3636] 07/16/07 15:00:42 vboxsync AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86; [OS] (except …
(edit) @3630 [3630] 07/16/07 14:17:02 vboxsync iprt_hdr_h -> _iprt_hdr_h
(edit) @3281 [3281] 06/25/07 18:19:10 vboxsync Made cdefs.h and type.h work with IBM Visual Age for C++ (3.08)
(edit) @3162 [3162] 06/19/07 22:07:27 vboxsync #undef RT_MAX on OS/2.
(edit) @3007 [3007] 06/04/07 10:39:52 vboxsync Moved the template code out of cdefs.h, partly because it didn't belong …
(edit) @2981 [2981] 06/01/07 18:01:28 vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2911 [2911] 05/29/07 13:39:05 vboxsync Backed out 21577 as it was the wrong fix for log.cpp asserting on ring-0 …
(edit) @2906 [2906] 05/29/07 12:56:39 vboxsync Changed VALID_PTR check for Win64.
(edit) @2660 [2660] 05/16/07 13:31:27 vboxsync Runtime: Added missing 'const' to DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP.
(edit) @2443 [2443] 04/30/07 20:42:26 vboxsync fix visibility for incompatible gcc-3.4 compilers
(edit) @2439 [2439] 04/30/07 17:35:26 vboxsync part3 of gcc-3 fix
(edit) @2437 [2437] 04/30/07 17:25:20 vboxsync partly fixed my last commit for gcc-3
(edit) @2435 [2435] 04/30/07 16:58:17 vboxsync with gcc, mark all ELF symbols with visibility=hidden by default and mark …
(edit) @2358 [2358] 04/26/07 18:53:00 vboxsync New VMDK code.
(edit) @2291 [2291] 04/21/07 01:26:42 vboxsync More ring-0/ring-3 type safety (callbacks and PDM symbol resolving).
(edit) @1451 [1451] 03/13/07 17:28:52 vboxsync grr
(edit) @1448 [1448] 03/13/07 17:12:21 vboxsync AssertCompileMemberAlignment? didn't work in C++ code on with gcc 4.1.1 …
(edit) @658 [658] 02/06/07 03:07:48 vboxsync Moved the *ARCH_BITS stuff to cdefs.h.
(edit) @647 [647] 02/05/07 19:33:16 vboxsync VALID_PTR update: when running 32-bit in compatability mode, there might …
(edit) @331 [331] 01/25/07 21:47:51 vboxsync Bool and AMD64 hacking.
(edit) @309 [309] 01/25/07 16:57:38 vboxsync DECLINLINE is supposed to be static of course.
(add) @1 [1] 01/01/70 01:00:00 vboxsync import
Note: See TracRevisionLog for help on using the revision log.

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy