glslang-zig/glslang/OSDependent/Windows
Juan Lopez a558b26537 This refactor the StandAlone and WorkList files in order to use more
C++11 features remove the dependencies from OS specific code. Changes:

- Making WorkList class to have its own mutex instead of the OS specific
global one. The new mutex is the one from std library. The OS specific
code is also removed.

- Using the C++11 std library to handle threads in StandAlone
application
and enabling concurrent processing on non-windows platforms.

- converting the global variable Worklist into local variable workList.
2017-04-04 22:29:59 +02:00
..
CMakeLists.txt Updated cmake to better organize folders and options. 2016-05-05 14:45:53 -04:00
main.cpp Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
ossource.cpp This refactor the StandAlone and WorkList files in order to use more 2017-04-04 22:29:59 +02:00