Tillmann Karras
|
4063694d20
|
VideoCommon: fix ifdef expression
|
2014-07-15 04:15:49 +02:00 |
Tillmann Karras
|
dbc30c6c76
|
VideoCommon: make version check easier to read
|
2014-07-14 03:05:56 +02:00 |
Tillmann Karras
|
0be03252cc
|
VideoCommon: fix clang version check
That was... er... a typo!
|
2014-07-14 02:59:31 +02:00 |
Tillmann Karras
|
b6f3ae23bc
|
VideoCommon: version-check clang for workaround
The bug was fixed in clang 3.4.
|
2014-07-14 02:12:48 +02:00 |
Tillmann Karras
|
0ccee6c87b
|
Fix warnings unearthed by #579
|
2014-07-13 02:16:51 +02:00 |
degasus
|
81ed17be53
|
avoid the extern keyword in .cpp files
|
2014-07-11 16:10:20 +02:00 |
degasus
|
6d3f249dcc
|
mark all local variables as static
|
2014-07-11 16:10:20 +02:00 |
degasus
|
22e1aa5bb4
|
mark all local functions as static
|
2014-07-11 16:07:23 +02:00 |
Paul Olszewski
|
5d793881b0
|
Fix the capitalization of "GameCube" throughout the project.
|
2014-06-08 11:24:49 +09:00 |
Lioncash
|
49b0eef393
|
Remove the min/max functions in CommonFuncs.
The algorithm header has the same functions.
|
2014-05-29 21:44:41 -04:00 |
Matthew Parlane
|
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 |
Tillmann Karras
|
6914eca167
|
Fix various warnings reported by clang
- mostly remove unused variables
- rename some generic JIT identifiers
|
2014-02-28 12:28:19 +01:00 |
Pierre Bourdon
|
ffe588cc24
|
Fix more header sorting issues in VideoCommon/ (now check-includes clean).
|
2014-02-20 01:01:10 +01:00 |
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
Lioncash
|
3fd87a7636
|
Second and final pass of clearing out tabs.
|
2014-02-17 02:19:41 -05:00 |
Lioncash
|
6c4ee1753a
|
Fix some vertical alignments
ie. uses spaces for alignment.
|
2014-02-16 20:12:05 -05:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |