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