mirror of https://github.com/PCSX2/pcsx2.git
more improvements
parent
6ac1841707
commit
0319039165
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue