VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98496   2 years vboxsync IPRT/vcc: Working on 64-bit integer support routines for the 32-bit …
(edit) @98409   2 years vboxsync IPRT/*.kmk: Automatic scm cleanups. bugref:10348
(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) @98249   2 years vboxsync /*.kmk,configure*: …
(edit) @98241   2 years vboxsync *.kmk,configure*: s/VBOX_OPENSSL2/VBoxOpenSsl/ …
(edit) @98238   2 years vboxsync *.kmk,configure*: s/VBOX_LIBCURL/VBoxLibCurl/ (SDK) bugref:10348
(edit) @98169   2 years vboxsync *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
(edit) @98004   2 years vboxsync IPRT: VBOX_ONLY_VALIDATIONKIT warnings.
(edit) @97948   2 years vboxsync IPRT/testcases: Added a first (minimal) testcase for the No-CRT vector …
(edit) @97947   2 years vboxsync IPRT/testcases: Added a first (minimal) testcase for the No-CRT vector …
(edit) @97862   2 years vboxsync IPRT/nocrt: Added a simple structured exception handling (SEH) …
(edit) @97823   2 years vboxsync IPRT: Added RTCListBase == and != operator support + testcases.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96373   2 years vboxsync IPRT/nocrt: Implemented wcslen. bugref:10261
(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) @96268   2 years vboxsync IPRT/testcase: Some more VBOX_WITH_VALIDATIONKIT_UNITTESTS_PACKING …
(edit) @96246   2 years vboxsync IPRT,ValKit: Moved the whitelist to ValKit/Config.kmk so the IPRT …
(edit) @96244   2 years vboxsync Runtime/testcase/Makefile.kmk: Only include ValKit/Config.kmk if it …
(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) @96203   2 years vboxsync IPRT/nocrt: More test and fixes to rint, rintf, trunc, truncf and …
(edit) @96190   2 years vboxsync IPRT/nocrt: Added a testcase for the no-CRT math stuff with tests for …
(edit) @96184   2 years vboxsync IPRT/nocrt: Added a testcase for the no-CRT math stuff with tests for …
(edit) @94971   3 years vboxsync Validation Kit/unit tests: Cleaned up build templates by moving the …
(edit) @94594   3 years vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94592   3 years vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94589   3 years vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94588   3 years vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94587   3 years vboxsync Validation Kit/unit tests: Filter out all programs which don't start …
(edit) @94585   3 years vboxsync Validation Kit/unit tests: Use a dedicated build template for …
(edit) @94576   3 years vboxsync Validation Kit/unit tests: Use the VBoxGuestR3Exe template for …
(edit) @94575   3 years vboxsync Validation Kit/unit tests: Use the VBoxGuestR3Exe template for …
(edit) @94574   3 years vboxsync Validation Kit/unit tests: Use the VBoxGuestR3Exe template for …
(edit) @94487   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94475   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94474   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94473   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94467   3 years vboxsync Validation Kit/unit tests: More Makefile fun for IPRT and friends. …
(edit) @93419   3 years vboxsync *.kmk: Introducing VBOX_WITH_R0_MODULES and VBOX_WITH_HWVIRT for …
(edit) @93318   3 years vboxsync IPRT/tstRTBigNum: The windows asan build requires -bigobj. bugref:8489
(edit) @93170   3 years vboxsync iprt/RTExprEval: Early code for a 'simple' expression evaluator a la …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92792   3 years vboxsync IPRT/semevent-nt: Converted semevent-r0drv-nt.cpp into something that …
(edit) @91768   3 years vboxsync Config.kmk,++: Define VBOX_LIB_SUPR0 for SUPR0.lib/.a on platforms …
(edit) @86360   4 years vboxsync IPRT: tstStrSimplePattern -> tstRTStrSimplePattern.
(edit) @85507   5 years vboxsync SUP,*: Some changes to the SUP_IOCTL_LDR_OPEN and SUP_IOCTL_LDR_LOAD …
(edit) @85383   5 years vboxsync iprt/path.h: RTPathFindCommon[Ex] doc & testcase update. Testcase …
(edit) @85311   5 years vboxsync IPRT: Added RTPathFindCommon[Ex] + testcases.
(edit) @85154   5 years vboxsync IPRT: Added RTStrSplit + testcases.
(edit) @84540   5 years vboxsync Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
(edit) @84533   5 years vboxsync s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
(edit) @84396   5 years vboxsync *.kmk: Hardening related DEFS string quoting. bugref:8489
(edit) @84054   5 years vboxsync IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
(edit) @84040   5 years vboxsync IPRT: Removed tstRTErrUnique as it is no longer needed (since …
(edit) @83102   5 years vboxsync IPRT: Simple TLS destructor testcase.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82741   5 years vboxsync Main,IPRT,SUP,SharedClipboard: Cleanup fixes.
(edit) @80827   5 years vboxsync IPRT: Added RTEnvCreateEx and RTEnvCreateChangeRecordEx so flags can …
(edit) @80708   5 years vboxsync IPRT: Added RTSystemFirmwareXXX API to query the firmware type / UEFI …
(edit) @80665   5 years vboxsync IPRT: Redid RTTimerLRChangeInterval. Converted RTTimerLR testcase to …
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @79891   6 years vboxsync *.kmk: Preparing for dropping 32-bit host support. Introducing a …
(edit) @79521   6 years vboxsync VBox/log.h: Kicked out most event group (base classes are still there) …
(edit) @77684   6 years vboxsync IPRT: Implemented RTFileOpenEx for posix too. ticketref:9276
(edit) @77681   6 years vboxsync IPRT: Adding an extended file open API that returns the action taken …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75879   6 years vboxsync Runtime: Introduce RTShMem* API for accessing shared memory objects …
(edit) @74169   6 years vboxsync IPRT/testcase: build fix. bugref:9167
(edit) @74161   6 years vboxsync IPRT/rest: Added testcases for RTCRestBool and RTCRestIntXY. bugref:9167
(edit) @74094   6 years vboxsync IPRT/http: Fixed two bugs in RTHttpSignHeaders, adding a testcase for …
(edit) @73665   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @72959   7 years vboxsync Runtime: Get rid of RTIsoFs* because it is very icnomplete and was …
(edit) @71492   7 years vboxsync Runtime: Introduce RTTraceLog* API for creating and parsing binary …
(edit) @69643   7 years vboxsync Make tstRTDarwinMachKernel build on windows because windbg is easier …
(edit) @69111   7 years vboxsync (C) year
(edit) @67457   8 years vboxsync Runtime: reverted accidently committed file
(edit) @67456   8 years vboxsync DevEFI/DevPciBiops: made McfgBase/McfgLength 64-bit as they already …
(edit) @67337   8 years vboxsync added tstRTMath
(edit) @64940   8 years vboxsync IPRT: Added manual testcase for RTIsoFsOpen and friends.
(edit) @64647   8 years vboxsync IPRT: Added manual tstRTPathQueryInfo testcase.
(edit) @63981   8 years vboxsync Runtime: OpenSSL 1.1.0 preps
(edit) @62477   9 years vboxsync (C) 2016
(edit) @61716   9 years vboxsync Runtime/JSON: Fixes and start on a testcase
(edit) @60481   9 years vboxsync IPRT: Added testcase for RTNtPathExpand8dot3Path and …
(edit) @60191   9 years vboxsync tstRTPrf: Converted to iprt/test.h and added a little off topic …
(edit) @59675   9 years vboxsync RTAsn1BitString_EncodeWrite: Fixed assertion. Added testcase which …
(edit) @59665   9 years vboxsync iprt/asn1: Fixed bug represnation of explicit tags that caused trouble …
(edit) @58282   9 years vboxsync localipc-posix.cpp: Partly debugged code.
(edit) @57956   9 years vboxsync Runtime/testcase: Added a simple UDP socket testcase.
(edit) @57657   9 years vboxsync tstRTVfs: On all platforms.
(edit) @57619   9 years vboxsync IPRT/testcase: Run tstRTVfs only for Windows at the moment.
(edit) @57613   9 years vboxsync IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of …
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