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