|
|
@96368
|
2 years |
vboxsync |
iprt/asmdefs.mac,IPRT/nocrt: Mangling fixes for fastcall compiler …
|
|
|
@96361
|
2 years |
vboxsync |
iprt/nocrt/algorithm: Just use shell sort for the std::sort …
|
|
|
@96354
|
2 years |
vboxsync |
IPRT/nocrt: Defined cout and cerr; implemented ostream::flush and …
|
|
|
@96345
|
2 years |
vboxsync |
IPRT/nocrt: Added missing implemention of new placement operators. …
|
|
|
@96329
|
2 years |
vboxsync |
IPRT/req: Docs typos.
|
|
|
@96277
|
2 years |
vboxsync |
iprt/asmdefs.mac: Add RTFLOAT32U_QNAN_PLUS/MINUS, …
|
|
|
@96251
|
2 years |
vboxsync |
VMM/IEM: Start implementing floating point SSE instructions using …
|
|
|
@96239
|
2 years |
vboxsync |
iprt/asmdefs.mac: Define RT_STRICT when DEBUG is defined and …
|
|
|
@96222
|
2 years |
vboxsync |
iprt/types.h,strtonum.cpp: QNAN values does not need to have bit zero …
|
|
|
@96221
|
2 years |
vboxsync |
iprt/nocrt/stdlib.h: _exit+_abort should use fatal assert not debug …
|
|
|
@96213
|
2 years |
vboxsync |
IPRT/nocrt: Implemented feraiseexcept and adjusted relevan code for …
|
|
|
@96211
|
2 years |
vboxsync |
iprt/x86.h,x86.mac: Added _BIT defines to accompany the X86_FSW_xE …
|
|
|
@96205
|
2 years |
vboxsync |
IPRT/nocrt: Implemented x86 and amd64 fenv.h to assist with the …
|
|
|
@96204
|
2 years |
vboxsync |
iprt/x86.h,x86.mac: Added X86_MXCSR_XCPT_FLAGS, X86_MXCSR_XCPT_MASK …
|
|
|
@96201
|
2 years |
vboxsync |
IPRT/nocrt: Implemented fegetround and fesetround to workaround the …
|
|
|
@96200
|
2 years |
vboxsync |
iprt: Ran 'kmk incs' and regenerated assembly includes.
|
|
|
@96199
|
2 years |
vboxsync |
iprt/x86.h: Added X86_MXCSR_RC_SHIFT. bugref:10261
|
|
|
@96197
|
2 years |
vboxsync |
IPRT/math.h: Define our own set of classification flags so we can test …
|
|
|
@96195
|
2 years |
vboxsync |
iprt/nocrt/stdlib.h: exit+abort should use fatal assert not debug …
|
|
|
@96193
|
2 years |
vboxsync |
iprt/cdefs.h,types.h: Better RT_COMPILER_LONG_DOUBLE_BITS ++ detection …
|
|
|
@96192
|
2 years |
vboxsync |
iprt/cdefs.h,types.h: Added a RT_COMPILER_WITH_64BIT_LONG_DOUBLE and a …
|
|
|
@96184
|
2 years |
vboxsync |
IPRT/nocrt: Added a testcase for the no-CRT math stuff with tests for …
|
|
|
@96180
|
2 years |
vboxsync |
IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
|
|
|
@96169
|
2 years |
vboxsync |
iprt/string.h: doxygen fix. bugref:10261
|
|
|
@96163
|
2 years |
vboxsync |
iprt/string.h: Document RTStrToLongDoubleEx and friends, updated …
|
|
|
@96160
|
2 years |
vboxsync |
iprt/string.h: Document RTStrToLongDoubleEx and friends, updated …
|
|
|
@96157
|
2 years |
vboxsync |
IPRT/strttofloat.cpp: Some fixes and blind attempt at making it build …
|
|
|
@96155
|
2 years |
vboxsync |
IPRT: Mangling of RTStrToFloat, RTStrToDouble and RTStrToLongDouble. …
|
|
|
@96152
|
2 years |
vboxsync |
IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
|
|
|
@96151
|
2 years |
vboxsync |
iprt/types.h: Some RTFLOAT* additions for simplifying writing …
|
|
|
@96150
|
2 years |
vboxsync |
iprt/nocrt/float.h: Adjusted DBL_MAX for MSC. bugref:10261
|
|
|
@96147
|
2 years |
vboxsync |
iprt/nocrt/stdlib.h: bsearch parameter names. bugref:10261
|
|
|
@96133
|
2 years |
vboxsync |
include/iprt/types.h: Add a RTUINT256U ymm view to X86YMMREG, bugref:9898
|
|
|
@96132
|
2 years |
vboxsync |
include/iprt/types.h: Add some single and double precision floating …
|
|
|
@96128
|
2 years |
vboxsync |
IPRT/nocrt: sscanf & vsscanf (untested). bugref:10261
|
|
|
@96127
|
2 years |
vboxsync |
IPRT/RTStrTo[U]Int[8|16|32|64][Ex|Full]: Tweaked the base parameter to …
|
|
|
@96124
|
2 years |
vboxsync |
IPRT: Added a RTFileDup API, only implemented on windows for now as I …
|
|
|
@96103
|
2 years |
vboxsync |
VMM: Add some new AMD CPUID feature bits.
|
|
|
@96098
|
2 years |
vboxsync |
IPRT/nocrt: Math constants: HUGH_VAL*, NAN, INFINITY. bugref:10261
|
|
|
@96092
|
2 years |
vboxsync |
iprt/asm.h: Changed ASMBitClearRange and ASMBitSetRange to take the …
|
|
|
@96091
|
2 years |
vboxsync |
IPRT/nocrt: Added clearerr, ferror, fgetc, fileno, fputc, fputs, …
|
|
|
@96090
|
2 years |
vboxsync |
iprt/asm.h: Changed ASMBitClearRange and ASMBitSetRange to take the …
|
|
|
@96089
|
2 years |
vboxsync |
IPRT/RTStream: Added RTStrmSeek, RTStrmTell, RTStrmSetBufferingMode …
|
|
|
@96086
|
2 years |
vboxsync |
iprt/nocrt/time.h: Build fix. bugref:10261
|
|
|
@96078
|
2 years |
vboxsync |
IPRT/RTStream: Added a RTStrmOpenFileHandle API for implementing …
|
|
|
@96077
|
2 years |
vboxsync |
IPRT/RTStream: Added a RTStrmOpenFileHandle API for implementing …
|
|
|
@96076
|
2 years |
vboxsync |
IPRT/RTFileOpen: Added a RTFILE_O_TEMP_AUTO_DELETE flag for …
|
|
|
@96075
|
2 years |
vboxsync |
IPRT/nocrt: access. bugref:10261
|
|
|
@96074
|
2 years |
vboxsync |
IPRT/nocrt: abs, labs and llabs. bugref:10261
|
|
|
@96073
|
2 years |
vboxsync |
IPRT/nocrt: strerror; atexit fix. bugref:10261
|
|
|
@96070
|
2 years |
vboxsync |
IPRT/nocrt: atexit, fstat, isatty, read, unlink, rand, qsort and …
|
|
|
@96069
|
2 years |
vboxsync |
iprt/errno.h,nocrt/errno.h: Use the iprt/errno.h wrapper in nocrt …
|
|
|
@96052
|
2 years |
vboxsync |
IPRT/nocrt: Added no-CRT per-thread data like errno and strtok state. …
|
|
|
@96043
|
2 years |
vboxsync |
IPRT,/Config.kmk,iprt/asmdefs.mac,Add/3D/Config.kmk: Generate weak CRT …
|
|
|
@96042
|
2 years |
vboxsync |
iprt/cdefs.h: RT_FORCE_NOCRT_WRAPPERS for overriding …
|
|
|
@96039
|
2 years |
vboxsync |
iprt/nocrt/time.h: Attempt at fixing the header compile check on …
|
|
|
@96037
|
2 years |
vboxsync |
iprt/nocrt/compiler/watcom.h,/types.h: Don't use watcom's stddef.h …
|
|
|
@96027
|
2 years |
vboxsync |
include/iprt/nocrt: Another try at fixing header builds on linux. …
|
|
|
@96019
|
2 years |
vboxsync |
include/iprt/nocrt: Header build fixes for linux. bugref:10261
|
|
|
@96018
|
2 years |
vboxsync |
iprt/nocrt: Simple unistd.h replacement. bugref:10261
|
|
|
@96017
|
2 years |
vboxsync |
include/iprt/nocrt: Header build fixes for windows. bugref:10261
|
|
|
@96015
|
2 years |
vboxsync |
iprt/asmdefs.mac: Fixed trouble with emitting weak aliases …
|
|
|
@96013
|
2 years |
vboxsync |
include/iprt/nocrt: More prototypes & some fixes. bugref:10261
|
|
|
@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 …
|
|
|