summaryrefslogtreecommitdiff
path: root/Config.kmk
Commit message (Expand)AuthorAgeFilesLines
* Main: More Clang 13 build fixes (warnings as errors) [SCM fix].vboxsync2023-05-111-1/+1
* Main: More Clang 13 build fixes (warnings as errors) [better fix, use global ...vboxsync2023-05-111-2/+2
* Main: More Clang 13 build fixes (warnings as errors) [better fix, use global ...vboxsync2023-05-111-0/+3
* *.kmk: Changed the VBOX_ONLY_SDK_ON_WINDOWS for VBOX_ONLY_SDK_ON_HOST and VBO...vboxsync2023-05-101-1/+1
* *.kmk: Added a VBOX_DOXYGEN variable for controlling which doxygen binary we ...vboxsync2023-05-091-1/+1
* *.kmk: Added a VBOX_DOXYGEN variable for controlling which doxygen binary we ...vboxsync2023-05-091-0/+5
* *kmk: VBOX_ONLY_SDK_ON_WINDOWS changes and cleanups. bugref:10442vboxsync2023-05-091-2/+2
* Config.kmk,ParfaitConfig.kmk: scm fixes, bugref:3409vboxsync2023-05-051-1/+1
* Config.kmk,Makefile.kmk,tools/Makefile.kmk: Set up the parfait toolchain as a...vboxsync2023-05-051-0/+15
* /Config.kmk: We're not able to build the docs on Solaris any more, so automat...vboxsync2023-05-051-0/+4
* FE/Qt: Revert an unintended change in Config.kmk introduced in r156971.vboxsync2023-04-201-1/+0
* Check if XDG_SESSION_TYPE is set to tty, else GUI refuses to start in ssh ses...vboxsync2023-04-201-0/+1
* /Config.kmk,FE/Qt: Issue warning if using Qt debug build w/o also setting VBO...vboxsync2023-04-191-21/+32
* /Config.kmk,/Makefile.kmk: VBOX_QT_DBG for debug build support.vboxsync2023-04-181-1/+3
* switching from curl-7.87.0 to curl-8.0.1vboxsync2023-04-071-2/+2
* FE/VBoxBFE: Revive as a very limited version, will mainly serve as a playgrou...vboxsync2023-03-191-0/+2
* *.kmk: Applied scm with new indenting of multiline variable/function expansio...vboxsync2023-03-181-145/+145
* *.kmk: Command comment indent fixes by scm. bugref:10348vboxsync2023-03-171-1/+1
* Config.kmk: Add VBOX_WITH_VIRT_ARMV8 (disabled by default) for guarding code ...vboxsync2023-03-141-1/+1
* Config.kmk: Add VBOX_WITH_VIRT_ARMV8 (disabled by default) for guarding code ...vboxsync2023-03-141-0/+4
* /Config.kmk,Add/Nt/Installer: Drop the dependency on the 32-bit build for the...vboxsync2023-03-131-1/+1
* /Config.kmk,Add/Nt/Installer: Drop the dependency on the 32-bit build for the...vboxsync2023-03-131-5/+18
* Docs: Removing CHM related bits.vboxsync2023-03-131-9/+2
* Docs: bugref:10302. Ading /usr/lib/jvm/jre to JAVA_HOMEvboxsync2023-03-091-0/+1
* libs/libtpms-0.9.6: Applied and adjusted our libtpms changes to 0.9.6, bugref...vboxsync2023-03-081-1/+1
* Guest Control: Enabled VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS by default. Newer Gue...vboxsync2023-02-281-1/+1
* Config.kmk: Try to enable the use of liblzma again, bugref:10254vboxsync2023-02-271-1/+1
* Config.kmk: Disable VBOX_WITH_LIBLZMA again as it doesn't build everywehere c...vboxsync2023-02-251-1/+1
* Config.kmk: Fix SDK_VBoxLzf SDK for x86 targetsvboxsync2023-02-251-1/+1
* Config.kmk: Enable VBOX_WITH_LIBLZMA by default, bugref:10254 [build fix]vboxsync2023-02-251-1/+1
* Config.kmk: Enable VBOX_WITH_LIBLZMA by default, bugref:10254vboxsync2023-02-251-0/+2
* lobs/liblzma-5.4.1: Windows build fixes, bugref:10254vboxsync2023-02-251-0/+4
* Config.kmk,Runtime: Add support for xz archives using liblzma-5.4.1, bugref:1...vboxsync2023-02-251-4/+17
* Main/cbindings,/Config.kmk: Added VBoxCAPI-x86.dll/so/dylib for 32-bit apps. ...vboxsync2023-02-221-0/+18
* Validation Kit: Reverted r155962 again (not needed, didn't see the fixes made...vboxsync2023-02-201-1/+1
* Validation Kit: Better fix for r155941 (pylint / consider-using-dict-items); ...vboxsync2023-02-201-1/+1
* /Config.kmk: Another pylint 2.16.2 adjustment.vboxsync2023-02-201-0/+2
* /Config.kmk: Disable broad-exception-raised pylint warning (2.16.2, possibly ...vboxsync2023-02-201-0/+1
* Config.kmk: Enable building and using DXVK on macOS, bugref:10013 [second try]vboxsync2023-02-191-1/+1
* Revert r155930 again for now as the mac4 build environments are too old to ha...vboxsync2023-02-181-1/+1
* Config.kmk: Enable building and using DXVK on macOS, bugref:10013vboxsync2023-02-181-1/+1
* /Config.kmk: Case corrections for VBOX_EDIT_INF*_FN.vboxsync2023-02-181-4/+4
* Guest Control: Initial commit (work in progress, disabled by default). bugref...vboxsync2023-02-101-0/+5
* IPRT,/Config.kmk,Add/*.kmk: Drop int64.lib, use our own implementation from I...vboxsync2023-02-081-24/+1
* /*.kmk: Automatic scm cleanups. bugref:10348vboxsync2023-02-021-1/+1
* /Config.kmk: Automatic scm cleanups. bugref:10348vboxsync2023-02-011-1787/+1787
* /Config.kmk: A fix and prepare for scm cleanup. bugref:10348vboxsync2023-02-011-2/+2
* curl-7.87.0: switching to 7.87.0. bugref:10356vboxsync2023-01-271-2/+2
* /Config.kmk, Additions/*.inf: Always qualify the key installer sections with ...vboxsync2023-01-251-4/+4
* FE/SDL. bugref:9449. Removing secure label related code.vboxsync2023-01-251-15/+0