1. 36333d1 Fix Cmake rule for extension header generation by David Neto · 3 years ago
  2. 035a3bb GL_EXT_spirv_intrinsics - Port extensions by amhagan · 3 years, 1 month ago
  3. c8ef4f8 cmake: Remove "conditions" from endif by Nathaniel Cesario · 3 years ago
  4. bb9746a Fixed CMake configuration for resource-limits library. by Krzysztof Pilch · 3 years, 6 months ago
  5. 3549cd6 Removed condition for glslang-default-resource-limits instalation. by Krzysztof Pilch · 3 years, 6 months ago
  6. c897c3b Add new SpirvToolsDisassemble API interface + Improve Doc on existing API interface (#2442) by pheonix · 4 years ago
  7. 2b77059 Revert "Add new SpirvToolsDisassemble API interface + Improve Doc on existing API interface (#2408)" by John Kessenich · 4 years ago
  8. d1929f3 Add new SpirvToolsDisassemble API interface + Improve Doc on existing API interface (#2408) by pheonix · 4 years ago
  9. f05c076 Revert "Add more flexible SpirvToolsDisassemble interface to allow specifying spv_target_env for disassembly output. (#2406)" by John Kessenich · 4 years ago
  10. 2eed823 Add more flexible SpirvToolsDisassemble interface to allow specifying spv_target_env for disassembly output. (#2406) by pheonix · 4 years ago
  11. cb261e3 License headers: s/Google/The Khronos Group by Ben Clayton · 4 years, 3 months ago
  12. 1d21270 Add missing copyright headers by Ben Clayton · 4 years, 3 months ago
  13. fd37e0c add c wrapper for standalone ResourceLimits and remove that dependency from glslang_c_interface by Travis Fort · 4 years, 7 months ago
  14. e01c847 Merge branch 'dj2-install' by John Kessenich · 4 years, 11 months ago
  15. 04567eb Check for ENABLE_SPVREMAPPER flag in CMakeList files. by Dan Sinclair · 4 years, 11 months ago
  16. bd69a4f Respect CMAKE_INSTALL_LIBDIR in installed CMake files by Arfrever Frehtes Taifersar Arahesis · 4 years, 11 months ago
  17. f57feff Fix the exports of glslang-default-resource-limits (#1942) by David Dubois · 5 years ago
  18. c6f7294 Handle install vs build include directories by James Rumble · 5 years ago
  19. ab6d149 Export glslang targets on installation by James Rumble · 5 years ago
  20. d03da06 Remove execute permissions by otakuto · 6 years ago
  21. e215622 SPV: Add option to print disassembly in standard form using SPIRV-Tools. by John Kessenich · 6 years ago
  22. 1199cf9 Fixed install for SPIRV, glslang, and hlsl when building shared libs by Matthew Albrecht · 6 years ago
  23. 17b5f91 Merge pull request #969 from d3x0r/patch-1 by John Kessenich · 7 years ago
  24. 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
  25. 4593312 Update CMakeLists.txt by d3x0r · 7 years ago
  26. 3494b4d HLSL: Add an Includer to handle #include. by John Kessenich · 7 years ago
  27. 22afc38 Modernise CMake #2 by David Seifert · 7 years ago
  28. cfc69d9 Revert "Modernise CMake" by John Kessenich · 7 years ago
  29. 5a5699b Modernise CMake by David Seifert · 7 years ago
  30. 6077a19 CMake: add target_link_libraries internally by Michael Maltese · 8 years ago
  31. dc1a819 Infrastructure: Support standard build with ENABLE_HLSL set to off. by John Kessenich · 8 years ago
  32. ff21a25 Change disabled-by-default DISABLE_HLSL option to enabled-by-default ENABLE_HLSL. by Alex Szpakowski · 8 years ago
  33. 84eabf7 Add a CMake option to disable compilation of HLSL input support. by Alex Szpakowski · 8 years ago
  34. a845641 WIP: SPV Remapper: add remapper test framework by steve-lunarg · 8 years ago
  35. b37dc0e For MinGW, statically link exes against basic runtimes by David Neto · 8 years ago
  36. 8a9b1ee Rename DefaultResourceLimits.* to ResourceLimits.*. by Lei Zhang · 8 years ago
  37. db0eaf9 Updated cmake to better organize folders and options. by Andrew Woloszyn · 8 years ago
  38. 3f46053 Remove duplicated cmake_minimum_required() calls. by Lei Zhang · 8 years ago
  39. 1c7e707 Merge branch 'master' into hlsl-frontend by John Kessenich · 9 years ago
  40. 414eb60 Link in Google Test framework. by Lei Zhang · 9 years ago
  41. e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 9 years ago
  42. 08dee03 Remove include_directories from CMakeLists, to enforce relative includes by baldurk · 9 years ago
  43. 8b64fa5 Fixes for compiling glslang on Android. by Andrew Woloszyn · 9 years ago
  44. 140f3df Final round for line endings. by John Kessenich · 9 years ago
  45. 3c4a276 SPIR-V compression: Requires rerunning CMake. Adds a standalone tool for running the SPV compression. by John Kessenich · 9 years ago
  46. 0df0cde glslangValidator: Add straightforward SPIR-V support (non-optimizing, ~3.x functionality). by John Kessenich · 10 years ago
  47. 92f9038 Create dummy side project. by John Kessenich · 10 years ago
  48. fd30542 Non-functional trivial clean up. by John Kessenich · 10 years ago
  49. fde7034 CMake: Collapse into a single library all the libraries under the glslang directory, and represent the proper hierarchy in MSVS. There are still a total of 3 libraries to link against: glslang, OGLCompiler, and OSDependent. by John Kessenich · 11 years ago
  50. 0af1e7c Allow selection of the "Platform Toolset", so that XP binaries can be built. by John Kessenich · 11 years ago
  51. 3ce1058 update Linux build for latest CMake changes from Windows by John Kessenich · 11 years ago
  52. d18e2d8 Add CMake support for Visual Studio and installation, with an expected "install" for CMAKE_INSTALL_PREFIX, and updated test scripts to consume the CMake installation. by John Kessenich · 11 years ago
  53. 0547c2a Add submitted CMake files for Linux builds. All existing ways of building remain in tact. by John Kessenich · 11 years ago