|
|
@96453
|
2 years |
vboxsync |
IPRT,Add: Build fixes related to VBoxAddInstallNt3x and …
|
|
|
@96448
|
2 years |
vboxsync |
IPRT/nocrt: A few tricks to avoid dragging in log.cpp into static …
|
|
|
@96444
|
2 years |
vboxsync |
IPRT: Split out the public init data into separate files and made it …
|
|
|
@96442
|
2 years |
vboxsync |
IPRT: Split out the public init data into separate files and made it …
|
|
|
@96420
|
2 years |
vboxsync |
IPRT/nocrt: Implemented GSHandlerCheck so we can avoid overrunning …
|
|
|
@96407
|
2 years |
vboxsync |
scm copyright and license note update
|
|
|
@96400
|
2 years |
vboxsync |
IPRT/nocrt: Build fix related to RuntimeR3NoCrt users. bugref:10261
|
|
|
@96388
|
2 years |
vboxsync |
IPRT/nocrt: Introduced an internal rtNoCrtFatalMsg/Write API to be …
|
|
|
@96373
|
2 years |
vboxsync |
IPRT/nocrt: Implemented wcslen. bugref:10261
|
|
|
@96371
|
2 years |
vboxsync |
IPRT/nocrt: Cooked up ftol2 and ftol2_sse, stubbed …
|
|
|
@96367
|
2 years |
vboxsync |
bldprogs/genalias,IPRT/Makefile.kmk: Adjustments for targeting win.x86 …
|
|
|
@96354
|
2 years |
vboxsync |
IPRT/nocrt: Defined cout and cerr; implemented ostream::flush and …
|
|
|
@96338
|
2 years |
vboxsync |
IPRT/nocrt: Implemented powf. bugref:10261
|
|
|
@96337
|
2 years |
vboxsync |
IPRT/nocrt: Split out the core of the pow() code into a common …
|
|
|
@96321
|
2 years |
vboxsync |
IPRT/nocrt: Implemented pow(). bugref:10261
|
|
|
@96298
|
2 years |
vboxsync |
IPRT/nocrt: Implemented frexp, frexpf and frexpl. bugref:10261
|
|
|
@96282
|
2 years |
vboxsync |
IPRT/nocrt: Implemented expf. bugref:10261
|
|
|
@96280
|
2 years |
vboxsync |
IPRT/nocrt: Implemented exp. bugref:10261
|
|
|
@96279
|
2 years |
vboxsync |
IPRT/nocrt: Implemented log2f and added testing of log2 and log2f. …
|
|
|
@96271
|
2 years |
vboxsync |
IPRT: Don't include the windows error defines in the static libraries …
|
|
|
@96269
|
2 years |
vboxsync |
IPRT: Don't include the windows error defines in the static libraries …
|
|
|
@96246
|
2 years |
vboxsync |
IPRT,ValKit: Moved the whitelist to ValKit/Config.kmk so the IPRT …
|
|
|
@96240
|
2 years |
vboxsync |
IPRT/nocrt: Reworking the sin and cos code to take into account which …
|
|
|
@96213
|
2 years |
vboxsync |
IPRT/nocrt: Implemented feraiseexcept and adjusted relevan code for …
|
|
|
@96206
|
2 years |
vboxsync |
IPRT/nocrt: Removed old fenv code. bugref:10261
|
|
|
@96205
|
2 years |
vboxsync |
IPRT/nocrt: Implemented x86 and amd64 fenv.h to assist with the …
|
|
|
@96202
|
2 years |
vboxsync |
IPRT/nocrt: Implemented fegetround and fesetround to workaround the …
|
|
|
@96182
|
2 years |
vboxsync |
IPRT/nocrt: exp2 and exp2f. bugref:10261
|
|
|
@96167
|
2 years |
vboxsync |
IPRT/nocrt: Simple atan, atanf, atan2 and atan2f implementations based …
|
|
|
@96164
|
2 years |
vboxsync |
IPRT/errmsgwin.cpp: Made IPRT_ERRMSG_DEFINES_ONLY only option next to …
|
|
|
@96159
|
2 years |
vboxsync |
IPRT/nocrt: strtod, a makefile correction, and ERANGE errno mapping. …
|
|
|
@96157
|
2 years |
vboxsync |
IPRT/strttofloat.cpp: Some fixes and blind attempt at making it build …
|
|
|
@96154
|
2 years |
vboxsync |
IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
|
|
|
@96152
|
2 years |
vboxsync |
IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
|
|
|
@96129
|
2 years |
vboxsync |
IPRT/nocrt: bsearch. bugref:10261
|
|
|
@96128
|
2 years |
vboxsync |
IPRT/nocrt: sscanf & vsscanf (untested). bugref:10261
|
|
|
@96125
|
2 years |
vboxsync |
IPRT/nocrt: Added dup. bugref:10261
|
|
|
@96122
|
2 years |
vboxsync |
IPRT/nocrt: fmax, fmaxf and fmaxl. bugref:10261
|
|
|
@96120
|
2 years |
vboxsync |
IPRT/nocrt: fmin, fminf and fminl. bugref:10261
|
|
|
@96118
|
2 years |
vboxsync |
IPRT/nocrt: llround, llroundf and llroundl. bugref:10261
|
|
|
@96117
|
2 years |
vboxsync |
IPRT/nocrt: lround, lroundf, lroundl, rint, rintf, round, roundf and …
|
|
|
@96112
|
2 years |
vboxsync |
IPRT/nocrt: very basic sqrt and sqrtf implementations. bugref:10261
|
|
|
@96108
|
2 years |
vboxsync |
IPRT/nocrt: fma and fmaf. bugref:10261
|
|
|
@96102
|
2 years |
vboxsync |
IPRT/nocrt: Just map atof onto a future strtod implementation. bugref:10261
|
|
|
@96101
|
2 years |
vboxsync |
IPRT/nocrt: copysign, copysignf and copysignl. bugref:10261
|
|
|
@96098
|
2 years |
vboxsync |
IPRT/nocrt: Math constants: HUGH_VAL*, NAN, INFINITY. bugref:10261
|
|
|
@96093
|
2 years |
vboxsync |
IPRT/nocrt: Math classification functions. bugref:10261
|
|
|
@96091
|
2 years |
vboxsync |
IPRT/nocrt: Added clearerr, ferror, fgetc, fileno, fputc, fputs, …
|
|
|
@96081
|
2 years |
vboxsync |
IPRT/nocrt: Implemented fopen, fdopen, tmpfile, tmpfile_s, fflush and …
|
|
|
@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
|
|
|
@96072
|
2 years |
vboxsync |
IPRT/nocrt: open & close. bugref:10261
|
|
|
@96070
|
2 years |
vboxsync |
IPRT/nocrt: atexit, fstat, isatty, read, unlink, rand, qsort and …
|
|
|
@96067
|
2 years |
vboxsync |
IPRT/nocrt: Added snprintf, vsnprintf, scprintf and vscprintf. bugref:10261
|
|
|
@96060
|
2 years |
vboxsync |
IPRT/nocrt: Make use of existing floating point assembly code, …
|
|
|
@96059
|
2 years |
vboxsync |
IPRT/nocrt: Added atoi and corrected strto* aliasing. bugref:10261
|
|
|
@96058
|
2 years |
vboxsync |
IPRT/nocrt: Added strtoull. bugref:10261
|
|
|
@96056
|
2 years |
vboxsync |
IPRT/nocrt: Added strtoll and strtoul. bugref:10261
|
|
|
@96052
|
2 years |
vboxsync |
IPRT/nocrt: Added no-CRT per-thread data like errno and strtok state. …
|
|
|
@96045
|
2 years |
vboxsync |
IPRT/nocrt: Added strdup, stricmp, strtok, strcat, strncat, strnlen …
|
|
|
@96043
|
2 years |
vboxsync |
IPRT,/Config.kmk,iprt/asmdefs.mac,Add/3D/Config.kmk: Generate weak CRT …
|
|
|
@96016
|
2 years |
vboxsync |
IPRT: Removed non-working string _alias files and tried to address the …
|
|
|
@95968
|
2 years |
vboxsync |
IPRT: Mangling adjustments for gcc 12.1.1.
|
|
|
@95932
|
2 years |
vboxsync |
IPRT/nocrt: build fix. bugref:10261
|
|
|
@95928
|
2 years |
vboxsync |
IPRT/Makefile.kmk: Restructured the VBOX_WITH_NOCRT_STATIC tricks so …
|
|
|
@95925
|
2 years |
vboxsync |
IPRT/Makefile.kmk: Restructured the VBOX_WITH_NOCRT_STATIC tricks so …
|
|
|
@95915
|
2 years |
vboxsync |
IPRT/nocrt: Added _purecall. bugref:10261
|
|
|
@95887
|
2 years |
vboxsync |
IPRT/nocrt: Use r3/stream.cpp instead of the minimalistic one …
|
|
|
@95872
|
2 years |
vboxsync |
IPRT/nocrt: Build fix for VBoxAddInstallNt3x again. bugref:10261
|
|
|
@95870
|
2 years |
vboxsync |
IPRT/nocrt: Split up the startup code and added the basic DLL startup …
|
|
|
@95861
|
2 years |
vboxsync |
IPRT: nocrt-WinMainCRTStartup-win.asm for windows apps. bugref:10261
|
|
|
@95848
|
2 years |
vboxsync |
IPRT/nocrt-streams-win.cpp: Build kludge for VBoxAddInstallNt3x. Will …
|
|
|
@95845
|
2 years |
vboxsync |
IPRT/nocrt: Added file defining _fltused. bugref:10261
|
|
|
@95842
|
2 years |
vboxsync |
IPRT/env-generic.cpp: Refactored RTEnvCloneEx, rewriting the cloning …
|
|
|
@95834
|
2 years |
vboxsync |
IPRT/nocrt: Call C & C++ initializers and terminators. TLS directory …
|
|
|
@95832
|
2 years |
vboxsync |
IPRT/nocrt: Moved generic compiler support code for VS 2019 out of the …
|
|
|
@95831
|
2 years |
vboxsync |
IPRT/nocrt: More nocrt code needed for VS 2019. Code flow guard works …
|
|
|
@95818
|
2 years |
vboxsync |
IPRT: More IPRT_NO_CRT work on windows. bugref:10261
|
|
|
@95815
|
2 years |
vboxsync |
IPRT/Makefile.kmk: A bunch of VBOX_WITH_NOCRT_STATIC adjustments. …
|
|
|
@95738
|
2 years |
vboxsync |
IPRT/process-win.cpp: Use the wide-char version of Process32First and …
|
|
|
@95737
|
2 years |
vboxsync |
IPRT/Makefile.kmk: Some static/nocrt adjustments for RuntimeGuestR3. …
|
|
|
@95464
|
2 years |
vboxsync |
IPRT/RuntimeR0: Need to include crc32c.cpp now. bugref:9898
|
|
|
@95226
|
2 years |
vboxsync |
Runtime: Fix for r151731 (switching to openssl 3.0.3), bugref:10128
|
|
|
@95130
|
3 years |
vboxsync |
IPRT/Makefile.kmk: Better dependencies for the .def file …
|
|
|
@95127
|
3 years |
vboxsync |
IPRT/Makefile.kmk: Better dependencies for the .def file …
|
|
|
@95113
|
3 years |
vboxsync |
IPRT/win: Export and import library adjustments for C++17 and noexcept …
|
|
|
@94874
|
3 years |
vboxsync |
IPRT/VBoxRTImp-gcc.def: Export adjustments for c++17. bugref:9898
|
|
|
@94871
|
3 years |
vboxsync |
IPRT/VBoxRTImp.def: List assembly routines that non-x86/amd64 does not …
|
|
|
@94561
|
3 years |
vboxsync |
IPRT: Fixed some errors when VBOX_WITH_MORE_NT4_COMPAT_BINARIES is …
|
|
|
@94544
|
3 years |
vboxsync |
IPRT: Include RTUInt128MulByU64Ex.asm in RuntimeR0. bugref:9898
|
|
|
@94511
|
3 years |
vboxsync |
IPRT: Added RTUInt128MulEx and RTUInt128MulU64Ex as well as a limited …
|
|
|
@94471
|
3 years |
vboxsync |
Validation Kit/unit tests: No DTraceR3 for VBoxRT when Valdation Kit …
|
|
|
@94467
|
3 years |
vboxsync |
Validation Kit/unit tests: More Makefile fun for IPRT and friends. …
|
|
|
@94464
|
3 years |
vboxsync |
Validation Kit/unit tests: Exclude OS/2 for now. bugref:10195
|
|
|
@94463
|
3 years |
vboxsync |
Validation Kit/unit tests: Try building the testcases (unit tests) for …
|
|
|
@94406
|
3 years |
vboxsync |
Runtime: Make it possible to override PAM usage with IPRT_WITHOUT_PAM …
|
|
|
@94300
|
3 years |
vboxsync |
IPRT: Added RTStrFormatR64 and RTStrFormatR32 and split out the …
|
|
|
@94157
|
3 years |
vboxsync |
Runtime: Windows build fixes and updated .def file in preparation for …
|
|
|
@94040
|
3 years |
vboxsync |
IPRT: Include mempcpy on solaris too so we can build DevFwCommon after …
|
|
|