Search
lxdream.org :: lxdream :: changelog
lxdream 0.9.1
released Jun 29
Download Now

16 years agoMove the failing TA tests into a separate file for now - there's a bug about
nkeynes [Sat, 17 Nov 2007 01:18:09 +0000]  tree
Move the failing TA tests into a separate file for now - there's a bug about
these already (basically error handling behaviour)
test/testta-fail.data
test/testta5.data


16 years agoSkip over the "undefined" instructions that actually pass on the SH4 - leaving
nkeynes [Sat, 17 Nov 2007 01:17:01 +0000]  tree
Skip over the "undefined" instructions that actually pass on the SH4 - leaving
in until we can determine if they actually do anything, or if they're
effectively NOPs
test/sh4/undef.s


16 years agoReturn the number of failed tests (ie 0 = success)
nkeynes [Sat, 17 Nov 2007 01:16:06 +0000]  tree
Return the number of failed tests (ie 0 = success)
test/sh4/testsh4.c


16 years agoDetect presence of SH4 + ARM cross-compilers, and disable the system tests if
nkeynes [Sat, 17 Nov 2007 01:13:41 +0000]  tree
Detect presence of SH4 + ARM cross-compilers, and disable the system tests if
we don't find the sh-elf environment.
Detect build host to see if we can make a working translator
Makefile.am
Makefile.in
configure
configure.in
test/Makefile
test/Makefile.in


16 years agoMove native cd drivers under the drivers directory
nkeynes [Fri, 16 Nov 2007 23:51:23 +0000]  tree
Move native cd drivers under the drivers directory
src/Makefile.am
src/Makefile.in
src/drivers/cd_linux.c
src/drivers/cd_none.c
src/gdrom/cdnone.c
src/gdrom/linux.c


16 years agoAdd initial debian control files
nkeynes [Thu, 15 Nov 2007 12:10:08 +0000]  tree
Add initial debian control files
debian/compat
debian/control
debian/copyright
debian/cron.d.ex
debian/dirs
debian/docs
debian/files
debian/lxdream.doc-base.EX
debian/lxdream.substvars
debian/manpage.1.ex
...

16 years agoUpdate test Makefile
nkeynes [Thu, 15 Nov 2007 08:18:53 +0000]  tree
Update test Makefile
test/Makefile


16 years agoInstall lxdreamrc in $sysconfdir
nkeynes [Thu, 15 Nov 2007 08:18:21 +0000]  tree
Install lxdreamrc in $sysconfdir
Include test subdir
Makefile.am
Makefile.in


16 years agoEnsure gendec and genglsl aren't installed
nkeynes [Thu, 15 Nov 2007 08:17:44 +0000]  tree
Ensure gendec and genglsl aren't installed
src/Makefile.am
src/Makefile.in


16 years agoFix compilation of the unit tests
nkeynes [Thu, 15 Nov 2007 08:17:17 +0000]  tree
Fix compilation of the unit tests
src/sh4/xltcache.c
src/test/testsh4x86.c
src/test/testxlt.c
src/x86dasm/x86dasm.c


.