1. d03da06 Remove execute permissions by otakuto · 6 years ago
  2. e215622 SPV: Add option to print disassembly in standard form using SPIRV-Tools. by John Kessenich · 6 years ago
  3. 1199cf9 Fixed install for SPIRV, glslang, and hlsl when building shared libs by Matthew Albrecht · 7 years ago
  4. 17b5f91 Merge pull request #969 from d3x0r/patch-1 by John Kessenich · 7 years ago
  5. 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
  6. 4593312 Update CMakeLists.txt by d3x0r · 7 years ago
  7. 3494b4d HLSL: Add an Includer to handle #include. by John Kessenich · 7 years ago
  8. 22afc38 Modernise CMake #2 by David Seifert · 8 years ago
  9. cfc69d9 Revert "Modernise CMake" by John Kessenich · 8 years ago
  10. 5a5699b Modernise CMake by David Seifert · 8 years ago
  11. 6077a19 CMake: add target_link_libraries internally by Michael Maltese · 8 years ago
  12. dc1a819 Infrastructure: Support standard build with ENABLE_HLSL set to off. by John Kessenich · 8 years ago
  13. ff21a25 Change disabled-by-default DISABLE_HLSL option to enabled-by-default ENABLE_HLSL. by Alex Szpakowski · 8 years ago
  14. 84eabf7 Add a CMake option to disable compilation of HLSL input support. by Alex Szpakowski · 8 years ago
  15. a845641 WIP: SPV Remapper: add remapper test framework by steve-lunarg · 8 years ago
  16. b37dc0e For MinGW, statically link exes against basic runtimes by David Neto · 8 years ago
  17. 8a9b1ee Rename DefaultResourceLimits.* to ResourceLimits.*. by Lei Zhang · 8 years ago
  18. db0eaf9 Updated cmake to better organize folders and options. by Andrew Woloszyn · 9 years ago
  19. 3f46053 Remove duplicated cmake_minimum_required() calls. by Lei Zhang · 9 years ago
  20. 1c7e707 Merge branch 'master' into hlsl-frontend by John Kessenich · 9 years ago
  21. 414eb60 Link in Google Test framework. by Lei Zhang · 9 years ago
  22. e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 9 years ago
  23. 08dee03 Remove include_directories from CMakeLists, to enforce relative includes by baldurk · 9 years ago
  24. 8b64fa5 Fixes for compiling glslang on Android. by Andrew Woloszyn · 9 years ago
  25. 140f3df Final round for line endings. by John Kessenich · 9 years ago
  26. 3c4a276 SPIR-V compression: Requires rerunning CMake. Adds a standalone tool for running the SPV compression. by John Kessenich · 9 years ago
  27. 0df0cde glslangValidator: Add straightforward SPIR-V support (non-optimizing, ~3.x functionality). by John Kessenich · 10 years ago
  28. 92f9038 Create dummy side project. by John Kessenich · 10 years ago
  29. fd30542 Non-functional trivial clean up. by John Kessenich · 10 years ago
  30. 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
  31. 0af1e7c Allow selection of the "Platform Toolset", so that XP binaries can be built. by John Kessenich · 11 years ago
  32. 3ce1058 update Linux build for latest CMake changes from Windows by John Kessenich · 11 years ago
  33. 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
  34. 0547c2a Add submitted CMake files for Linux builds. All existing ways of building remain in tact. by John Kessenich · 11 years ago