mirror of https://github.com/PCSX2/pcsx2.git
Destroyed Contributing (TODO List) (markdown)
parent
ab40b94344
commit
17365cfe05
|
@ -1,25 +0,0 @@
|
||||||
# Contributing
|
|
||||||
|
|
||||||
* Be patient!
|
|
||||||
* Your contribution will gladly be reviewed, but free time is an expensive resource.
|
|
||||||
* Discuss your future contribution with us before coding it!
|
|
||||||
* Let's avoid duplicate work! Besides, the specification could be clarified this way.
|
|
||||||
|
|
||||||
## QA / Portability
|
|
||||||
|
|
||||||
* C11 aligned_alloc (mostly done, but doesn't work with asan and GCC4.9)
|
|
||||||
* C++11 alignof/alignas syntax
|
|
||||||
* [C++11 auto port](https://clang.llvm.org/extra/clang-modernize.html).
|
|
||||||
* Address sanitizer (GCC or Clang) and other sanitizers.
|
|
||||||
* Valgrind (not sure it can run PCSX2, maybe limit the scope to plugins)
|
|
||||||
|
|
||||||
## Linux
|
|
||||||
|
|
||||||
You're welcome to the [Linux contribution thread](https://forums.pcsx2.net/Thread-Areas-of-interest-for-new-linux-developers) to have full details. Here is a handy list of features need implementation. Feel free to propose new ones.
|
|
||||||
|
|
||||||
### House keeping and general compilation
|
|
||||||
|
|
||||||
* Clean up warnings
|
|
||||||
1. Same as GCC flags but without the need of complete test.
|
|
||||||
* Add missing/update copyright headers
|
|
||||||
* PGO support
|
|
Loading…
Reference in New Issue