1. 21 Jan, 2017 2 commits
    • CMake: add target_link_libraries internally · 6077a19b
      Michael Maltese authored
      Makes it easier to include glslang in a larger CMake project---instead
      of having to call `target_link_libraries(glslang OSDependent OGLCompiler
      HLSL)`, for example, you only need to call
      `target_link_libraries(glslang)` and it will pull in the helpers it
      needs.
      
      This is also better in terms of cleaning up the "public interface",
      of sorts, for building glslang: end-users probably shouldn't need to
      know or be explicitly dependent on internal targets.
    • Merge pull request #689 from mikew-lunarg/master · 52fceb08
      John Kessenich authored
      Fix for not-handled-in-switch warnings
  2. 20 Jan, 2017 3 commits
  3. 19 Jan, 2017 6 commits
  4. 18 Jan, 2017 2 commits
  5. 14 Jan, 2017 3 commits
  6. 13 Jan, 2017 2 commits
  7. 12 Jan, 2017 3 commits
  8. 11 Jan, 2017 3 commits
  9. 10 Jan, 2017 1 commit
  10. 09 Jan, 2017 3 commits
  11. 08 Jan, 2017 4 commits
  12. 06 Jan, 2017 6 commits
  13. 05 Jan, 2017 2 commits