Léo Lam
1fe31f6f19
Tools: Fix the lint script
...
It turns out that last fix was only partial, and it didn't fix the
issue completely as paths were fixed, but staged changes were not
in the list. This should fix it for real, this time. Sorry about that…
(git diff needs --cached to include staged changes, unlike git status.)
2016-08-11 21:11:17 +02:00
Léo Lam
cbb77532c6
Tools: Fix lint by removing unneeded awk
...
git diff --name-only already took care of only returning the name, so
the awk is unneeded and makes it return only empty file names.
Facepalm, I know. Sorry for this oversight.
(Also fixes something that lint didn't catch because of this)
2016-08-02 22:00:41 +02:00
Léo Lam
671c0bc06f
Tools: Don't run lint on deleted files
...
Generates a harmless "No such file or directory" otherwise when a file
is removed in a commit.
2016-07-26 00:51:10 +02:00
Pierre Bourdon
8a1bbaa563
lint: bash is hard, actually return errors
2016-06-24 14:27:35 +02:00
Pierre Bourdon
3af8f71472
linter: run clang-format and fail on diffs
2016-06-24 13:23:10 +02:00
Pierre Bourdon
e1c65406dc
linter: Stop checking for include ordering (inconsistent with clang-format)
2016-06-24 13:14:41 +02:00
Pierre Bourdon
15ad14a9dc
Add linter script which will replace the ad-hoc commands ran by the linter Buildbot.
2015-10-31 18:43:37 +01:00
Gabriel Corona
cd3a61a2a3
Tool to transform JIT_PPC_${address} to JIT_PPC_${symbol}
2015-07-24 00:11:56 +02:00
Jeffrey Pfau
a96759d9e9
Tools: Collapse install_name_tool calls in deploy-mac
2015-06-06 12:51:47 -07:00
Jeffrey Pfau
14dbe7e6db
Tools: Clean up deploy-mac script symlink resolution
2015-06-06 12:45:40 -07:00
Jeffrey Pfau
c1c472958e
Tools: Use non-CMake tool for fixing up OS X bundles
2015-06-06 12:44:47 -07:00
Tillmann Karras
24cb82d4dc
Tools: add script for updating license headers
2015-05-25 13:22:31 +02:00
Tillmann Karras
fd374a7989
Tools: add disassemble script for perf
2015-02-08 00:39:54 +01:00
Tillmann Karras
8229746695
buildbot-try: allow remotes other than "origin"
2015-01-03 17:07:02 +01:00
Tillmann Karras
30d03be508
Tools: buildbot try with binary diffs
2014-12-27 12:19:09 +01:00
Ryan Houdek
47b67fe527
Merge pull request #1744 from Buddybenj/google-code
...
Update Outdated Google Code References
2014-12-21 20:55:56 -06:00
Benjamin Przybocki
fba3c48ec4
Update Outdated Google Code References
2014-12-20 21:17:51 -06:00
CarlKenner
aa850c8eee
Convert spaces to tabs in IDA Pro script.
2014-12-17 01:11:47 +10:30
CarlKenner
f54d9e33c2
Fix many bugs with the Symbols menu (when run with -d argument).
...
The Symbols menu is now fully useable.
2014-12-17 01:11:36 +10:30
comex
5e25b6389c
Make check-includes.py properly report bad UTF-8 on all platforms rather than crashing on Python 3.
...
Doesn't really belong there, but just removing the check doesn't feel
like a good idea.
2014-11-14 11:52:40 -05:00
Pierre Bourdon
65bbfdb812
Add a tools that detects include cycles in the Dolphin codebase.
2014-02-22 21:01:39 +01:00
Pierre Bourdon
939df46674
Add an automated tool that does basic checking of includes sort order.
2014-02-20 01:01:10 +01:00
degasus
9d87b8b3c8
buildbot: find base revision and generate diff explicit
2014-01-31 07:58:51 +01:00
Pierre Bourdon
0ecc498585
Sync gameini ratings from the wiki. Fixes issue 6477.
2013-08-11 18:42:18 +02:00
Jasper St. Pierre
b821bf996e
CleanFiles: Remove use of chardet
...
Now that everything is utf8, guessing the character encoding might
go haywire, like with the "Pokemon" games. Just assume UTF8 from
here on out.
2013-08-11 11:59:57 -04:00
Jasper St. Pierre
b4ebeb05ff
Move the new CleanFiles Python script to Tools/
...
So it won't be shipped to users. Also, fix it up so that it finds
the ini files regardless of where it is.
2013-08-11 11:58:54 -04:00
Pierre Bourdon
65f88567b5
Added Tools/buildbot-try.sh. See http://code.google.com/p/dolphin-emu/wiki/BuildbotTry for documentation about that feature.
2012-12-22 10:51:41 +01:00