summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/testcase/Makefile.kmk
Commit message (Expand)AuthorAgeFilesLines
* IPRT/vcc: Working on 64-bit integer support routines for the 32-bit Visual C+...vboxsync2023-02-071-1/+20
* IPRT/*.kmk: Automatic scm cleanups. bugref:10348vboxsync2023-02-011-904/+904
* Runtime/RTS3: Retire unused implementation, can be resurrected if requiredvboxsync2023-01-251-5/+1
* *.kmk: s/VBOX_NTDLL/VBoxNtDll/ (sdk) bugref:10348vboxsync2023-01-231-1/+1
* /*.kmk,configure*: s/SOFTFLOATGUESTR3SHARED/VBoxSoftFloatGuestR3Shared/ s/VBO...vboxsync2023-01-231-1/+1
* *.kmk,configure*: s/VBOX_OPENSSL2/VBoxOpenSsl/ s/VBOX_OPENSSL-x86/VBoxOpenSsl...vboxsync2023-01-231-1/+1
* *.kmk,configure*: s/VBOX_LIBCURL/VBoxLibCurl/ (SDK) bugref:10348vboxsync2023-01-231-1/+1
* *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348vboxsync2023-01-201-144/+144
* IPRT: VBOX_ONLY_VALIDATIONKIT warnings.vboxsync2023-01-051-31/+35
* IPRT/testcases: Added a first (minimal) testcase for the No-CRT vector implem...vboxsync2023-01-031-3/+2
* IPRT/testcases: Added a first (minimal) testcase for the No-CRT vector implem...vboxsync2023-01-031-2/+6
* IPRT/nocrt: Added a simple structured exception handling (SEH) testcase and d...vboxsync2022-12-231-2/+18
* IPRT: Added RTCListBase == and != operator support + testcases.vboxsync2022-12-161-0/+4
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* IPRT/nocrt: Implemented wcslen. bugref:10261vboxsync2022-08-201-1/+2
* IPRT/nocrt: Implemented powf. bugref:10261vboxsync2022-08-191-0/+1
* IPRT/nocrt: Split out the core of the pow() code into a common function and c...vboxsync2022-08-191-0/+1
* IPRT/nocrt: Implemented pow(). bugref:10261vboxsync2022-08-191-0/+1
* IPRT/nocrt: Implemented frexp, frexpf and frexpl. bugref:10261vboxsync2022-08-181-0/+3
* IPRT/nocrt: Implemented expf. bugref:10261vboxsync2022-08-181-0/+1
* IPRT/nocrt: Implemented exp. bugref:10261vboxsync2022-08-181-0/+1
* IPRT/nocrt: Implemented log2f and added testing of log2 and log2f. bugref:10261vboxsync2022-08-181-0/+2
* IPRT/testcase: Some more VBOX_WITH_VALIDATIONKIT_UNITTESTS_PACKING tweaking, ...vboxsync2022-08-171-6/+6
* IPRT,ValKit: Moved the whitelist to ValKit/Config.kmk so the IPRT testcase Ma...vboxsync2022-08-171-266/+205
* Runtime/testcase/Makefile.kmk: Only include ValKit/Config.kmk if it wasn't al...vboxsync2022-08-171-4/+9
* IPRT/nocrt: Reworking the sin and cos code to take into account which ranges ...vboxsync2022-08-171-0/+1
* IPRT/nocrt: Implemented feraiseexcept and adjusted relevan code for X86_FSW_X...vboxsync2022-08-151-0/+1
* IPRT/nocrt: Removed old fenv code. bugref:10261vboxsync2022-08-141-2/+16
* IPRT/nocrt: More test and fixes to rint, rintf, trunc, truncf and truncl. bug...vboxsync2022-08-141-0/+2
* IPRT/nocrt: Added a testcase for the no-CRT math stuff with tests for exp2 an...vboxsync2022-08-131-1/+1
* IPRT/nocrt: Added a testcase for the no-CRT math stuff with tests for exp2 an...vboxsync2022-08-131-1/+96
* Validation Kit/unit tests: Cleaned up build templates by moving the Validatio...vboxsync2022-05-091-1/+7
* Validation Kit/unit tests: Skip more stuff. bugref:10195vboxsync2022-04-131-0/+1
* Validation Kit/unit tests: Skip more stuff. bugref:10195vboxsync2022-04-131-4/+9
* Validation Kit/unit tests: Skip more stuff. bugref:10195vboxsync2022-04-131-13/+18
* Validation Kit/unit tests: Skip more stuff. bugref:10195vboxsync2022-04-131-0/+3
* Validation Kit/unit tests: Filter out all programs which don't start with "ts...vboxsync2022-04-131-1/+6
* Validation Kit/unit tests: Use a dedicated build template for statically link...vboxsync2022-04-131-5/+22
* Validation Kit/unit tests: Use the VBoxGuestR3Exe template for building stati...vboxsync2022-04-121-4/+5
* Validation Kit/unit tests: Use the VBoxGuestR3Exe template for building stati...vboxsync2022-04-121-1/+1
* Validation Kit/unit tests: Use the VBoxGuestR3Exe template for building stati...vboxsync2022-04-121-11/+48
* Validation Kit/unit tests: Skip testcases which cause build failures on the V...vboxsync2022-04-061-3/+3
* Validation Kit/unit tests: Skip testcases which cause build failures on the V...vboxsync2022-04-051-1/+1
* Validation Kit/unit tests: Skip testcases which cause build failures on the V...vboxsync2022-04-051-2/+3
* Validation Kit/unit tests: Skip testcases which cause build failures on the V...vboxsync2022-04-051-1/+6
* Validation Kit/unit tests: More Makefile fun for IPRT and friends. Probably n...vboxsync2022-04-051-4/+3
* *.kmk: Introducing VBOX_WITH_R0_MODULES and VBOX_WITH_HWVIRT for helping with...vboxsync2022-01-241-1/+1
* IPRT/tstRTBigNum: The windows asan build requires -bigobj. bugref:8489vboxsync2022-01-181-0/+1
* iprt/RTExprEval: Early code for a 'simple' expression evaluator a la /bin/exp...vboxsync2022-01-111-0/+4
* scm --update-copyright-yearvboxsync2022-01-011-1/+1