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) @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   6 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   7 years vboxsync Runtime: reverted accidently committed file
(edit) @67456   7 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   8 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 …
(edit) @57604   9 years vboxsync IPRT/testcase: Added tstRTVfs.cpp for testing VFS API functions.
(edit) @57416   9 years vboxsync More DECLCALLBACK fixes; retired RTMemAutoPtr.
(edit) @56733   9 years vboxsync SUPHardNt: Allow hardened exectuable binaries in the 'testcase' …
(edit) @56290   10 years vboxsync IPRT: Updated (C) year.
(edit) @54449   10 years vboxsync Runtime/testcase: rename tstR0Preemption to tstRTR0Preemption to match …
(edit) @54398   10 years vboxsync Runtime/testcase: build fix.
(edit) @54396   10 years vboxsync Runtime/testcase: build fix for windows.
(edit) @54390   10 years vboxsync Runtime/testcase: enable for windows and solaris too.
(edit) @54389   10 years vboxsync Runtime/testcase: very basic ring-0 thread creation.
(edit) @54270   10 years vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @52297   10 years vboxsync tstRTBigNum: compare with openssl. (Conclusion, we're very slow at modexp.)
(edit) @52018   10 years vboxsync IPRT: Make RTMemSafer use the SUPR3 page allocation if available to …
(edit) @51906   10 years vboxsync Fixing testcases on windows.
(edit) @51856   10 years vboxsync Added the odd sha-2 algorithms to RTCrDigest and extended the …
(edit) @51820   10 years vboxsync New message digest testcase + a fix to digest-builtin.cpp.
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @51165   11 years vboxsync VMM: remove linker entrypoints for relocatable VMMR0,tstLdrObj objects …
(edit) @50456   11 years vboxsync RTNetStrToIPv6Addr: first cut at IPv6 address parsing. I'm still not …
(edit) @50415   11 years vboxsync tstRTNetIPv4: add some tests for RTNetStrToIPv4Addr.
(edit) @49575   11 years vboxsync Runtime: allow to compile with VBOX_WITH_LIBCURL disabled
(edit) @49232   11 years vboxsync Added tstRTZip.cpp
(edit) @47765   11 years vboxsync IPRT: Renamed testcase tstFileModeStringToFlags -> …
(edit) @47762   11 years vboxsync IPRT: Added RTFileModeToFlags* APIs + testcase.
(edit) @47085   11 years vboxsync Build fix.
(edit) @47083   11 years vboxsync IPRT/localipc-win.cpp: Update, added testcase (work in progress).
(edit) @46638   12 years vboxsync tstMp-1.cpp -> tstRTMp-1.cpp.
(edit) @46035   12 years vboxsync Remove L4 support from main tree.
(edit) @45512   12 years vboxsync tstHttp => tstRTHttp; require at least one parameter to start the test
(edit) @45131   12 years vboxsync Created tstRTCritSectRw from tstRTSemRW.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44527   12 years vboxsync Runtime/testcase: missing #ifdef / #endif
(edit) @44220   12 years vboxsync tstRTTime: Renamed from tstTime, convert to RTTest and restricted the …
(edit) @43645   12 years vboxsync IPRT: simple HTTP interface
(edit) @42503   12 years vboxsync Added a test profiling RTProcCreate+RTProcWait.
(edit) @42154   12 years vboxsync VS2010 preps.
(edit) @41948   12 years vboxsync Build fix.
(edit) @41947   12 years vboxsync Runtime/testcases: DbgKrnlInfo. OS specific info. querying is a todo.
(edit) @41919   12 years vboxsync Runtime/process: Add RTProcQueryUsername to query the username of the …
(edit) @41557   13 years vboxsync tstErrUnique -> tstRTErrUnique
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @40938   13 years vboxsync runtime: backed out r77481,r77482,r77483,r77484,r77485
(edit) @40934   13 years vboxsync Runtime: linux 3.4-rc3 build fix [-fpermissive]
(edit) @40856   13 years vboxsync IPRT: Transformed the RTR0MachKernel API into RTR0DbgKrnlInfo.
(edit) @40365   13 years vboxsync IPRT/testcase: Added simple testcase for RTMemWipeThoroughly().
(edit) @40029   13 years vboxsync Runtime: Add filesystem API to detect which ranges of a medium are in …
(edit) @39632   13 years vboxsync Most of the reqpool code is there now. The testcase didn't turn up any …
(edit) @39448   13 years vboxsync Runtime: forgot the Makefiles
(edit) @39252   13 years vboxsync NOINST -> INSTTYPE=none; adding DEBUG_INSTTYPE=both if the NOINST was …
(edit) @39246   13 years vboxsync iprt/ctype.h: Corrected bugs and adding a complete testcase.
(edit) @39027   13 years vboxsync RTFileGetSize/win: Made it grok volume & disks (some disks anyway).
(edit) @38082   13 years vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @37720   13 years vboxsync Runtime: add C++-like vector implementation in C
(edit) @37573   13 years vboxsync iprt: More kernel symbol resolving on darwin.
(edit) @37560   13 years vboxsync IPRT: Darwin symbol hacking in progress.
(edit) @36816   14 years vboxsync IPRT: Initial commit of the disk volume management API. Supports …
(edit) @36578   14 years vboxsync iprt: grr, missed Makefiles
(edit) @36508   14 years vboxsync iprt/C++: some cleanup.
(edit) @36500   14 years vboxsync IPRT: add a generic list class
(edit) @35337   14 years vboxsync More build fixes
(edit) @34626   14 years vboxsync implemented RTThreadGetExecutionTimeMilli() for Posix and …
(edit) @34464   14 years vboxsync IPRT: Added a RTManifest tool for testing the new manifest code. Moved …
(edit) @34174   14 years vboxsync IPRT: Use prefer real-time signal over SIGUSR2 for RTThreadPoke. Try …
(edit) @34045   14 years vboxsync iprt: more tar code and vfs filesystem stream bugfixes.
(edit) @33973   14 years vboxsync vfs: the gunzip stream works, except for some double frees somewhere.
(edit) @33678   14 years vboxsync IPRT: Added RTStrCat and RTStrCatEx.
(edit) @33563   14 years vboxsync iprt:ministring: Added the java-style equals() and equalsIgnoreCase() …
(edit) @33426   14 years vboxsync iprt/symlink.h: Initial code (only tested on linux).
(edit) @33290   14 years vboxsync Runtime: add a simple testcase for RTManifest
(edit) @33286   14 years vboxsync Runtime: add lock free circular buffer + simple testcase
(edit) @33130   14 years vboxsync tstInlineAsm -> tstRTInlineAsm.
(edit) @32949   14 years vboxsync tstSemEvent -> tstRTSemEventMulti; removed tstSems.
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