VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36572   14 years vboxsync iprt-cpp: doc
(edit) @36569   14 years vboxsync iprt/mem.h: an alternative RTMEM_TAG including the line number
(edit) @36563   14 years vboxsync iprt-cpp: More RTC*List methods. Added explicit constructors to the …
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36546   14 years vboxsync Added some missing symbols.
(edit) @36545   14 years vboxsync indent adj.
(edit) @36539   14 years vboxsync iprt-cpp: docu update
(edit) @36538   14 years vboxsync wrong fix
(edit) @36537   14 years vboxsync iprt: no mangling when doxygen is running
(edit) @36535   14 years vboxsync iprt: try to fix osx builds
(edit) @36533   14 years vboxsync IPRT-C++: try to fix ose
(edit) @36532   14 years vboxsync IPRT-C++: iprt::list -> RTCList; iprt::mtlist -> RTCMTList
(edit) @36529   14 years vboxsync iprt::non_copyable -> RTCNonCopyable (now in utils.h), moved and …
(edit) @36527   14 years vboxsync iprt::MiniString -> RTCString.
(edit) @36526   14 years vboxsync IPRT-C++: try to fix win build boxes
(edit) @36524   14 years vboxsync IPRT-C++: add a thread-safe variant of the generic list class
(edit) @36523   14 years vboxsync Renamed iprt::Error to RTCError.
(edit) @36522   14 years vboxsync lock.h: nit.
(edit) @36521   14 years vboxsync iprt/cpp/lock.h: RTLock, RTLockMtx -> RTCLock, RTClockMtx. 'RTC' is …
(edit) @36511   14 years vboxsync doxygen nits.
(edit) @36508   14 years vboxsync iprt/C++: some cleanup.
(edit) @36501   14 years vboxsync IPRT: add join/split and + operators to the string class
(edit) @36500   14 years vboxsync IPRT: add a generic list class
(edit) @36499   14 years vboxsync Doc-IPRT: add a RT C++ group to the docu
(edit) @36492   14 years vboxsync iprt: CRITSECT_WITHOUT_REMAPPING -> RTCRITSECT_WITHOUT_REMAPPING.
(edit) @36489   14 years vboxsync comment typos.
(edit) @36472   14 years vboxsync addendum to r70394 for RTCrit*
(edit) @36426   14 years vboxsync MiniString: doc addition
(edit) @36425   14 years vboxsync MiniString::utf8Length -> MiniString::uniLength.
(edit) @36408   14 years vboxsync log rotation review and adjustments: Don't delete any excess files if …
(edit) @36407   14 years vboxsync IPRT: Added RTStrCopyP, RTStrCopyPEx, RTStrCatP and RTStrCatPEx. These …
(edit) @36405   14 years vboxsync IPRT/xml: add optional parameter for adding a comment to the created …
(edit) @36372   14 years vboxsync RTR0MemObjSize: Correct documentation and added alignment guarantee.
(edit) @36344   14 years vboxsync Runtime/log: implement log rotation, adapt all code creating log files …
(edit) @36267   14 years vboxsync iprt/mangling.h: Lots more symbols.
(edit) @36262   14 years vboxsync SUPDrv,IPRT,++: Enabled the code for supporting up to 256 host …
(edit) @36254   14 years vboxsync GIP,++: Lots of CPUs (disabled).
(edit) @36232   14 years vboxsync RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.
(edit) @36190   14 years vboxsync IPRT,Drivers: Committed a modified version of the …
(edit) @36169   14 years vboxsync iprt/cdefs.h: DECL_FORCE_INLINE: always_inline -> always_inline to …
(edit) @35662   14 years vboxsync fix for r69559
(edit) @35647   14 years vboxsync Linux 2.6.38-rc1 autoconf.h mess
(edit) @35593   14 years vboxsync kmk incs
(edit) @35585   14 years vboxsync iprt/string.h: Added RTStrFormatU[8|16|32|64|128] and …
(edit) @35584   14 years vboxsync RTFLOAT80U fix.
(edit) @35567   14 years vboxsync IPRT: fix rare crash in MiniString::substr(); rename substr() to …
(edit) @35558   14 years vboxsync Runtime/process: add a Solaris-specific flag to suppress changing the …
(edit) @35525   14 years vboxsync Followup to r69260: Need the size_t redefinition, so include …
(edit) @35514   14 years vboxsync iprt/types.h: Attempt to make gcc 3.2.3 happy.
(edit) @35511   14 years vboxsync iprt/types.h: Added RTFLOAT64U, RTFLOAT80U and RTFLOAT80U2.
(edit) @35510   14 years vboxsync iprt/cdefs.h: Added RT_GCC_EXTENSION, …
(edit) @35492   14 years vboxsync iprt/uint128.h: duh! copy & past bug.
(edit) @35490   14 years vboxsync CPUM,Debugger: Registers, still some details left.
(edit) @35488   14 years vboxsync iprt/uint128.h: RTUINT128U methods, half done.
(edit) @35464   14 years vboxsync iprt/string.h: Added RTStrSpaceGetN.
(edit) @35398   14 years vboxsync re-applied r69255, r69257: properly wrap mem* to xf86mem* for older …
(edit) @35396   14 years vboxsync backed out r69255, r69257 (does currently not compile)
(edit) @35395   14 years vboxsync iprt/string: cleanup
(edit) @35393   14 years vboxsync properly wrap mem* to xf86mem* for older XF86 modules
(edit) @35294   14 years vboxsync Linux hosts: quick fix for CONFIG_DEBUG_SET_MODULE_RONX
(edit) @35218   14 years vboxsync Introduced RTPathAppPrivateArchTop for hacking around the …
(edit) @35191   14 years vboxsync Some cleanup. Pass RTLDRLOAD_FLAGS_LOCAL instead of 0, since it's defined.
(edit) @35183   14 years vboxsync RTLdrLoadEx use RTERRINFO.
(edit) @35182   14 years vboxsync iprt/err.h: Added RTErrInfo* for supplementing the IPRT style status …
(edit) @35152   14 years vboxsync *: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
(edit) @35128   14 years vboxsync Main: more backslash conversion in settings read/write, so add generic …
(edit) @35004   14 years vboxsync reverted r68826
(edit) @35003   14 years vboxsync ASM: use preprocessor instead of compiler optimizations
(edit) @34967   14 years vboxsync Moved and extended RTVfsIoStrmValidateUtf8Encoding.
(edit) @34964   14 years vboxsync Added RTVfsIoStrmValidateUtf8Encoding (stubbed).
(edit) @34959   14 years vboxsync Added RTLdrLoadEx for exposing dlerror info.
(edit) @34882   14 years vboxsync iprt/types.h: Added the RTPOINT and RTRECTSIZE structure types.
(edit) @34845   14 years vboxsync iprt: Added RTManifestEntryExists.
(edit) @34786   14 years vboxsync iprt: Implemented most of the RTVfsFile API.
(edit) @34785   14 years vboxsync iprt/cpp/ministring.h,VBox/com/string.h: Use …
(edit) @34784   14 years vboxsync iprt/mem.h: Added RTMEMEF_NEW_AND_DELETE_OPERATORS, triggered by …
(edit) @34710   14 years vboxsync RTLocCIsSpace: Didn't include \r.
(edit) @34708   14 years vboxsync IPRT/RTProc: Added RTPROC_FLAGS_HIDDEN for starting hidden processes.
(edit) @34565   14 years vboxsync RTDECL2: Use int32_t for cx & cy to avoid warnings.
(edit) @34541   14 years vboxsync iprt/types.h: Added RTRECT2 (bad name).
(edit) @34535   14 years vboxsync Manifest comparison.
(edit) @34507   14 years vboxsync IPRT: Visual C++ warnings.
(edit) @34449   14 years vboxsync Implemented RTManifestReadStandard and RTManifestReadStandardEx.
(edit) @34435   14 years vboxsync ExtPack: Implemented unpacking (untested).
(edit) @34418   14 years vboxsync VBoxExtPAckHelperApp.cpp: More code.
(edit) @34407   14 years vboxsync vfsmemory.cpp: initial coding.
(edit) @34406   14 years vboxsync iprt/list.h: RTListNodeGetFirst/Last -> RTListGetFirst/Last; added …
(edit) @34391   14 years vboxsync More extension pack code.
(edit) @34381   14 years vboxsync manifest stuff.
(edit) @34380   14 years vboxsync iprt/err.h: VWRN_ALREADY_EXISTS
(edit) @34379   14 years vboxsync doc nit
(edit) @34378   14 years vboxsync iprt/cdefs.h: Added RT_IS_POWER_OF_TWO.
(edit) @34232   14 years vboxsync iprt/types.h: build fix
(edit) @34230   14 years vboxsync iprt,VBoxServiceAutoMount.cpp: RTPathSetOwner[Ex] should take …
(edit) @34218   14 years vboxsync AVL: add range version with uint64_t keys
(edit) @34214   14 years vboxsync IPRT: Added RTPathJoinEx and RTPathAppendEx.
(edit) @34179   14 years vboxsync iprt/tarvfs: Rewrote the tar parser to deal with header sequences used …
(edit) @34072   14 years vboxsync iprt/string.h: doc correction.
(edit) @34056   14 years vboxsync forgot this.
(edit) @34049   14 years vboxsync iprt/tarvfs: Working on validating and parsing the tar headers.
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