Changeset 8165 in vbox for trunk/include
- Timestamp:
- Apr 18, 2008 4:45:11 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29875
- Location:
- trunk/include/iprt
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/memory
r8163 r8165 4 4 5 5 /* 6 * Copyright (C) 2007 innotek GmbH6 * Copyright (C) 2007 Sun Microsystems, Inc. 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 18 18 #define ___iprt_memory___ 19 19 20 /** @defgroup grp_rt_cppx_memory innotekPortable Runtime C++ Extensions: memory20 /** @defgroup grp_rt_cppx_memory Incredibly Portable Runtime C++ Extensions: memory 21 21 * @ingroup grp_rt_cppx 22 22 * @{ -
trunk/include/iprt/nocrt/amd64/fenv.h
r8155 r8165 1 1 /** @file 2 * innotekPortable Runtime / No-CRT - fenv.h, AMD64.2 * Incredibly Portable Runtime / No-CRT - fenv.h, AMD64. 3 3 */ 4 4 -
trunk/include/iprt/nocrt/amd64/math.h
r8155 r8165 1 1 /** @file 2 * innotekPortable Runtime / No-CRT - math.h, AMD inlined functions.2 * Incredibly Portable Runtime / No-CRT - math.h, AMD inlined functions. 3 3 */ 4 4 -
trunk/include/iprt/nocrt/compiler/compiler.h
r8155 r8165 1 1 /** @file 2 * innotekPortable Runtime / No-CRT - compiler specifics.2 * Incredibly Portable Runtime / No-CRT - compiler specifics. 3 3 */ 4 4 -
trunk/include/iprt/nocrt/compiler/gcc.h
r8155 r8165 1 1 /** @file 2 * innotekPortable Runtime / No-CRT - GCC specifics.2 * Incredibly Portable Runtime / No-CRT - GCC specifics. 3 3 * 4 4 * A quick hack for freebsd where there are no separate location -
trunk/include/iprt/nocrt/fenv.h
r8155 r8165 1 1 /** @file 2 * innotekPortable Runtime / No-CRT - fenv.h wrapper.2 * Incredibly Portable Runtime / No-CRT - fenv.h wrapper. 3 3 */ 4 4 -
trunk/include/iprt/nocrt/inttypes.h
r8155 r8165 1 1 /** @file 2 * innotekPortable Runtime / No-CRT - Our minimal inttypes.h.2 * Incredibly Portable Runtime / No-CRT - Our minimal inttypes.h. 3 3 */ 4 4 -
trunk/include/iprt/nocrt/limits.h
r8155 r8165 1 1 /** @file 2 * innotekPortable Runtime / No-CRT - Our own limits header.2 * Incredibly Portable Runtime / No-CRT - Our own limits header. 3 3 */ 4 4 -
trunk/include/iprt/nocrt/math.h
r8155 r8165 1 1 /** @file 2 * innotekPortable Runtime / No-CRT - math.h.2 * Incredibly Portable Runtime / No-CRT - math.h. 3 3 */ 4 4 -
trunk/include/iprt/nocrt/setjmp.h
r8155 r8165 1 1 /** @file 2 * innotekPortable Runtime / No-CRT - Our own setjmp header.2 * Incredibly Portable Runtime / No-CRT - Our own setjmp header. 3 3 */ 4 4 -
trunk/include/iprt/nocrt/stdarg.h
r8155 r8165 1 1 /** @file 2 * innotekPortable Runtime / No-CRT - stdarg.h (-> iprt/stdarg.h).2 * Incredibly Portable Runtime / No-CRT - stdarg.h (-> iprt/stdarg.h). 3 3 */ 4 4 -
trunk/include/iprt/nocrt/stddef.h
r8155 r8165 1 1 /** @file 2 * innotekPortable Runtime / No-CRT - stddef.h (-> iprt/types.h).2 * Incredibly Portable Runtime / No-CRT - stddef.h (-> iprt/types.h). 3 3 */ 4 4 -
trunk/include/iprt/nocrt/stdlib.h
r8155 r8165 1 1 /** @file 2 * innotekPortable Runtime / No-CRT - Our minimal stdlib.h.2 * Incredibly Portable Runtime / No-CRT - Our minimal stdlib.h. 3 3 */ 4 4 -
trunk/include/iprt/nocrt/string.h
r8155 r8165 1 1 /** @file 2 * innotekPortable Runtime / No-CRT - string.h.2 * Incredibly Portable Runtime / No-CRT - string.h. 3 3 */ 4 4 -
trunk/include/iprt/nocrt/x86/fenv.h
r8155 r8165 1 1 /** @file 2 * innotekPortable Runtime / No-CRT - fenv.h, X86.2 * Incredibly Portable Runtime / No-CRT - fenv.h, X86. 3 3 */ 4 4 -
trunk/include/iprt/nocrt/x86/math.h
r8155 r8165 1 1 /** @file 2 * innotekPortable Runtime / No-CRT - math.h, x86 inlined functions.2 * Incredibly Portable Runtime / No-CRT - math.h, x86 inlined functions. 3 3 */ 4 4
Note:
See TracChangeset
for help on using the changeset viewer.