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) @99792   20 months vboxsync Runtime: Disable some stuff for now when running under parfait, bugref:3409
(edit) @99709   21 months vboxsync *.kmk: Added a VBOX_DOXYGEN variable for controlling which doxygen …
(edit) @99538   21 months vboxsync iprt/runtime-loader.h: Added RT_PROXY_VARIADICT_STUB hack. Cleanups.
(edit) @99040   22 months vboxsync *.kmk: Applied scm with new indenting of multiline variable/function …
(edit) @98753   23 months vboxsync Config.kmk: Try to enable the use of liblzma again, bugref:10254 …
(edit) @98748   23 months 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   2 years vboxsync IPRT/nocrt: GSHandlerCheck_SEH and a basic C_specific_handler. …
(edit) @96542   2 years vboxsync IPRT: Added RTUtf16FindAscii. bugref:10261
(edit) @96528   2 years vboxsync IPRT/Makefile.kmk: Need RuntimeR3 or RuntimeR3NoAsan for the device …
(edit) @96525   2 years vboxsync /Config.kmk,IPRT/Makefile.kmk: We need a RuntimR3NoAsan.lib for asan …
(edit) @96505   2 years vboxsync IPRT: Dynamically resolve GetProcessAffinityMask, …
(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 …
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