glslang-zig/glslang
Aras Pranckevicius 23d3c712bc [lumped builds] Add include guards (#pragma once) to header files that did not have any.
The codebase seems to use both “#pragma once“ approach, and “#ifndef / #define” approach,
so I picked pragma once as that one is less typing & less brittle.

When glslang is built with some other build system and lumped/unity builds are used,
without the include guards some headers would get included multiple times, leading to duplicate
declaration errors.
2017-05-10 16:58:38 +03:00
..
GenericCodeGen Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
Include HLSL: implement [unroll] and [loop] attributes 2017-05-03 13:44:40 -06:00
MachineIndependent [lumped builds] Add include guards (#pragma once) to header files that did not have any. 2017-05-10 16:58:38 +03:00
OSDependent Modernise CMake #2 2017-04-29 11:23:15 +02:00
Public Notification phase for io remapper 2017-04-28 15:54:57 +02:00
CMakeLists.txt Modernise CMake #2 2017-04-29 11:23:15 +02:00
updateGrammar Bison: Non-functional: Move to revision 3.0.4. 2016-05-04 12:54:56 -06:00