1. 08 May, 2019 1 commit
  2. 03 May, 2019 3 commits
  3. 01 May, 2019 1 commit
  4. 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.
  5. 19 Apr, 2019 4 commits
  6. 17 Apr, 2019 2 commits
  7. 16 Apr, 2019 3 commits
  8. 15 Apr, 2019 1 commit
  9. 13 Apr, 2019 2 commits
  10. 08 Apr, 2019 1 commit
  11. 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
  12. 05 Apr, 2019 1 commit
  13. 04 Apr, 2019 3 commits
  14. 03 Apr, 2019 2 commits
  15. 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.
  16. 29 Mar, 2019 1 commit
  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 4 commits