1. cda52d5 Fixed .dll install on MSVC. by Matthew Albrecht · 5 years ago
  2. 02ed310 Rename PCH macro to glslang_pch (to avoid name collision) and update to latest spirv-tools by Jeff Bolz · 6 years ago
  3. 22d0b7c Use precompiled headers for some glslang projects by Jeff Bolz · 6 years ago
  4. d03da06 Remove execute permissions by otakuto · 6 years ago
  5. 1199cf9 Fixed install for SPIRV, glslang, and hlsl when building shared libs by Matthew Albrecht · 6 years ago
  6. 6c5f649 Allowed for LIB_TYPE to be set to switch between static and shared libs for glslang, SPIRV, and HLSL by Matthew Albrecht · 6 years ago
  7. 17b5f91 Merge pull request #969 from d3x0r/patch-1 by John Kessenich · 7 years ago
  8. 6206091 Fix CMake scripts: The set_property script can be used to set only a single property, so now setting the POSITION_INDEPENDENT_CODE property correctly. by Rohith Chandran · 7 years ago
  9. 9c6ea32 Update CMakeLists.txt by d3x0r · 7 years ago
  10. 22afc38 Modernise CMake #2 by David Seifert · 7 years ago
  11. cfc69d9 Revert "Modernise CMake" by John Kessenich · 7 years ago
  12. 5a5699b Modernise CMake by David Seifert · 7 years ago
  13. 1868b14 HLSL: implement numthreads for compute shaders by steve-lunarg · 8 years ago
  14. 0ae28ea Add base class TParseables for intrinsic / builtin generation. by LoopDawg · 8 years ago
  15. db0eaf9 Updated cmake to better organize folders and options. by Andrew Woloszyn · 8 years ago
  16. 3f46053 Remove duplicated cmake_minimum_required() calls. by Lei Zhang · 8 years ago
  17. 34fb036 HLSL: Add (almost) full expression grammar: Binary, unary (pre/post-fix), assign, ... by John Kessenich · 8 years ago
  18. 9c86c6a HLSL: Separate out token stream handling from grammar recognition. by John Kessenich · 8 years ago
  19. e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 8 years ago