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) @25924   15 years vboxsync tstPath -> tstRTPath.
(edit) @25865   15 years vboxsync tstRTTimeSpec: renamed from tstTimeSpec, try fix darwin burn.
(edit) @25605   15 years vboxsync tstDeadlock -> tstRTLockValidator.
(edit) @25516   15 years vboxsync tstSemRW.cpp -> tstRTSemRW.cpp
(edit) @25508   15 years vboxsync iprt/lockvalidator: read/write lock accounting.
(edit) @25426   15 years vboxsync RTSemXRoads: API + testcase.
(edit) @25382   15 years vboxsync semmutex-win.cpp: Use a structure instead of storing the native handle …
(edit) @25059   15 years vboxsync RTHeapOffset: Initial conversion of RTHeapSimple.
(edit) @25057   15 years vboxsync tstHeapSimple.cpp -> tstRTHeapSimple.cpp.
(edit) @25014   15 years vboxsync RTStrVersionCompare: made it return the same as RTStrICmp (-1,0,1).
(edit) @24633   15 years vboxsync IPRT: Testcase framework for string -> version number conversion; WIP.
(edit) @24352   15 years vboxsync Runtime/testcase: simple event semaphore testcase, including timeout case
(edit) @23960   15 years vboxsync tstStrFormat -> tstRTStrFormat.
(edit) @23501   15 years vboxsync IPRT: Added SHA-1, SHA-256 and SHA-512 APIs. Added a simple digest …
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23359   15 years vboxsync Runtime/Aio: Compile the testcase unconditionally
(edit) @21582   15 years vboxsync IPRT: RTFILE_O_APPEND.
(edit) @21286   15 years vboxsync tstRTR0MemUserKernel: Testcase for the RTR0MemUser/Kernel API.
(edit) @21082   16 years vboxsync Missed one VBOX_WITH_LIBXML2_IN_VBOXRT.
(edit) @20647   16 years vboxsync IPRT: Added simple testcase for the RTStrCache API (just to smoke it out).
(edit) @20563   16 years vboxsync IPRT/testcase: corrections.
(edit) @20562   16 years vboxsync iprt: started on tstRTMemPool.cpp.
(edit) @20443   16 years vboxsync Runtime: testcase for RW semaphores
(edit) @20111   16 years vboxsync IPRT: Use the generic RTDirCreateTemp implementation - made it a bit …
(edit) @20108   16 years vboxsync tstRTS3: always initialize iprt first.
(edit) @20051   16 years vboxsync exported to OSE
(edit) @20033   16 years vboxsync another OSE fix
(edit) @20022   16 years vboxsync Runtime: S3 testcase
(edit) @19954   16 years vboxsync tstCritSect -> tstRTCritSect
(edit) @19950   16 years vboxsync tstCidr -> tstRTCidr.
(edit) @19948   16 years vboxsync tstBitOperations -> tstRTBitOperations
(edit) @19947   16 years vboxsync tstBase64 -> tstRTBase64.
(edit) @19945   16 years vboxsync tstAvl -> tstRTAvl; use RTTest.
(edit) @19933   16 years vboxsync IPRT: RTThreadPreempt* testcase.
(edit) @19897   16 years vboxsync IPRT: Termination callback framework. (not hooked up to anything yet)
(edit) @19763   16 years vboxsync IPRT/testcase: the two build fixes here should not be necessary.
(edit) @19603   16 years vboxsync More build fixes.
(edit) @19600   16 years vboxsync GCC 4.3.3 workarounds for ASMAtomicCmpXchgU64 and ASMAtomicReadU64.
(edit) @18999   16 years vboxsync Runtime/Aio: Linux backend and a simple testcase. Disabled by default. …
(edit) @18991   16 years vboxsync IPRT: tstFork().
(edit) @16999   16 years vboxsync iprt: RTProcIsRunningByName implementation for Linux.
(edit) @16762   16 years vboxsync RTBase64Decode testcase and bugfixes.
(edit) @15821   16 years vboxsync tstDarwinSched: experiment with darwin scheduling.
(edit) @14369   16 years vboxsync Runtime/testcase: new testcase for sanity check of RTDirOpenFiltered.
(edit) @14025   16 years vboxsync tstNoCrt-1: Added simple strcpy test.
(edit) @13472   16 years vboxsync IPRT: Added a couple of function for simple string pattern matching …
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12874   16 years vboxsync IPRT: added a testcase for RTSemPingPong and some state inspection methods.
(edit) @12247   16 years vboxsync Runtime/Makefiles: eliminated PATH_TARGET, pushed them up to the root …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @11350   16 years vboxsync iprt: Added RTSystemQueryOSInfo.
(edit) @11064   16 years vboxsync iprt/RTRandUxy: Improved the distribution when not using the max …
(edit) @11016   16 years vboxsync IPRT: Added tstMemAutoPtr - a testcase for RTMemAutoPtr.
(edit) @10944   16 years vboxsync iprt: RTTimerLR - low resolution timer API (< 10 Hz).
(edit) @10940   16 years vboxsync IPRT: Implemented the RTOnce API.
(edit) @10793   16 years vboxsync IPRT: Added a simple thread testcase for the latest insertion race.
(edit) @10788   16 years vboxsync IPRT: Implemented the context variant of the handle table.
(edit) @10419   16 years vboxsync Linux implementation of the RTMp* bits we current need in ring-3.
(edit) @10048   17 years vboxsync VBOX_KBUILD_HACKING
(edit) @9502   17 years vboxsync asm strlen. Added a few more string/mem functions to the windows R0 …
(edit) @9138   17 years vboxsync tstFileAppendWin-1 for exploring FILE_APPEND_DATA.
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8730   17 years vboxsync Include the testcase bit using the sub-makefile setup.
(edit) @8727   17 years vboxsync sorted the stuff.
(edit) @8295   17 years vboxsync Renamed ip.cpp, tstIp.cpp and ip.h to cidr so they correspond to the …
(edit) @8284   17 years vboxsync simple scanning function for IPv4 CIDR addresses
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7210   17 years vboxsync Testcases for memcpy, mempcpy, memset, memchr, strchr, memcmp and …
(edit) @7204   17 years vboxsync Simple memmove testcase.
(edit) @6736   17 years vboxsync simple RTSemMutex testcase
(edit) @6266   17 years vboxsync tstTime-4: Check that RTTimeNanoTS and RTTimeSystemNanoTS are using …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5882   17 years vboxsync optimize tstTSC.
(edit) @5843   17 years vboxsync r=bird: Adjusted the RTGetOpt API a little bit.
(edit) @4546   17 years vboxsync Only use SUPR0 on pe and lx targets. ditto for VMMGCBuiltin.
(edit) @4475   17 years vboxsync Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
(edit) @4176   17 years vboxsync Use -e sym instead of -entry=sym since this works for both solaris and …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3991   17 years vboxsync drop the two sysmods on solaris as the templates aren't up to speed yet.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(copy) @2478   18 years vboxsync [Mm]akefile -> Makefile.kmk
copied from trunk/src/VBox/Runtime/testcase/Makefile
(edit) @1692   18 years vboxsync Testcase for reading the TSC on all CPUs in an SMP system.
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