wiki never look as expected

Gregory Hainaut 2014-07-09 06:45:00 -07:00
parent 8f9d855586
commit 988af6f89f
1 changed files with 4 additions and 4 deletions

@ -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)