VirtualBox

source: vbox/trunk/src/VBox/Runtime/Makefile.kmk

Revision Log Mode:


Legend:

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette