1. 09 May, 2019 2 commits
  2. 08 May, 2019 2 commits
  3. 03 May, 2019 3 commits
  4. 01 May, 2019 2 commits
  5. 25 Apr, 2019 1 commit
    • Fix issues of explicit conversions. · d932cc42
      Rex Xu authored
      For certain int8/int16/float16 conversions,they are conditionally allowed
      when extensions defining explicit arithmetic types are enabled.
  6. 19 Apr, 2019 4 commits
  7. 17 Apr, 2019 2 commits
  8. 16 Apr, 2019 3 commits
  9. 15 Apr, 2019 1 commit
  10. 13 Apr, 2019 2 commits
  11. 08 Apr, 2019 1 commit
  12. 06 Apr, 2019 1 commit
    • Add cstdlib include · 0aea3106
      Daniel Koch authored
      On some platforms some of the includers of this header don't have
      'atoi' defined after the change in #1749
  13. 05 Apr, 2019 1 commit
  14. 04 Apr, 2019 3 commits
  15. 03 Apr, 2019 2 commits
  16. 02 Apr, 2019 1 commit
    • build: Don't ship GTEST headers in install target · 1d1fd885
      Karl Schultz authored
      A project that uses googletest(GTEST) shouldn't include googletest
      headers with its artifacts in its install target.  These headers
      simply are not needed by the consumers of the install target and
      can cause conflicts with other projects that use googletest
      themselves and this project's install target.  And they are just not
      part of the expected glslang build artifacts.
      
      It is likely that the addition of the googletest headers to the install
      target was a simple oversight that happens as a result of adding
      googletest as a CMake subdirectory.
      
      For more information on how this causes conflicts with other projects,
      please see: https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/821.
  17. 28 Mar, 2019 1 commit
  18. 27 Mar, 2019 3 commits
  19. 26 Mar, 2019 2 commits
  20. 19 Mar, 2019 2 commits
  21. 18 Mar, 2019 1 commit