|
|
@95996
|
2 years |
vboxsync |
iprt/nocrt/time.h: Added localtime_s (microsoft version) prototype. …
|
|
|
@95993
|
2 years |
vboxsync |
include/iprt/nocrt: More on ostream, limits. Stubbed std::sort. …
|
|
|
@95985
|
2 years |
vboxsync |
include/iprt/nocrt: Some early & incomplete ostream code. bugref:10261
|
|
|
@95978
|
2 years |
vboxsync |
include/iprt/nocrt: Prototyped a whole bunch of things to make mesa …
|
|
|
@95977
|
2 years |
vboxsync |
IPRT/stream.cpp: Re-did the mode string handling in RTStrmOpen, …
|
|
|
@95976
|
2 years |
vboxsync |
include/iprt/nocrt: Prototyped a whole bunch of things to make mesa …
|
|
|
@95975
|
2 years |
vboxsync |
include/iprt/nocrt: Prototyped a whole bunch of things to make mesa …
|
|
|
@95973
|
2 years |
vboxsync |
IPRT/RTCString: Added find_first_of aliases for better std::string …
|
|
|
@95934
|
2 years |
vboxsync |
iprt/stream.h: doxygen fixes. bugref:10261
|
|
|
@95930
|
2 years |
vboxsync |
iprt/types.h: Revert the logic around RTFLOAT64U::rd. bugref:10261
|
|
|
@95929
|
2 years |
vboxsync |
iprt/types.h: Include the rd member in RTFLOAT64U on both arm32 and …
|
|
|
@95923
|
2 years |
vboxsync |
iprt/nocrt/math.h: Quick hack to make the header semi usable with …
|
|
|
@95922
|
2 years |
vboxsync |
iprt/nocrt/exception: minimal exception header. bugref:10261
|
|
|
@95902
|
2 years |
vboxsync |
iprt/once.h: Added RTOnceWasInitialized. bugref:10261
|
|
|
@95886
|
2 years |
vboxsync |
IPRT/stream.cpp: Added an alternative code configuration for the …
|
|
|
@95885
|
2 years |
vboxsync |
iprt/nocrt/new: nothrow const variable. bugref:10261
|
|
|
@95860
|
2 years |
vboxsync |
IPRT/new: Added a generic new/delete operator implementation based on …
|
|
|
@95859
|
2 years |
vboxsync |
iprt/nocrt/float.h: Added empty float.h to make the d3d9types.h from …
|
|
|
@95842
|
2 years |
vboxsync |
IPRT/env-generic.cpp: Refactored RTEnvCloneEx, rewriting the cloning …
|
|
|
@95841
|
2 years |
vboxsync |
iprt/nt/nt.h,ntdll-mini-implib.def: Prototypes and imports for …
|
|
|
@95838
|
2 years |
vboxsync |
iprt/nocrt/time.h: Added time.h to make the windows tcpip headers work …
|
|
|
@95829
|
2 years |
vboxsync |
iprt/asmdefs.mac: Changed GLOBALNAME_EX to take three parameter, …
|
|
|
@95818
|
2 years |
vboxsync |
IPRT: More IPRT_NO_CRT work on windows. bugref:10261
|
|
|
@95801
|
2 years |
vboxsync |
iprt/nocrt/sys/types.h: Placeholder including iprt/types.h to reduce …
|
|
|
@95800
|
2 years |
vboxsync |
iprt/nocrt/stdlib.h: Supply malloc and friends mapped to our RTMem …
|
|
|
@95799
|
2 years |
vboxsync |
iprt/nocrt/string.h: strcmp & wcstombs. bugref:10261
|
|
|
@95792
|
2 years |
vboxsync |
IPRT/env-win.cpp: IPRT_NO_CRT adjustments, rewrote a few bits. bugref:10261
|
|
|
@95769
|
2 years |
vboxsync |
iprt/alloca.h: Added alloca proto/define for IPRT_NO_CRT/Windows …
|
|
|
@95768
|
2 years |
vboxsync |
iprt/alloca.h: Added alloca proto/define for IPRT_NO_CRT/Windows …
|
|
|
@95767
|
2 years |
vboxsync |
nocrt/string.h,strpbrk.cpp: Added missing strpbrk proto and synced up …
|
|
|
@95698
|
2 years |
vboxsync |
IPRT: Added RTSystemGetNtProductType. bugref:8691
|
|
|
@95681
|
2 years |
vboxsync |
IPRT/RTCrStoreCreateSnapshotById: Added two more store IDs for …
|
|
|
@95668
|
2 years |
vboxsync |
IPRT/RTCrPkcs7: Split out RTCrPkcs7Attributes_HashAttributes from …
|
|
|
@95658
|
2 years |
vboxsync |
IPRT/RTAsn1: Added a RTAsn1DynType_SetToNull function. bugref:8691
|
|
|
@95656
|
2 years |
vboxsync |
IPRT/RTCrPkcs7: Added a RTCRPKCS7SIGN_SD_F_USE_V1 and a …
|
|
|
@95636
|
2 years |
vboxsync |
IPRT/RTAsn1OctetString: Added RTAsn1OctetString_AllocContent and …
|
|
|
@95634
|
2 years |
vboxsync |
IPRT/RTAsn1OctetString: Added RTAsn1OctetString_AllocContent and …
|
|
|
@95630
|
2 years |
vboxsync |
IPRT/RTAsn1,RTCrPkcs7,RTCrSpc: Generate setters for dynamic members. …
|
|
|
@95629
|
2 years |
vboxsync |
IPRT/RTAsn1,RTCrPkc7,RTCrSpc: Refactoring the RTASN1TMPL_MEMBER_DYN* …
|
|
|
@95628
|
2 years |
vboxsync |
IPRT/RTCrPkcs7: Prototyped some of the setters we generate. [mangling …
|
|
|
@95627
|
2 years |
vboxsync |
IPRT/RTCrPkcs7: Prototyped some of the setters we generate. bugref:8691
|
|
|
@95624
|
2 years |
vboxsync |
IPRT/RTAsn1,RTCrSpc: Generate setter functions for …
|
|
|
@95613
|
2 years |
vboxsync |
RTSignTool,IPRT: Working on signing executable images. bugref:8691
|
|
|
@95612
|
2 years |
vboxsync |
IPRT/ldr: Changed RTLdrHashImage to return the hash rather than the …
|
|
|
@95596
|
2 years |
vboxsync |
IPRT/RTAsn1Time: Added RTAsn1Time_SetTime, RTAsn1Time_SetTimeSpec and …
|
|
|
@95595
|
2 years |
vboxsync |
IPRT/Pkcs7: Added a parameter to RTCrPkcs7SimpleSignSignedData (not …
|
|
|
@95594
|
2 years |
vboxsync |
IPRT/asn1-genrator-pass.h: RTASN1TMPL_BEGIN_PCHOICE must initialize …
|
|
|
@95586
|
2 years |
vboxsync |
IPRT: Added RTStrmWrappedPrintf and RTStrmWrappedPrintfV for some …
|
|
|
@95584
|
2 years |
vboxsync |
IPRT/asn1: Made the first parameter of RTAsn1Integer_ToString const. …
|
|
|
@95448
|
2 years |
vboxsync |
iprt/types.h: Added signed views to the RTUINT*U unions. Needed for …
|
|
|
@95419
|
2 years |
vboxsync |
iprt/cdefs.h: Clang does not accept attribute((falltrhough)) …
|
|
|
@95413
|
2 years |
vboxsync |
Attempt to fix build, bugref:10247.
macOS builds seem do not like …
|
|
|
@95411
|
2 years |
vboxsync |
Linux host and guest drivers: fix clang warnings, bugref:10247.
|
|
|
@95383
|
2 years |
vboxsync |
IPRT/fs: Docs nit.
|
|
|
@95358
|
2 years |
vboxsync |
iprt/cdefs.h: Added RT_ALIGNAS_VAR, RT_ALIGNAS_TYPE, RT_ALIGNAS_MEMB …
|
|
|
@95336
|
2 years |
vboxsync |
IPRT/RTCString: Added a truncate() method that takes UTF-8 encoding …
|
|
|
@95304
|
2 years |
vboxsync |
iprt/types.h: Added RTCCINTXREG_BITS. bugref:9898
|
|
|
@95274
|
3 years |
vboxsync |
FE/VBoxAutostart/adi: Added experimental support for running VBoxSVC …
|
|
|
@95198
|
3 years |
vboxsync |
iprt/setjmp-without-sigmask.h: Shut up warning building on m1.
|
|
|
@95188
|
3 years |
vboxsync |
iprt/setjmp-without-sigmask.h: Solaris fix and general change to only …
|
|
|
@95187
|
3 years |
vboxsync |
iprt/setjmp-without-sigmask.h: Solaris fix and general change to only …
|
|
|
@95184
|
3 years |
vboxsync |
IPRT,VMM: Added setjmp.h wrapper that ensures the setjmp & longjmp …
|
|
|
@95111
|
3 years |
vboxsync |
iprt/nt/nt.h: Don't duplicate SDK prototypes for Zw/NtOpenProcess, …
|
|
|
@95109
|
3 years |
vboxsync |
IPRT/xml: Having another go at the PFNEXTERNALENTITYLOADER declaration …
|
|
|
@95096
|
3 years |
vboxsync |
IPRT/pipe/win: Adjusted RTPipeSelectOne to account for the …
|
|
|
@95075
|
3 years |
vboxsync |
IPRT/asm: Added ASMCountLeadingZerosU16/32/64 & …
|
|
|
@95073
|
3 years |
vboxsync |
iprt/asm.h: Fix to the x86/gcc version of ASMAtomicCmpXchgExU64 to …
|
|
|
@95071
|
3 years |
vboxsync |
IPRT/asm: Added ASMCountLeadingZerosU16/32/64 & …
|
|
|
@95029
|
3 years |
vboxsync |
Linux: Host and Guest drivers: Introduce initial support for RHEL 9.1 …
|
|
|
@94879
|
3 years |
vboxsync |
iprt/cdefs.h: Adjusted RT_THROW() for C++17 to make clang happy. …
|
|
|
@94876
|
3 years |
vboxsync |
Reverted r151276.
|
|
|
@94875
|
3 years |
vboxsync |
IPRT/alloc-ef-cpp.cpp: throw is deprecated in C++17, use …
|
|
|
@94719
|
3 years |
vboxsync |
IPRT/thread.h: Made RTTHREAD_NAME_LEN public.
|
|
|
@94718
|
3 years |
vboxsync |
IPRT/thread.h: Made RTTHREAD_NAME_LEN public.
|
|
|
@94691
|
3 years |
vboxsync |
iprt/x86.h: Added missing X86_EFL_*_BIT defines. bugref:9898
|
|
|
@94676
|
3 years |
vboxsync |
iprt/types.h: Added RTFLOAT80U_IS_XXXX_EX macro variants that works on …
|
|
|
@94639
|
3 years |
vboxsync |
iprt/x86.h: Some X86_FSW_ macros and defins for assisting with the …
|
|
|
@94627
|
3 years |
vboxsync |
Runtime/crypto: Add additional APIs and supported algorithms for …
|
|
|
@94626
|
3 years |
vboxsync |
Runtime/log: Allow setting a custom output interface for the file …
|
|
|
@94624
|
3 years |
vboxsync |
Runtime/log: Allow setting a custom output interface for the file …
|
|
|
@94612
|
3 years |
vboxsync |
VMM/IEM,libs/softfloat,iprt/types.h: The bias adjust value is applied …
|
|
|
@94605
|
3 years |
vboxsync |
iprt/types.h: Added RTFLOAT80U_IS_387_INVALID macro. bugref:9898
|
|
|
@94556
|
3 years |
vboxsync |
iprt/types.h: Added RTFLOAT80U_IS_DENORMAL_OR_PSEUDO_DENORMAL. bugref:9898
|
|
|
@94549
|
3 years |
vboxsync |
include/iprt/nocrt: Supply our own stdbool.h and stdint.h for use by …
|
|
|
@94547
|
3 years |
vboxsync |
include/iprt/nocrt: Supply our own stdbool.h and stdint.h for use by …
|
|
|
@94546
|
3 years |
vboxsync |
include/iprt/stdint.h: Supply [u]int_fast[xx]_t and [u]int_least[xx]_t …
|
|
|
@94537
|
3 years |
vboxsync |
iprt/types.h,cdefs.h: Added RTFLOAT128U and associated macros. bugref:9898
|
|
|
@94513
|
3 years |
vboxsync |
IPRT: Added RTUInt128MulEx and RTUInt128MulU64Ex as well as a limited …
|
|
|
@94512
|
3 years |
vboxsync |
IPRT: Added RTUInt128MulEx and RTUInt128MulU64Ex as well as a limited …
|
|
|
@94511
|
3 years |
vboxsync |
IPRT: Added RTUInt128MulEx and RTUInt128MulU64Ex as well as a limited …
|
|
|
@94505
|
3 years |
vboxsync |
iprt/x86.h: Define infinity control bit from 287 and 8087. bugref:9898
|
|
|
@94446
|
3 years |
vboxsync |
iprt/types.h: Added RTFLOAT80U_IS_QUIET_OR_SIGNALLING_NAN and …
|
|
|
@94440
|
3 years |
vboxsync |
VMM/IEM: fxam does not raise any exceptions and has special …
|
|
|
@94421
|
3 years |
vboxsync |
iprt/string.h: doxygen fix. bugref:9898
|
|
|
@94397
|
3 years |
vboxsync |
VMM/IEM: Implemented C version of fbstp; fixes to fst, fist and fistt …
|
|
|
@94383
|
3 years |
vboxsync |
VMM/IEM: fild, fbld, and fist C implementations. bugref:9898
|
|
|
@94365
|
3 years |
vboxsync |
iprt/cdefs.h: More RTPBC80U macros and some union tweaks. bugref:9898
|
|
|
@94337
|
3 years |
vboxsync |
x86.h: Added some X86_FCW_xxx_BIT defines. bugref:9898
|
|
|
@94311
|
3 years |
vboxsync |
IPRT: Added RTFileCreateUnique, a saner version of RTFileCreateTemp in …
|
|
|
@94301
|
3 years |
vboxsync |
iprt/types.h: More RTFLOATxxU related macros and constants. bugref:9898
|
|
|