From 17365cfe051a3321915f70d77948053ca755e78a Mon Sep 17 00:00:00 2001 From: DigitalMajestic <40978750+DigitalMajestic@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:17:15 -0700 Subject: [PATCH] Destroyed Contributing (TODO List) (markdown) --- Contributing-(TODO-List).md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Contributing-(TODO-List).md diff --git a/Contributing-(TODO-List).md b/Contributing-(TODO-List).md deleted file mode 100644 index 179d11d..0000000 --- a/Contributing-(TODO-List).md +++ /dev/null @@ -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