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) @100314   20 months vboxsync Runtime/Makefile.kmk: Exclude some code in the guest and build progs …
(edit) @100311   20 months vboxsync Runtime/Makefile.kmk: Exclude some code in the guest and build progs …
(edit) @100307   20 months vboxsync Runtime,Additions,HostDrivers: Provide API to query the host page size …
(edit) @100192   21 months vboxsync *: Some of the easy build fixes for linux.arm64 not warranting their …
(edit) @100191   21 months vboxsync *: Some of the easy build fixes for linux.arm64 not warranting their …
(edit) @100006   21 months vboxsync Runtime: Start implementing the RTFdt* API to read and write flattened …
(edit) @99792   22 months vboxsync Runtime: Disable some stuff for now when running under parfait, bugref:3409
(edit) @99709   22 months vboxsync *.kmk: Added a VBOX_DOXYGEN variable for controlling which doxygen …
(edit) @99538   23 months vboxsync iprt/runtime-loader.h: Added RT_PROXY_VARIADICT_STUB hack. Cleanups.
(edit) @99040   2 years vboxsync *.kmk: Applied scm with new indenting of multiline variable/function …
(edit) @98753   2 years vboxsync Config.kmk: Try to enable the use of liblzma again, bugref:10254 …
(edit) @98748   2 years vboxsync Runtime: Fix for r156046 (Config.kmk: Fix SDK_VBoxLzf SDK for x86 targets)
(edit) @98738   2 years vboxsync Runtime/Makefile.kmk: Fix when liblzma is enabled, bugref:10254
(edit) @98734   2 years vboxsync Config.kmk,Runtime: Add support for xz archives using liblzma-5.4.1, …
(edit) @98732   2 years vboxsync Config.kmk,Runtime: Add support for xz archives using liblzma-5.4.1, …
(edit) @98513   2 years vboxsync IPRT,/Config.kmk,Add/*.kmk: Drop int64.lib, use our own implementation …
(edit) @98511   2 years vboxsync IPRT,/Config.kmk,Add/*.kmk: Drop int64.lib, use our own implementation …
(edit) @98497   2 years vboxsync IPRT/vcc: Working on 64-bit integer support routines for the 32-bit …
(edit) @98439   2 years vboxsync src/VBox/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98409   2 years vboxsync IPRT/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98322   2 years vboxsync Runtime,Main: Remove the now unused and deprecated RTTar* API in favor …
(edit) @98307   2 years vboxsync Runtime/RTS3: Retire unused implementation, can be resurrected if required
(edit) @98256   2 years vboxsync *.kmk: s/VBOX_NTDLL/VBoxNtDll/ (sdk) bugref:10348
(edit) @98255   2 years vboxsync *.kmk,configure*: s/VBOX_ZLIB_STATIC/VBoxZlibStatic/ …
(edit) @98254   2 years vboxsync *.kmk,configure*: s/VBoXLibXml2/VBoxLibXml2 (typo) bugref:10348
(edit) @98253   2 years vboxsync *.kmk,configure*: s/VBOX_LIBXML2/VBoxLibXml2 (sdk) bugref:10348
(edit) @98249   2 years vboxsync /*.kmk,configure*: …
(edit) @98242   2 years vboxsync IPRT/Makefile.kmk: RuntimeR0Drv_SDKS.win should not include OpenSSL. …
(edit) @98241   2 years vboxsync *.kmk,configure*: s/VBOX_OPENSSL2/VBoxOpenSsl/ …
(edit) @98240   2 years vboxsync *.kmk,configure*: s/VBOX_LZF/VBoxLzf/ (SDK) bugref:10348
(edit) @98238   2 years vboxsync *.kmk,configure*: s/VBOX_LIBCURL/VBoxLibCurl/ (SDK) bugref:10348
(edit) @98181   2 years vboxsync /Config.kmk,IPRT/Makefile.kmk: Removed unused RuntimeR3NoCRTGCC …
(edit) @98169   2 years vboxsync *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
(edit) @98151   2 years vboxsync IPRT/vcc: Split out the stack probing code (_chkstk) from …
(edit) @98126   2 years vboxsync *.kmk: s/VBOXGUESTR0LIB/VBoxGuestR0DrvLib/ …
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97862   2 years vboxsync IPRT/nocrt: Added a simple structured exception handling (SEH) …
(edit) @97778   2 years vboxsync IPRT/RTSystemFirmware/solaris: Add a Solaris-specific implementation …
(edit) @97766   2 years vboxsync IPRT/RTSystemFirmware/solaris: Add a Solaris-specific implementation …
(edit) @97646   2 years vboxsync IPRT: Added RTProcSignalName and a generic implementation of it.
(edit) @96925   2 years vboxsync VMM,RuntimeR0: Flush the log buffer directly to the parent VMM if …
(edit) @96892   2 years vboxsync IPRT: Fixing OS/2 ar issue after r153702 (loggig via CPUID). [typo]
(edit) @96891   2 years vboxsync IPRT: Fixing OS/2 ar issue after r153702 (loggig via CPUID).
(edit) @96811   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96753   2 years vboxsync RTSignTool: Added commands for extracting root certificates for both a …
(edit) @96622   2 years vboxsync IPRT: Added RTTimeFormatDuration[Ex] for duration/interval formatting.
(edit) @96579   2 years vboxsync IPRT/nocrt: Build fix. bugref:10261
(edit) @96559   3 years vboxsync IPRT/nocrt: GSHandlerCheck_SEH and a basic C_specific_handler. …
(edit) @96542   3 years vboxsync IPRT: Added RTUtf16FindAscii. bugref:10261
(edit) @96528   3 years vboxsync IPRT/Makefile.kmk: Need RuntimeR3 or RuntimeR3NoAsan for the device …
(edit) @96525   3 years vboxsync /Config.kmk,IPRT/Makefile.kmk: We need a RuntimR3NoAsan.lib for asan …
(edit) @96505   3 years vboxsync IPRT: Dynamically resolve GetProcessAffinityMask, …
(edit) @96453   3 years vboxsync IPRT,Add: Build fixes related to VBoxAddInstallNt3x and …
(edit) @96448   3 years vboxsync IPRT/nocrt: A few tricks to avoid dragging in log.cpp into static …
(edit) @96444   3 years vboxsync IPRT: Split out the public init data into separate files and made it …
(edit) @96442   3 years vboxsync IPRT: Split out the public init data into separate files and made it …
(edit) @96420   3 years vboxsync IPRT/nocrt: Implemented GSHandlerCheck so we can avoid overrunning …
(edit) @96407   3 years vboxsync scm copyright and license note update
(edit) @96400   3 years vboxsync IPRT/nocrt: Build fix related to RuntimeR3NoCrt users. bugref:10261
(edit) @96388   3 years vboxsync IPRT/nocrt: Introduced an internal rtNoCrtFatalMsg/Write API to be …
(edit) @96373   3 years vboxsync IPRT/nocrt: Implemented wcslen. bugref:10261
(edit) @96371   3 years vboxsync IPRT/nocrt: Cooked up ftol2 and ftol2_sse, stubbed …
(edit) @96367   3 years vboxsync bldprogs/genalias,IPRT/Makefile.kmk: Adjustments for targeting win.x86 …
(edit) @96354   3 years vboxsync IPRT/nocrt: Defined cout and cerr; implemented ostream::flush and …
(edit) @96338   3 years vboxsync IPRT/nocrt: Implemented powf. bugref:10261
(edit) @96337   3 years vboxsync IPRT/nocrt: Split out the core of the pow() code into a common …
(edit) @96321   3 years vboxsync IPRT/nocrt: Implemented pow(). bugref:10261
(edit) @96298   3 years vboxsync IPRT/nocrt: Implemented frexp, frexpf and frexpl. bugref:10261
(edit) @96282   3 years vboxsync IPRT/nocrt: Implemented expf. bugref:10261
(edit) @96280   3 years vboxsync IPRT/nocrt: Implemented exp. bugref:10261
(edit) @96279   3 years vboxsync IPRT/nocrt: Implemented log2f and added testing of log2 and log2f. …
(edit) @96271   3 years vboxsync IPRT: Don't include the windows error defines in the static libraries …
(edit) @96269   3 years vboxsync IPRT: Don't include the windows error defines in the static libraries …
(edit) @96246   3 years vboxsync IPRT,ValKit: Moved the whitelist to ValKit/Config.kmk so the IPRT …
(edit) @96240   3 years vboxsync IPRT/nocrt: Reworking the sin and cos code to take into account which …
(edit) @96213   3 years vboxsync IPRT/nocrt: Implemented feraiseexcept and adjusted relevan code for …
(edit) @96206   3 years vboxsync IPRT/nocrt: Removed old fenv code. bugref:10261
(edit) @96205   3 years vboxsync IPRT/nocrt: Implemented x86 and amd64 fenv.h to assist with the …
(edit) @96202   3 years vboxsync IPRT/nocrt: Implemented fegetround and fesetround to workaround the …
(edit) @96182   3 years vboxsync IPRT/nocrt: exp2 and exp2f. bugref:10261
(edit) @96167   3 years vboxsync IPRT/nocrt: Simple atan, atanf, atan2 and atan2f implementations based …
(edit) @96164   3 years vboxsync IPRT/errmsgwin.cpp: Made IPRT_ERRMSG_DEFINES_ONLY only option next to …
(edit) @96159   3 years vboxsync IPRT/nocrt: strtod, a makefile correction, and ERANGE errno mapping. …
(edit) @96157   3 years vboxsync IPRT/strttofloat.cpp: Some fixes and blind attempt at making it build …
(edit) @96154   3 years vboxsync IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
(edit) @96152   3 years vboxsync IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
(edit) @96129   3 years vboxsync IPRT/nocrt: bsearch. bugref:10261
(edit) @96128   3 years vboxsync IPRT/nocrt: sscanf & vsscanf (untested). bugref:10261
(edit) @96125   3 years vboxsync IPRT/nocrt: Added dup. bugref:10261
(edit) @96122   3 years vboxsync IPRT/nocrt: fmax, fmaxf and fmaxl. bugref:10261
(edit) @96120   3 years vboxsync IPRT/nocrt: fmin, fminf and fminl. bugref:10261
(edit) @96118   3 years vboxsync IPRT/nocrt: llround, llroundf and llroundl. bugref:10261
(edit) @96117   3 years vboxsync IPRT/nocrt: lround, lroundf, lroundl, rint, rintf, round, roundf and …
(edit) @96112   3 years vboxsync IPRT/nocrt: very basic sqrt and sqrtf implementations. bugref:10261
(edit) @96108   3 years vboxsync IPRT/nocrt: fma and fmaf. bugref:10261
(edit) @96102   3 years vboxsync IPRT/nocrt: Just map atof onto a future strtod implementation. bugref:10261
(edit) @96101   3 years vboxsync IPRT/nocrt: copysign, copysignf and copysignl. bugref:10261
(edit) @96098   3 years vboxsync IPRT/nocrt: Math constants: HUGH_VAL*, NAN, INFINITY. bugref:10261
(edit) @96093   3 years vboxsync IPRT/nocrt: Math classification functions. bugref:10261
(edit) @96091   3 years vboxsync IPRT/nocrt: Added clearerr, ferror, fgetc, fileno, fputc, fputs, …
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