| Commit message (Expand) | Author | Age | Files | Lines |
| * | IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is docum... | vboxsync | 2023-05-11 | 3 | -297/+1 |
| * | *: doxygen corrections (mostly about removing @returns from functions returni... | vboxsync | 2023-05-11 | 1 | -7/+0 |
| * | IPRT/RTGetOpt: Simplification. bugref:10302 | vboxsync | 2023-03-31 | 1 | -5/+1 |
| * | IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other unicode dashe... | vboxsync | 2023-03-31 | 1 | -1/+1 |
| * | IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other unicode dashe... | vboxsync | 2023-03-31 | 1 | -0/+1 |
| * | IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other unicode dashe... | vboxsync | 2023-03-31 | 1 | -94/+243 |
| * | IPRT/getoptargv.cpp: Align g_abmQuoteChars more appropriately for ASMBitSet &... | vboxsync | 2023-03-23 | 1 | -3/+15 |
| * | Runtime/RTS3: Retire unused implementation, can be resurrected if required | vboxsync | 2023-01-25 | 1 | -1031/+0 |
| * | Copyright year updates by scm. | vboxsync | 2023-01-17 | 47 | -47/+47 |
| * | IPRT/thread.cpp: Avoid endless recursion during early IPRT init phase when al... | vboxsync | 2022-09-21 | 1 | -2/+5 |
| * | IPRT/getopt: Added index variant with 0 or 1 and optionally and w/ implicit d... | vboxsync | 2022-09-14 | 1 | -40/+71 |
| * | IPRT: Added RTMsgSyntax and RTMsgSyntaxV. bugref:10261 | vboxsync | 2022-08-25 | 1 | -0/+19 |
| * | IPRT: Resolve IsDebuggerPresent and GetSystemTimeAsFileTime dynamically as th... | vboxsync | 2022-08-25 | 1 | -1/+2 |
| * | IPRT/nocrt: A few tricks to avoid dragging in log.cpp into static binaries, u... | vboxsync | 2022-08-23 | 1 | -60/+20 |
| * | scm copyright and license note update | vboxsync | 2022-08-22 | 47 | -470/+940 |
| * | IPRT/nocrt: Added no-CRT per-thread data like errno and strtok state. Impleme... | vboxsync | 2022-08-05 | 1 | -0/+19 |
| * | IPRT/common: Use RT_NOCRT_BEGINPROC more consistently. bugref:10261 | vboxsync | 2022-08-04 | 1 | -2/+2 |
| * | IPRT/assert.cpp: Use RTLogWriteStdErr instead of fprintf/stderr in IPRT_NO_CR... | vboxsync | 2022-07-25 | 1 | -5/+29 |
| * | IPRT/thread: typo. | vboxsync | 2022-06-05 | 1 | -2/+2 |
| * | Runtime/json, Runtime/initterm-r0drv-nt.cpp, Additions/VBoxGuest-win.cpp: Com... | vboxsync | 2022-06-03 | 1 | -1/+1 |
| * | /Config.kmk,IPRT: Some arm64 adjustments. bugref:10224 | vboxsync | 2022-05-07 | 1 | -9/+10 |
| * | Runtime: Fix a few memory leaks in error handling paths, bugref:3409 | vboxsync | 2022-05-06 | 1 | -0/+2 |
| * | iprt/RTExprEval: Fix small memory leak. bugref:9781 | vboxsync | 2022-02-16 | 1 | -0/+5 |
| * | /Config.kmk,IPRT: Set arch bitness for assembler use through compiler for spa... | vboxsync | 2022-01-17 | 1 | -10/+47 |
| * | IPRT/zero.asm: Try save 64KB file space on windows. | vboxsync | 2022-01-16 | 1 | -1/+22 |
| * | iprt/RTExprEval: Only expand ${VAR}, drop $(VAR). Simplifies the code. bugref... | vboxsync | 2022-01-11 | 1 | -45/+24 |
| * | iprt/RTExprEval: Early code for a 'simple' expression evaluator a la /bin/exp... | vboxsync | 2022-01-11 | 1 | -1/+1 |
| * | iprt/RTExprEval: Early code for a 'simple' expression evaluator a la /bin/exp... | vboxsync | 2022-01-11 | 1 | -4/+5 |
| * | iprt/RTExprEval: Early code for a 'simple' expression evaluator a la /bin/exp... | vboxsync | 2022-01-11 | 1 | -0/+2743 |
| * | scm --update-copyright-year | vboxsync | 2022-01-01 | 46 | -46/+46 |
| * | IPRT/RTThreadIsMain: Check for NIL_RTTHREAD. | vboxsync | 2021-11-07 | 1 | -5/+8 |
| * | Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr. | vboxsync | 2021-08-23 | 4 | -37/+37 |
| * | IPRT/RTThreadCreate: Modernize assertions. | vboxsync | 2021-07-29 | 1 | -20/+6 |
| * | IPRT/RTReqCancel: Assertion correction (copy & paste from submit). bugref:9890 | vboxsync | 2021-06-10 | 1 | -2/+1 |
| * | Runtime/sg.h: Add copy variants which take a callback instead of a buffer to ... | vboxsync | 2021-05-25 | 1 | -0/+50 |
| * | IPRT/RTReq: Added a RTReqCancel function. Changed the behavior of the RTREQF... | vboxsync | 2021-05-01 | 3 | -105/+222 |
| * | IPRT/RTReqPool: Added RTREQPOOLCFGVAR_THREAD_FLAGS so we can supply RTTHREADF... | vboxsync | 2021-05-01 | 1 | -2/+16 |
| * | IPRT: Try make scm happy with zero-alt.S. bugref:9898 | vboxsync | 2021-01-05 | 1 | -24/+24 |
| * | iprt/lockvalidator: size calc fix. | vboxsync | 2020-12-31 | 1 | -4/+4 |
| * | /Config.kmk,IPRT: Assembler/ly adjustments for bugref:9898. Shut up backdoor ... | vboxsync | 2020-12-30 | 1 | -0/+70 |
| * | iprt/cdefs.h,*: Adding DECL_HIDDEN_CALLBACK to shorten the relatively common ... | vboxsync | 2020-07-08 | 1 | -1/+1 |
| * | *: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively for fun... | vboxsync | 2020-07-08 | 1 | -1/+1 |
| * | iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB... | vboxsync | 2020-07-08 | 3 | -20/+22 |
| * | IPRT/getopt.cpp: Assume options are 7-bit ASCII / basic latin, so we don't ne... | vboxsync | 2020-04-26 | 1 | -2/+10 |
| * | Add/Nt/Installer: Simple installer program for NT 3.x. | vboxsync | 2020-04-26 | 1 | -3/+20 |
| * | IPRT: More VC++ 14.1 build fixes. bugref:8489 | vboxsync | 2020-04-17 | 1 | -1/+1 |
| * | RUntime/RTJson: Add parse from VFS file method | vboxsync | 2020-03-25 | 1 | -0/+42 |
| * | IPRT: Merged the two tls files, with the sideeffect that destructors only wor... | vboxsync | 2020-02-20 | 1 | -1/+1 |
| * | IPRT: Merged the two tls files, with the sideeffect that destructors only wor... | vboxsync | 2020-02-20 | 1 | -2/+4 |
| * | Copyright year updates by scm. | vboxsync | 2020-02-04 | 45 | -45/+45 |