VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @63688   8 years vboxsync asm.h: here as well
(edit) @63687   8 years vboxsync asm.h: next try
(edit) @63686   8 years vboxsync asm.h: ASMBitLastSetU64 fix.
(edit) @63607   8 years vboxsync RTBldProgStrTabQueryString: Return length on success like the …
(edit) @63549   8 years vboxsync scm cleanups
(edit) @63491   8 years vboxsync iprt/types.h: On NetBSD after we include <stdbool.h> undef "bool" it …
(edit) @63430   8 years vboxsync AssertCompileNS: attribute((unused)) -> attribute((unused))
(edit) @63413   9 years vboxsync iprt/cdefs.h: Changed RTCALL to use cdecl (and regparm) in the …
(edit) @63400   9 years vboxsync iprt/asm.h: GCC is a bundle of joy
(edit) @63399   9 years vboxsync iprt/cpuset.h: GCC is a bundle of joy
(edit) @63398   9 years vboxsync iprt/cpuset.h: GCC is a bundle of joy
(edit) @63356   9 years vboxsync iprt/types.h: Kludge for NetBSD-6.x where <sys/types.h> does not …
(edit) @63336   9 years vboxsync iprt/types.h: NetBSD-6 <sys/types.h> doesn't check for C++ when …
(edit) @63313   9 years vboxsync iptr/string.h: support for NetBSD R0 code. From Haomai Wang GSoC …
(edit) @63310   9 years vboxsync wrap shlobj.h
(edit) @63247   9 years vboxsync iprt/cdefs.h: Clarification of RTDECL*() and the general XXXX_DECL* …
(edit) @63236   9 years vboxsync iptr/string.h: All supported releases of FreeBSD have memrchr(3) in …
(edit) @63216   9 years vboxsync Devices: warnings (gcc)
(edit) @63188   9 years vboxsync iprt/string.h: NetBSD declares memrchr(3) in its <string.h> in all …
(edit) @63126   9 years vboxsync warnings
(edit) @63074   9 years vboxsync More wrappers.
(edit) @63072   9 years vboxsync More wrappers.
(edit) @63069   9 years vboxsync intsafe.h wrapper.h
(edit) @63057   9 years vboxsync GA/NT/Graphics: warnings
(edit) @63050   9 years vboxsync iprt/assert.h: Added AssertNtStatus and AssertNtStatusSuccess for use …
(edit) @63039   9 years vboxsync GA/NT/Graphics: warnings
(edit) @63036   9 years vboxsync More wrappers
(edit) @63035   9 years vboxsync oops
(edit) @63034   9 years vboxsync updates
(edit) @63032   9 years vboxsync windef.h wrapper
(edit) @63022   9 years vboxsync fixes
(edit) @63017   9 years vboxsync GA/NT/Graphics: warnings
(edit) @62943   9 years vboxsync iptr/stdint.h: NetBSD support. From Haomai Wang GSoC project with …
(edit) @62942   9 years vboxsync iprt/alloca.h: There's no need to include <malloc.h> on NetBSD too, …
(edit) @62941   9 years vboxsync iprt/alloca.h: Define alloca() IN_RING0 for NetBSD too. While here, …
(edit) @62940   9 years vboxsync iprt/errno.h: For NetBSD kernel code include <sys/stdarg.h>. From …
(edit) @62939   9 years vboxsync iprt/errno.h: For NetBSD kernel code include <sys/errno.h>. From …
(edit) @62938   9 years vboxsync iprt/types.h: NetBSD support based on a patch from Arto Huusko.
(edit) @62934   9 years vboxsync Devices: warnings
(edit) @62930   9 years vboxsync RTUtf16PurgeEncoding: Optimized it a little, adding debug assertion …
(edit) @62916   9 years vboxsync RTStrPurgeEncoding: Optimized it a little, adding debug assertion for …
(edit) @62915   9 years vboxsync IPRT/test: Added RTTestDisableAssertions and RTTestRestoreAssertions …
(edit) @62901   9 years vboxsync iprt/cdefs.h: Added RT_NOREF(...) - the C99 version of the …
(edit) @62896   9 years vboxsync iprt/log.h: fix comment
(edit) @62860   9 years vboxsync iprt/time.h: NetBSD defines structs timeval and timespec in …
(edit) @62811   9 years vboxsync wrap shlwapi.h too.
(edit) @62781   9 years vboxsync Wrap objbase.h + objidl.h too.
(edit) @62780   9 years vboxsync Wrap objbase.h + objidl.h too.
(edit) @62761   9 years vboxsync Wrap ws2tcpip.h too.
(edit) @62723   9 years vboxsync RTDirCreateUniqueNumbered: Changed the implementation to count from …
(edit) @62713   9 years vboxsync nt.h/rtFileNativeSetAttributes-win.cpp
(edit) @62712   9 years vboxsync another wrapper (forgot).
(edit) @62697   9 years vboxsync HostDrivers: warnings
(edit) @62695   9 years vboxsync oops
(edit) @62692   9 years vboxsync Use the iprt/win/iphlpapi.h wrappers to deal with preprocessor warnings.
(edit) @62691   9 years vboxsync Use the iprt/win/netioapi.h and iprt/win/ntddndis.h wrappers to deal …
(edit) @62687   9 years vboxsync Use the iprt/win/setupapi.h wrapper for setupapi.h to deal with …
(edit) @62684   9 years vboxsync ndis.h wrapper.
(edit) @62674   9 years vboxsync ValidationKit/utils: warnings.
(edit) @62669   9 years vboxsync three more
(edit) @62664   9 years vboxsync SUPDrv: warnings
(edit) @62662   9 years vboxsync iprt/nt/nt.h: wdw.h warning supression
(edit) @62661   9 years vboxsync asm.h: warnings
(edit) @62636   9 years vboxsync cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and …
(edit) @62634   9 years vboxsync includes: Workaround for C4668 & C4255 warnings in MSC and WDK headers.
(edit) @62624   9 years vboxsync iprt/cdefs.h: Added 6 RT_NOREFn(...) macros as shorthand for RT_NOREF_PV.
(edit) @62592   9 years vboxsync IPRT: More unused parameters and undefined preprocessor macor warning …
(edit) @62583   9 years vboxsync Unusued parameter warnings.
(edit) @62559   9 years vboxsync RTFileModeToFlags.cpp: Code cleanup.
(edit) @62476   9 years vboxsync (C) 2016
(edit) @62475   9 years vboxsync EOL
(edit) @62474   9 years vboxsync (C) 2016
(edit) @62473   9 years vboxsync (C) 2016
(edit) @62458   9 years vboxsync include/iprt: scm
(edit) @62450   9 years vboxsync bldprogs: MSC level 4 warning fixes.
(edit) @62426   9 years vboxsync iprt/cdefs.h: RT_LO_U8,U16,U32: workaround for level 4 MSC warnings …
(edit) @62409   9 years vboxsync iprt/types.h: Added MIN/MAX/C/FMT/XFMT macros for the RTCCUINTREG type …
(edit) @62403   9 years vboxsync Added RTUInt128AssignNeg.
(edit) @62401   9 years vboxsync Added RTUInt128AssignNeg.
(edit) @62362   9 years vboxsync pragma gcc ignored does not work inside functions with gcc < 4.6
(edit) @62358   9 years vboxsync *: renamed RT_GCC_NO_DEPRECATED_BEGIN/END => …
(edit) @62331   9 years vboxsync iprt/cpp/utils.h: Declare unimplemented RTCNonCopyable::operator= to …
(edit) @62288   9 years vboxsync x86.h: some BIT values.
(edit) @62220   9 years vboxsync IPRT: PEM+X.509: Added PEM_ONLY flags to the reader functions to allow …
(edit) @62174   9 years vboxsync kmk incs
(edit) @62155   9 years vboxsync introduced RT_GCC_NO_DEPRECATED_BEGIN / RT_GCC_NO_DEPRECATED_END
(edit) @62021   9 years vboxsync Runtime/RTJson: Fix review todos
(edit) @61996   9 years vboxsync doxygen
(edit) @61995   9 years vboxsync iprt/json.h: r=bird: Some adjustments and a bunch of todos.
(edit) @61891   9 years vboxsync Runtime/crypto: some fixes for OpenSSL 1.1, work in progress
(edit) @61776   9 years vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61742   9 years vboxsync include/iprt/json.h: Remove non ASCII characters
(edit) @61737   9 years vboxsync Runtime/RTJson: Three more helpers, sort RTJson API alphabetically in …
(edit) @61694   9 years vboxsync properties
(edit) @61693   9 years vboxsync Runtime: Add RTJson* API to parse the JavaScript Object Notation …
(edit) @61316   9 years vboxsync kmk incs
(edit) @61249   9 years vboxsync iprt/x86.h: Rename MSR to be more inline with inconsistent Intel docs.
(edit) @61229   9 years vboxsync iprt/x86.h: Added missing global performance counter control MSRs.
(edit) @61097   9 years vboxsync sysfs.h: spec clearification.
(edit) @61072   9 years vboxsync VMM/APIC: Get rid of a couple of duplicate macros, and added a couple …
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