summaryrefslogtreecommitdiff
path: root/Source/DSPTool
AgeCommit message (Expand)Author
2012-03-25Remove scons-related filesShawn Hoffman
2012-03-18remove scons files from VS projectsShawn Hoffman
2012-03-18forgot to add wxwidgets3 vcxproj to git, since it was masked by gitignore...Shawn Hoffman
2011-12-14Let "make install" on OS X copy the bundle to /Applications.Maarten ter Huurne
2011-09-05vs2010: Disable LTCG for realzShawn Hoffman
2011-07-18Add the DSPTool and UnitTests to the cmake build. They are optional, and to ...Glenn Rice
2011-07-17vs2010: build dsptool againShawn Hoffman
2011-03-03Move SConscript files out from the Src subdirectories to beSoren Jorvang
2011-03-03Prepare for the release of Xcode 4, which has working LTOSoren Jorvang
2011-03-01More conversion from char * to std::string.Glenn Rice
2011-02-11drop vs2008 projects in favor of vs2010Shawn Hoffman
2011-02-05LTCG (link time code gen) was off in some projects, so turn it off in all of ...hrydgard
2011-02-05The compiler need not obey the static keyword, so to avoid linkerSoren Jorvang
2011-02-04Turn back on unit tests in SCons.Soren Jorvang
2011-02-03Use brute force to link the software plugin.Soren Jorvang
2011-02-02Remove the global namespace a bit and remove some dead code.Soren Jorvang
2011-01-29Try to fix Windows build.Soren Jorvang
2011-01-29Core and DSPCore now have mutual dependencies, which breaks theSoren Jorvang
2011-01-28Some preliminary cleanup of the global namespace for LTO.Soren Jorvang
2010-07-22Build but don't install the dsptool/tester/MemcardManager toolsSoren Jorvang
2010-07-20Fix the global build on linux.Glenn Rice
2010-07-20Some pathnames are used both by SCons and cpp which can be a bit tricky.Soren Jorvang
2010-07-19Get rid of a number of unnecessary env.Clones.Soren Jorvang
2010-07-16include the MP compiler option, which will allow for faster compiling + some ...luisr142004
2010-06-10Simplify the SCons build:Soren Jorvang
2010-06-09Hg:Shawn Hoffman
2010-06-02Fix some cases of variables being used uninitialized. Also some unusedSoren Jorvang
2010-06-02Meta:Soren Jorvang
2010-05-26Uninitialized variables.Soren Jorvang
2010-03-18DSPLLE - tons of bugs fixed... try Zelda ucode games under LLE now (like Luig...Marko Pusljar
2010-02-24Systematically eliminating compiler warnings.Glenn Rice
2009-09-18Fix compiling in Snow Leopard, the Update stuff in the Video plugin shouldn't...Sonicadvance1
2009-09-08Linux: Tons of warning cleanup plus workaround a nasty crash problem in Statu...hrydgard
2009-08-03DSPTool make dump look a bit nicernakeee
2009-08-02DSPTool print register names in dumpnakeee
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-20mainly UI updates for dspspy, make dsptool's -m flag obey the -f flagShawn Hoffman
2009-07-19dsp_base.inc: mail the exception instead of wr3 (no idea why that was there a...Shawn Hoffman
2009-07-19dsptool: add -f option (errors are not critical)nakeee
2009-07-18add a ucode to dspspy to dump rom areas from dsp to sd cardShawn Hoffman
2009-07-06add *.user, Win32, and x64 build dir to ignore list for DebuggerUICommon and ...LPFaint99
2009-06-28DSPLLE: sort of semi-working breakpoints and stepping, if you flip an #ifdef....hrydgard
2009-06-28DSP: Add txt file with luigi ucode comments (very basic). Rename some stuff. ...hrydgard
2009-06-21New DSP debugger: step one. (not ready yet, but try loading zelda WW and look...hrydgard
2009-06-17createtest fixes and compile fixes for linuxnakeee
2009-06-15More work on create test (almost working beside some annoying bug)nakeee
2009-06-13dsp: renamed R09 to WR1 in some tests, removed unused code in DSPTables.cpp, ...Shawn Hoffman
2009-06-11DSPTool now accepts multiple files with the '-m' flag. See usage for more inf...XTra.KrazzY
2009-05-15make dsptool fail if input file path doesn't existShawn Hoffman
2009-05-01debugfast build fixing. make the hle bios loading-or-not logic make sense.hrydgard