diff --git a/Contributing-(TODO-List).md b/Contributing-(TODO-List).md index 3d707d7..179d11d 100644 --- a/Contributing-(TODO-List).md +++ b/Contributing-(TODO-List).md @@ -7,12 +7,9 @@ ## QA / Portability -* Port core thread to std::thread (current code is based on pthread, so low priority) * C11 aligned_alloc (mostly done, but doesn't work with asan and GCC4.9) * C++11 alignof/alignas syntax -* Replace volatile/lock-free queue with real C++ atomic (mostly done, remains a couple of volatile in core) * [C++11 auto port](https://clang.llvm.org/extra/clang-modernize.html). -* [Clean header include](https://github.com/include-what-you-use/include-what-you-use). Investigate. * Address sanitizer (GCC or Clang) and other sanitizers. * Valgrind (not sure it can run PCSX2, maybe limit the scope to plugins)