lightningterror
7283b1a177
linux various: Update/tweak stuff to match recent gs merge.
2021-07-09 18:03:44 +02:00
lightningterror
f2fa60e56b
misc: Remove more leftover stuff from plugins merge.
...
Bonus: Remove old_plugins solution.
2020-11-18 18:02:03 +01:00
Shanoah Alkire
5e6cb22eeb
Remove references to dev9ghzdrk. If dev9 is built in, we need to always do the setcap check when not disabled, not just if dev9ghzdrk is built.
2020-10-31 19:45:15 -07:00
lightningterror
0939c6302e
cmake/linux: Remove zerogs zerospu build environments.
2020-08-23 05:27:22 +02:00
lightningterror
f6c138ca7e
Goodbye, old friend... Remove zzogl from master branch ( #3614 )
...
* cmake: Remove zzogl from cmake.
* cmake/build: Remove GLSL_API and EGL_API flags.
Only used in zzogl.
* linux various: Remove zzogl.
* sln: Remove zzogl from old plugins solution.
* zzogl: Remove source files.
* debian: Exclude zzogl from copyright.
* linux various: Remove glsl2h.pl
Used only in zzogl?
* linux various: Remove zzogl code from validate_glsl.sh
* debian: Remove zzogl mentions in create built tarball.
* gitignore: Remove zzogl paths.
2020-08-21 20:41:45 -07:00
lightningterror
35fa2253dd
cmake/linux various: Remove remaining traces of GSdx legacy.
2020-08-20 15:34:20 +02:00
lightningterror
dbfbc333f4
fps2bios: Remove fps2bios from master branch.
...
It's an abandoned project pretty much, if someone needs to go back and
take a look at it we have 1.4 branches and older.
2019-11-18 18:30:58 +01:00
Christian Kenny
3296ade983
Plugins: Remove PADSSSPSX and xpad.
2019-03-11 23:34:47 +01:00
arcum42
c58acd1105
Remove CDVDPeops and PeopsSPU2. ( #2792 )
2019-01-03 19:55:03 -08:00
Clang Format
1fba5cb580
reformat main common directory
...
Disable some reformat around emitter registers declaration and a massive cases.
2016-11-12 16:52:49 +01:00
Gregory Hainaut
4d52c55784
QA: add a git hook script to validate the format & check spu2x format
...
Note: pre-commit hook is for linux, need to be manually installed in .git/hooks/
A windows solution is welcome
2016-10-10 20:43:30 +02:00
Jonathan Li
49cd751acf
format-check: enable checking cdvdGigaherz
2016-09-19 19:53:06 +01:00
Gregory Hainaut
ac14db7b19
linux: use clang-format-3.8
...
Default is potentially an old version
2016-09-08 21:54:50 +02:00
Gregory Hainaut
36d2f96519
format checker: enable it for lilypad/onepad/cdvdiso
2016-09-08 21:54:50 +02:00
Gregory Hainaut
7b222768d4
build: check syntax of null plugins
...
Temporary hack to compute the number of commit in the branch
[skip appveyor]
2016-08-27 13:35:36 +02:00
Gregory Hainaut
18941f1b80
clang-format: tune format after discussion
...
Use custom brace setup. So union/struct/class all behave the same.
Fix typo on 3rdparty
2016-08-24 22:55:37 +02:00
Gregory Hainaut
de32691b4e
clang format: don't allow statement on single lines + disable resource.h too (generated file)
...
Following discussion in #1530
2016-08-22 18:21:17 +02:00
Gregory Hainaut
61eddca39d
clang format: preliminary support
...
Add a .clang-format example file. Might need minor tuning. If people doesn't like the syntax
Add a basic script to validate current change is compliant with clang-format
* on master it will test last 20 commits
* on branch it will test all commits of the branch
Idea is to plug it into travis (might require clang 3.8). Everything is blacklisted. Use "ALL" parameters
to test all standard directories.
2016-08-12 20:28:00 +02:00