mirror of https://github.com/PCSX2/pcsx2.git
wiki never look as expected
parent
8f9d855586
commit
988af6f89f
|
@ -5,7 +5,7 @@
|
|||
Let's avoid duplicate work! Besides specification could be clarified this way.
|
||||
|
||||
# QA / Portability
|
||||
* port GSThread to std::thread
|
||||
* port GSThread to std::thread => started by krysto
|
||||
* port core thread to std::thread
|
||||
* C11 aligned_alloc
|
||||
* C++11 alignof/alignas syntax
|
||||
|
@ -28,10 +28,10 @@ You're welcome to the [linux contribution thread](http://forums.pcsx2.net/Thread
|
|||
|
||||
## House keeping and general compilation
|
||||
* clean gcc warning
|
||||
1. Same as gcc flags but without the need of complete test.
|
||||
1. Same as gcc flags but without the need of complete test.
|
||||
* clean gcc flags
|
||||
1. puts default global flags in cmake/BuildParameters.cmake
|
||||
2. try to use as much as possible standard flags (aka On). Extensive test must be done to validated the flag update.
|
||||
1. puts default global flags in cmake/BuildParameters.cmake\\
|
||||
2. try to use as much as possible standard flags (aka On). Extensive test must be done to validated the flag update.
|
||||
* Improve cmake with macro to avoid various duplication
|
||||
=> started by uyjulian
|
||||
* support clang (template/asm mess)
|
||||
|
|
Loading…
Reference in New Issue