summaryrefslogtreecommitdiff
path: root/Source/DSPTool
AgeCommit message (Expand)Author
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-01-03CMake: simplify some expressionsTillmann Karras
2014-09-01msvc: remove some remnants of SDL and DSound from projects and general cleanup.Shawn Hoffman
2014-08-14Windows: Use a shared precompiled header for dolphin code under Source/Shawn Hoffman
2014-08-07Fix more warnings from #579Tillmann Karras
2014-06-24Remove the 32-bit config platform from the VS solution and projectsLioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09Fix DSPTool string output for disassembly.Lioncash
2014-03-09Fix DSPTool.Lioncash
2014-02-20Forgot to move DSPTool over. Fixed now.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre
2013-12-31Convert all vcxproj files to UNIX line endingsJasper St. Pierre
2013-11-22Changed the DSP ROM warning from a panic alert to an on-screen message.skidau
2013-11-05Fix {Read,Write}FileToString.Matthew Parlane
2013-11-03Run code through the advanced tool 'sed' to remove trailing whitespace.comex
2013-11-02do not copy pdbs to binary dir (you can use the symbol server for $(random_bu...Shawn Hoffman
2013-10-26Update to VS2013 and a slew of build-related updates. Notes:Shawn Hoffman
2013-05-21Buildfix for dsptool.Rachel Bryk
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2013-03-26Fixed DSPTool build.skidau
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