Closed Qix- closed 6 years ago
Hey! Thanks for the interest! I added -Wall -Wextra, fixed some warnings and made everything compilable in Xcode. Although there still an issue: parallel execution isn't working - the reason is in annonymous semaphores not supported in Darwin... Working on that
Parallel execution now works. Can you, please, test so I could close the issue?
Yes! Compiles fine now. Thank you!
Great!
This is using a fairly up to date
clang
-suite on MacOS. Might I suggest adding the-Wall -Wextra -Werror
and-std=c++11
(or appropriate standard) flags in your CMakeLists.txt for applicable platforms? It'll help the robustnest of the code.