|
3eb25cea6f
|
DSP: Namespace remaining un-namespaced DSP code
|
2016-12-31 17:20:14 -05:00 |
|
|
3570c7f03a
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
|
|
311c76647d
|
Get rid of some casts used with logging for size_t
Replaces them with the now-valid %z specifiers
|
2015-09-28 08:43:53 -04:00 |
|
|
30ebb2459e
|
Set copyright year to when a file was created
|
2015-05-25 13:22:31 +02:00 |
|
|
cefcb0ace9
|
Update license headers to GPLv2+
|
2015-05-25 13:22:31 +02:00 |
|
|
fbc64984ca
|
Include CommonTypes.h instead of Common.h.
|
2014-09-08 15:39:58 -04:00 |
|
|
3baea48bba
|
Removed warning caused by calling std::min<int> with size_t values
|
2014-08-15 13:23:19 -05:00 |
|
|
af7efaa461
|
[Core] Clean up the DSP disassembler
- Get rid of deletes.
- Clean out all of the sprintf calls. Now std::string based.
- Fully explicit function names, etc.
|
2014-07-02 20:19:39 -04:00 |
|
|
a82675b7d5
|
Kill off some usages of c_str.
Also changes some function params, but this is ok.
Some simplifications were also able to be made (ie. killing off strcmps with ==, etc).
|
2014-03-14 13:51:23 -04:00 |
|
|
31cfc73a09
|
Fixes spacing for "for", "while", "switch" and "if"
Also moved && and || to ends of lines instead of start.
Fixed misc vertical alignments and some { needed newlining.
|
2014-03-11 00:35:07 +13:00 |
|
|
d802d39281
|
clang-modernize -use-nullptr
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
|
2014-03-09 21:14:26 +01:00 |
|
|
e9d1796c24
|
Rename assemble.cpp/.h and disassemble.cpp./.h to DSPAssembler.cpp/.h and DSPDisassembler.cpp/.h
|
2014-03-09 13:25:50 -04:00 |
|
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
|
|
3fd87a7636
|
Second and final pass of clearing out tabs.
|
2014-02-17 02:19:41 -05:00 |
|
|
32bfcc034f
|
Some tidy up of sprintf to StringFromFormat
Includes a small fix to SetupWiiMemory
|
2014-02-10 17:25:18 +13:00 |
|
|
e59f770ccb
|
Revert "Merge pull request #49 from Parlane/sprintf_tidy"
Change broke the build on Debian stable.
This reverts commit 28755439b3 , reversing
changes made to 64e01ec763 .
|
2014-02-09 16:14:13 +01:00 |
|
|
ebff7974c3
|
Some tidy up of sprintf to StringFromFormat
|
2014-02-08 14:32:48 +13:00 |
|
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |
|