|
|
@93715
|
3 years |
vboxsync |
IPRT/hardavl: Renamed lookupMatchingOrSmaller to lookupMatchingOrBelow …
|
|
|
@93712
|
3 years |
vboxsync |
IPRT/hardavl: Basic statistics. bugref:10093
|
|
|
@93711
|
3 years |
vboxsync |
IPRT/hardavl: Added lookupMatchingOrLarger and …
|
|
|
@93709
|
3 years |
vboxsync |
IPRT/hardavl: Added the right-to-left enumerator. Mark methods as …
|
|
|
@93694
|
3 years |
vboxsync |
IPRT/tstRTAvl: report some performance values at the end of the …
|
|
|
@93693
|
3 years |
vboxsync |
IPRT/hardavl: Added a getHeight() method for tstRTAvl and extended the …
|
|
|
@93692
|
3 years |
vboxsync |
IPRT/tstRTAvl: oops
|
|
|
@93691
|
3 years |
vboxsync |
IPRT/tstRTAvl: Fixed broke TrackerFindRandom code causing random test …
|
|
|
@93684
|
3 years |
vboxsync |
IPRT/hardavl: Fixed the removal bug. Extended testcase and sanity …
|
|
|
@93677
|
3 years |
vboxsync |
IPRT/tstRTAvl: Didn't mean to disable it all. bugref:10093
|
|
|
@93676
|
3 years |
vboxsync |
IPRT/tstRTAvl: build fix. bugref:10093
|
|
|
@93672
|
3 years |
vboxsync |
IPRT/hardavl: A fix, a few build fixes and some more tests. bugref:10093
|
|
|
@93671
|
3 years |
vboxsync |
IPRT/hardavl: Initial adaption of the old AVL code into something a …
|
|
|
@93515
|
3 years |
vboxsync |
iprt/asm-amd64-x86.h: Split out some non-assembly functions that …
|
|
|
@93435
|
3 years |
vboxsync |
IPRT/tstTime-2: Quick build fix for darwin.arm64. bugref:9898
|
|
|
@93419
|
3 years |
vboxsync |
*.kmk: Introducing VBOX_WITH_R0_MODULES and VBOX_WITH_HWVIRT for …
|
|
|
@93318
|
3 years |
vboxsync |
IPRT/tstRTBigNum: The windows asan build requires -bigobj. bugref:8489
|
|
|
@93301
|
3 years |
vboxsync |
IPRT: VC++ 19.2 update 11 build adjustments. bugref:8489
|
|
|
@93187
|
3 years |
vboxsync |
tstRTExprEval: A couple more tests. bugref:9781
|
|
|
@93178
|
3 years |
vboxsync |
iprt/RTExprEval: Only expand ${VAR}, drop $(VAR). Simplifies the code. …
|
|
|
@93175
|
3 years |
vboxsync |
iprt/RTExprEval: Early code for a 'simple' expression evaluator a la …
|
|
|
@93170
|
3 years |
vboxsync |
iprt/RTExprEval: Early code for a 'simple' expression evaluator a la …
|
|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@92825
|
3 years |
vboxsync |
IPRT/timer-r0drv-nt.cpp: Implemented high resolution timers using the …
|
|
|
@92792
|
3 years |
vboxsync |
IPRT/semevent-nt: Converted semevent-r0drv-nt.cpp into something that …
|
|
|
@92778
|
3 years |
vboxsync |
IPRT/testcase: Added tstRTSemEvent, though currently disabled because …
|
|
|
@91919
|
3 years |
vboxsync |
IPRT: Make RTNetStrToIPv4Cidr() and RTNetStrToIPv4Cidr() accept zero …
|
|
|
@91768
|
3 years |
vboxsync |
Config.kmk,++: Define VBOX_LIB_SUPR0 for SUPR0.lib/.a on platforms …
|
|
|
@91767
|
3 years |
vboxsync |
IPRT/net: Fix last second typo in previous.
|
|
|
@91766
|
3 years |
vboxsync |
IPRT/net: Add disabled tests for 0.0.0.0/0 and ::/0 - these are …
|
|
|
@90850
|
3 years |
vboxsync |
IPRT/log: Tested the odd cases of the LF->CRLF translation. bugref:10086
|
|
|
@90829
|
3 years |
vboxsync |
IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM …
|
|
|
@90803
|
3 years |
vboxsync |
Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
|
|
|
@90640
|
3 years |
vboxsync |
iprt/asm.h,tstRTInlineAsm: Added ASMAtomicCmpWriteU128 and …
|
|
|
@89762
|
4 years |
vboxsync |
Runtime/r3/win/timer-win.cpp: Implement RTTimerCreateEx, RTTimerStart …
|
|
|
@87645
|
4 years |
vboxsync |
tstTime-2.cpp: Calc calls/second.
|
|
|
@87524
|
4 years |
vboxsync |
IPRT: RTNetStrToIPv6Cidr() - to parse f00::/42 notation for IPv6 …
|
|
|
@87362
|
4 years |
vboxsync |
IPRT: Make RTNetStrToIPv4Cidr() accept prefix specified as netmask, …
|
|
|
@87338
|
4 years |
vboxsync |
IPRT/net: G/c the second copy of an accidentally duplicate BADCIDR …
|
|
|
@87256
|
4 years |
vboxsync |
IPRT,iprt/asm-arm.h: ASMReadTSC using CNTVCT or CNTPCT. bugref:9898
|
|
|
@87229
|
4 years |
vboxsync |
IPRT: Fixed bug in ASMBitFirstSet-generic.cpp and extended …
|
|
|
@87228
|
4 years |
vboxsync |
tstRTInlineAsm: Extending testcase. bugref:9898
|
|
|
@87221
|
4 years |
vboxsync |
tstRTInlineAsm: Extending testcase. bugref:9898
|
|
|
@87214
|
4 years |
vboxsync |
iprt/asm.h,tstRTInlineAsm: Extending testcase, added a couple of …
|
|
|
@87213
|
4 years |
vboxsync |
iprt/asm.h,tstRTInlineAsm: Extending testcase, added a couple of …
|
|
|
@87212
|
4 years |
vboxsync |
iprt/asm.h,tstRTInlineAsm: Extending testcase, added a couple of …
|
|
|
@86681
|
4 years |
vboxsync |
IPRT/rest: bugref:9167 - Add release logging for REST operations. …
|
|
|
@86626
|
4 years |
vboxsync |
tstIprtList.cpp: Fixes to MtTestSafeRandomIndex. Use event semaphore …
|
|
|
@86619
|
4 years |
vboxsync |
tstIprtList.cpp: Ditto insert(). Created common index generator …
|
|
|
@86618
|
4 years |
vboxsync |
tstIprtList.cpp: Try not trigger assertions in at() and replace() …
|
|
|
@86586
|
4 years |
vboxsync |
IPRT/tstRTInlineAsm.cpp: Mark cache association string leak. [build …
|
|
|
@86585
|
4 years |
vboxsync |
IPRT/tstRTInlineAsm.cpp: Mark cache association string leak. bugref:9841
|
|
|
@86549
|
4 years |
vboxsync |
SUPHardNt,IPRT: If there are nested signatures (i.e. more than one …
|
|
|
@86517
|
4 years |
vboxsync |
IPRT/tstRTHeapOffset: Testcase leaks, bugref:9841
|
|
|
@86404
|
4 years |
vboxsync |
IPRT/tstVector: Testcase leaks. bugref:9841
|
|
|
@86400
|
4 years |
vboxsync |
IPRT/tstUtf8: Fixed a bunch of leaks in the tests. bugref:9841
|
|
|
@86385
|
4 years |
vboxsync |
IPRT/tstRTSplit: Must disable assertions when doing negative testing. …
|
|
|
@86384
|
4 years |
vboxsync |
IPRT/tstRTStrCache: Free random strings in tst2 when done. bugref:9841
|
|
|
@86382
|
4 years |
vboxsync |
IPRT/tstRTSort: don't forget to destroy hRand. bugref:9841
|
|
|
@86381
|
4 years |
vboxsync |
IPRT/tstRTSort: don't forget to destroy hRand. bugref:9841
|
|
|
@86380
|
4 years |
vboxsync |
IPRT/tstRTHttp-1: Missing cleanup leaks. bugref:9841
|
|
|
@86379
|
4 years |
vboxsync |
IPRT/tstRTEnv: cleanup leak. bugref:9841
|
|
|
@86376
|
4 years |
vboxsync |
IPRT/tstRTCRest-1: fix leaks. bugref:9841
|
|
|
@86360
|
4 years |
vboxsync |
IPRT: tstStrSimplePattern -> tstRTStrSimplePattern.
|
|
|
@86358
|
4 years |
vboxsync |
tstStrSimplePattern: Converted to iprt/test.h (was using IPRT w/o …
|
|
|
@86357
|
4 years |
vboxsync |
tstRTStrFormat: More cleanup.
|
|
|
@86352
|
4 years |
vboxsync |
tstRTStrFormat: fix.
|
|
|
@86349
|
4 years |
vboxsync |
tstRTFileQuerySize-1.cpp: It's NUL not NULL on windows.
|
|
|
@86335
|
4 years |
vboxsync |
tstRTStrFormat: some cleanup.
|
|
|
@86239
|
4 years |
vboxsync |
IPRT: Some fixes to RTTimeZoneGetCurrent-posix.cpp and a basic …
|
|
|
@85963
|
4 years |
vboxsync |
tstRTInlineAsm.cpp: Display the extended APIC IDs too.
|
|
|
@85638
|
4 years |
vboxsync |
IPRT/sha3: Some VS2019 performance tweaks. bugref:9734
|
|
|
@85614
|
4 years |
vboxsync |
IPRT: Adding SHA-3. bugref:9734
|
|
|
@85541
|
4 years |
vboxsync |
tstLdr-4: Check do some segment sanity checking so we'll catch bad …
|
|
|
@85507
|
4 years |
vboxsync |
SUP,*: Some changes to the SUP_IOCTL_LDR_OPEN and SUP_IOCTL_LDR_LOAD …
|
|
|
@85500
|
4 years |
vboxsync |
tstLdr-4: Converted to iprt/test.h style and added some …
|
|
|
@85461
|
4 years |
vboxsync |
tstLdr-4: printf fix. bugref:9801
|
|
|
@85384
|
4 years |
vboxsync |
iprt/path.h: Reimplemented RTPathFindCommon[Ex].
|
|
|
@85383
|
4 years |
vboxsync |
iprt/path.h: RTPathFindCommon[Ex] doc & testcase update. Testcase …
|
|
|
@85382
|
4 years |
vboxsync |
iprt/path.h: Adjustments and a bunch of todos for RTPathFindCommon[Ex].
|
|
|
@85348
|
4 years |
vboxsync |
IPRT/tstRTStrSplit: Added macro for cleaning up test runs.
|
|
|
@85345
|
4 years |
vboxsync |
IPRT: Follow-up fixes for r139114 (RTStrSplit + testcases).
|
|
|
@85312
|
4 years |
vboxsync |
IPRT: Added RTPathFindCommon[Ex] + testcases [build fix].
|
|
|
@85311
|
4 years |
vboxsync |
IPRT: Added RTPathFindCommon[Ex] + testcases.
|
|
|
@85166
|
5 years |
vboxsync |
tstIprtList: Clang 11 nothrow bug/weirdness wrt arrays. bugref:9790 …
|
|
|
@85155
|
5 years |
vboxsync |
IPRT: Added RTStrSplit + testcases [build fix].
|
|
|
@85154
|
5 years |
vboxsync |
IPRT: Added RTStrSplit + testcases.
|
|
|
@85121
|
5 years |
vboxsync |
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
|
|
|
@85085
|
5 years |
vboxsync |
IPRT/tstLdr-4: Function cast fix. bugref:9794
|
|
|
@85072
|
5 years |
vboxsync |
tstRTInlineAsm.cpp: Stop using the 'register' keyword, Clang barfs on …
|
|
|
@84903
|
5 years |
vboxsync |
tstRTCRest-1: Adjustment for strtod in UCRT with VC++ 14+. bugref:8489
|
|
|
@84540
|
5 years |
vboxsync |
Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
|
|
|
@84533
|
5 years |
vboxsync |
s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
|
|
|
@84396
|
5 years |
vboxsync |
*.kmk: Hardening related DEFS string quoting. bugref:8489
|
|
|
@84293
|
5 years |
vboxsync |
IPRT/base64: Put the UTF-16 code in separate file. Implemented …
|
|
|
@84286
|
5 years |
vboxsync |
IPRT/base64: Added UTF-16 versions of the encoding functions. bugref:9224
|
|
|
@84069
|
5 years |
vboxsync |
IPRT,++: Compress the windows status code info (errmsgwin.cpp) to save …
|
|
|
@84068
|
5 years |
vboxsync |
IPRT,++: Compress the windows status code info (errmsgwin.cpp) to save …
|
|
|
@84057
|
5 years |
vboxsync |
IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
|
|
|
@84054
|
5 years |
vboxsync |
IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
|
|
|