summaryrefslogtreecommitdiff
path: root/src/VBox/Disassembler/testcase/Makefile.kmk
Commit message (Expand)AuthorAgeFilesLines
* *.kmk: Applied scm with new indenting of multiline variable/function expansio...vboxsync2023-03-181-9/+9
* src/VBox/*.kmk: Automatic scm cleanups. bugref:10348vboxsync2023-02-021-160/+160
* *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348vboxsync2023-01-201-2/+2
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Disasm: Better packing of DISOPCODE in DIS_CORE_ONLY mode. Build tstDisasm-1 ...vboxsync2021-12-081-0/+7
* DIS: Skip tstDisasm-1 on non-x86/amd64 archs. bugref:9898vboxsync2021-01-151-0/+2
* Disas/testcase: Drop the .NOTPARALLEL on the test execution, kmk got output c...vboxsync2020-03-061-4/+0
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* (C) yearvboxsync2017-10-171-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* Disassembler: Updated (C) year.vboxsync2015-06-091-1/+1
* Fixed incorrect 64-bit register handling in ParseFixedReg, affecting mov rXX,...vboxsync2013-07-031-0/+1
* 3DNow! testcases.vboxsync2012-06-211-0/+1
* Moved DiasmTest (tstDiasm) to testcase and called it tstDiasm-1.vboxsync2012-06-151-0/+12
* DIS,VMM,REM,IPRT: Disassembler API adjustments.vboxsync2012-06-111-2/+7
* **/Makefile.kmk: Cosmetic changes.vboxsync2012-05-291-2/+2
* INSTARGET -> [12]_STAGE_TARGET.vboxsync2011-07-251-14/+14
* *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).vboxsync2011-07-201-2/+2
* The DIRDEP is deprecated, use dir/ or $$(dir $$@) instead.vboxsync2010-12-301-13/+13
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* test/check shouldn't be there at all.vboxsync2008-12-111-4/+0
* {IPRT,DIS}/Makefile.kmk: check and test must be double colon rules.vboxsync2008-12-111-1/+1
* Makefiles: Eliminated a handful of places where we create extremely long depe...vboxsync2008-10-231-2/+2
* VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into VMM*DECL. ...vboxsync2008-10-061-1/+1
* Disassembler/Makefiles: Eliminated PATH_TARGET usage and pushed them up to ro...vboxsync2008-09-091-30/+23
* Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILEvboxsync2008-09-061-1/+1
* VBOX_KBUILD_HACKINGvboxsync2008-07-011-1/+5
* Basic register testcase (to be expanded).vboxsync2008-06-251-1/+2
* More yasm fixing.vboxsync2008-05-261-1/+3
* Corrected fstsw to fnstsw. The fstsw mnemonic is assembled into fwait+fnstsw,...vboxsync2008-05-261-1/+4
* More instruction filtering and hacking.vboxsync2008-05-251-16/+24
* More or less working yasm formatter. Added some disassembler testcases.vboxsync2008-05-251-4/+49
* use redirect. set VBOX_LOG_DEST=nofile when running tstDisasm-2 to avoid poll...vboxsync2008-05-211-6/+6
* TESTING pass prep.vboxsync2008-05-211-4/+10
* Changed the undefined opcode handling; the default now is to fail. --all-inva...vboxsync2008-05-211-8/+12
* removed debug warning accidentally left in.vboxsync2008-05-201-1/+0
* ADD and ADC + a make file.vboxsync2008-05-201-3/+5
* ADC tests.vboxsync2008-05-201-11/+15
* Wrote up the makefile bits or the dissassembler test 'framework' and hacked t...vboxsync2008-05-201-0/+174