VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21757   15 years vboxsync Runtime: fix return type documentation
(edit) @21756   15 years vboxsync Runtime: wording
(edit) @21754   15 years vboxsync Runtime: fix doxygen documentation
(edit) @21753   15 years vboxsync Runtime: typos
(edit) @21751   15 years vboxsync Runtime: typo
(edit) @21750   15 years vboxsync Runtime: forgot the headers as always
(edit) @21742   15 years vboxsync Runtime: added SHA1 and manifest file support
(edit) @21741   15 years vboxsync iprt/string.h: documentation correction for the extended conversion …
(edit) @21725   15 years vboxsync iprt: Added RTMpGetDescription.
(edit) @21722   15 years vboxsync iprt/string.h: put things in the right groups.
(edit) @21721   15 years vboxsync iprt/string.h: doc corrections.
(edit) @21720   15 years vboxsync iprt/stdint.h: Replaced by stdint-new.h.
(edit) @21714   15 years vboxsync iprt/string: conversion between Utf16 and Latin1
(edit) @21699   15 years vboxsync iprt/log.h: Fixed the LogRel*Func macros.
(edit) @21685   15 years vboxsync iprt/stdint.h: try use the new one.
(edit) @21684   15 years vboxsync iprt/stdint-new.h: New stdint.h wrapper that makes sure the macros are …
(edit) @21648   15 years vboxsync iprt/log: added LogRelFlowFunc
(edit) @21646   15 years vboxsync comment typo
(edit) @21642   15 years vboxsync iprt/string.h: reverted r50153, Darwin burns are not far off
(edit) @21636   15 years vboxsync iprt/memcache.h: a reminder.
(edit) @21628   15 years vboxsync iprt: this definition is causing too much trouble
(edit) @21616   15 years vboxsync nitpicking.
(edit) @21593   15 years vboxsync RTSemSpinMutexRequest: Some adjustments.
(edit) @21588   15 years vboxsync Main: move vbox-independent OVF reader code to separate file; move …
(edit) @21582   15 years vboxsync IPRT: RTFILE_O_APPEND.
(edit) @21573   15 years vboxsync iprt/file.h: spaces.
(edit) @21550   15 years vboxsync iprt/log.h: Use the spinning mutexes.
(edit) @21544   15 years vboxsync iprt/asm.h: ASMIntAreEnabled build fix.
(edit) @21542   15 years vboxsync Runtime: separate error code for EBUSY, for getting better error …
(edit) @21536   15 years vboxsync iprt/thread.h: Redefined RTThreadPreemptIsEnabled for systems without …
(edit) @21535   15 years vboxsync iprt/asm.h: Added ASMIntAreEnabled and ASMNopPause. Fixed a bunch of …
(edit) @21514   15 years vboxsync iprt/semaphore.h,types.h: Defined a new semaphore type for use with …
(edit) @21513   15 years vboxsync iprt/semaphore.h,types.h: Defined a new semaphore type for use with …
(edit) @21493   15 years vboxsync Runtime/File: Add flag to disable the file cache
(edit) @21451   15 years vboxsync iprt/asm.h: Remvoed ASMAtomicXchgU128 as it is causing trouble for …
(edit) @21428   15 years vboxsync Main: remove ENoMemory exception class, replace with std::bad_alloc() …
(edit) @21409   15 years vboxsync IPRT: rename ministring, add iprt:: namespace
(edit) @21404   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21399   15 years vboxsync timerlr-generic.cpp,iprt/timer.h: Skip ticks if we're more than 60 …
(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) @21394   15 years vboxsync Backing out r49763 to fix Windows burns.
(edit) @21393   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(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) @21388   15 years vboxsync IPRT: doc fix
(edit) @21377   15 years vboxsync iprt/log.h,DBGFLog.cpp,VBoxGuest-linux.c: Added RTLogDestinations, …
(edit) @21374   15 years vboxsync iprt/log.h: Corrected RTLOGFLAGS_PREFIX_MASK.
(edit) @21369   15 years vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21362   15 years vboxsync backing out r49709 to fix windows burns for now
(edit) @21360   15 years vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21358   15 years vboxsync IPRT: ministring crash fix + documentation
(edit) @21352   15 years vboxsync Fixed a VCC warning.
(edit) @21284   15 years vboxsync RTR0MemAreKernelAndUserRangesDifferent -> …
(edit) @21282   15 years vboxsync iprt/mem.h: Added RTR0MemAreKernelAndUserRangesDifferent.
(edit) @21265   15 years vboxsync iprt/mem.h: Added APIs for basic user mode memory handling from ring-0.
(edit) @21236   15 years vboxsync Windows build fix
(edit) @21235   15 years vboxsync windows build fix
(edit) @21234   15 years vboxsync IPRT: added ASMMemoryFenceSSE2(), ASMWriteFenceSSE(), …
(edit) @21156   15 years vboxsync IPRT: fix valgrind warnings about ministring + self assignment
(edit) @21154   15 years vboxsync fixed potential uninitialized member of ministring
(edit) @21110   15 years vboxsync RTDbg: Some adjustments and fixes.
(edit) @21109   15 years vboxsync iprt/cdefs.h: Fixed RT_FROM_MEMBER.
(edit) @21106   15 years vboxsync iprt/types.h: _MAX & _MIN defines for a bunch of types.
(edit) @21098   15 years vboxsync export to OSE
(edit) @21092   15 years vboxsync iprt/cdefs.h: Added RT_STR(str) and RT_XSTR(str).
(edit) @21085   15 years vboxsync Main: fix class import/export linkage by using RT_DECL_CLASS (r49346)
(edit) @21084   15 years vboxsync iprt/cdefs.h: RT_DECL_CLASS.
(edit) @21079   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21046   15 years vboxsync IPRT: Added a reader of NM-style map files. (Mainly for linux …
(edit) @21045   15 years vboxsync IPRT: Fixed RTStrmClearError so that it clears the error on the stream …
(edit) @20859   15 years vboxsync IPRT: Increased the logger buffer and replaced a bunch RTUINT with …
(edit) @20853   15 years vboxsync IPRT: Added custom prefix callback to the logger.
(edit) @20835   15 years vboxsync Interface for generating NMI & SMI added.
(edit) @20809   15 years vboxsync Runtime/getopt: new parameter value type 'UUID'
(edit) @20801   15 years vboxsync IPRT: The rest of the basic RTDbgMod code.
(edit) @20800   15 years vboxsync IPRT: More RTDbgMod code.
(edit) @20799   15 years vboxsync IPRT: More RTDbgMod code.
(edit) @20789   15 years vboxsync iprt/asm.h: larger notes about alignment.
(edit) @20785   15 years vboxsync IPRT: the ASMAtomicBit* functions must work on 32-bit …
(edit) @20756   15 years vboxsync IPRT: More RTDbg coding - generic container is mostly done now.
(edit) @20744   15 years vboxsync IPRT: RTDbg coding.
(edit) @20741   15 years vboxsync iprt/dbg.cpp/h: the RTDbgLine* methods as well.
(edit) @20740   15 years vboxsync iprt: More RTDbg coding; added a new AVL tree for RTUINPTR.
(edit) @20739   15 years vboxsync iprt: RTDbgMod coding in progress.
(edit) @20738   15 years vboxsync iprt: RTDbg coding.
(edit) @20624   15 years vboxsync iprt/asm.h: ASMSerializeInstruction.
(edit) @20622   15 years vboxsync fix comment copy/paste bug
(edit) @20605   15 years vboxsync IPRT: Added RTTestInitAndCreate - a combination of RTR3Init and …
(edit) @20573   15 years vboxsync iprt/test.h: Added RTTestSetDefault.
(edit) @20542   15 years vboxsync root/Makefile.kmk,includes: regenerated .mac files adding VBox/param.h …
(edit) @20525   15 years vboxsync iprt/memobj.h: Added RTR0MemObjProtect, only implemented for darwin.
(edit) @20513   15 years vboxsync OSE header fixes
(edit) @20375   16 years vboxsync iprt/cdefs.h: removed the obsolete BEGIN_DECLS and END_DECLS macros.
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20362   16 years vboxsync iprt/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20361   16 years vboxsync iprt/dbg.h: update.
(edit) @20360   16 years vboxsync IPRT: Memory pool (untested) and string pool stub implementation.
(edit) @20358   16 years vboxsync iprt/cdefs.h: RT_BEGIN_DECLS and RT_END_DECLS.
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