1. fd593d5 Get rid of all warnings with MSVC and clang-cl (#2177) by Malacath-92 · 4 years, 3 months ago
  2. 16bb888 Fix build on CMake 2.8, and fix Web build by Kai Ninomiya · 4 years, 3 months ago
  3. b848387 Add an option to make RTTI enabled by durswd · 4 years, 4 months ago
  4. 5166bc1 Split "is emscripten" config from "enable glslang.js" by Kai Ninomiya · 4 years, 5 months ago
  5. 141dbed Use NOT ... VERSION_LESS instead of VERSION_GREATER_EQUAL by Jeff Bolz · 4 years, 5 months ago
  6. d5f2f7b Merge pull request #1940 from tsuoranta/fix-gcc9 by John Kessenich · 4 years, 5 months ago
  7. 3b8d94f Add option ENABLE_CTEST to skip testing by Sergey Kosarevsky · 4 years, 8 months ago
  8. 5e634c8 Enable generation of compile_commands.json (#1938) by Timo Suoranta · 4 years, 8 months ago
  9. f0a85fc Fixes for gcc 9 / -Werror=deprecated-copy by Timo Suoranta · 4 years, 9 months ago
  10. a959deb Merge pull request #1933 from dj2/runtest by John Kessenich · 4 years, 9 months ago
  11. 3290d38 Use commandline options instead of ENV variables by Dan Sinclair · 4 years, 9 months ago
  12. 9e4f6d0 Merge pull request #1932 from zoddicus/anotherSemiColonFix by John Kessenich · 4 years, 9 months ago
  13. 7d623e1 Indenting by dan sinclair · 4 years, 9 months ago
  14. 0f98465 Update CMakeLists.txt by dan sinclair · 4 years, 9 months ago
  15. 3f072e1 Move TARGETDIR as well by Dan Sinclair · 4 years, 9 months ago
  16. 1672014 Make runtests configurable. by Dan Sinclair · 4 years, 9 months ago
  17. 1aeceae Fix config issues and revert previous fixes for semi-colon issues by Ryan Harrison · 4 years, 9 months ago
  18. 0539823 Added an option to make pch enabled in Cmake by durswd · 4 years, 9 months ago
  19. 03be018 find Python and add External subdir only if BUILD_EXTERNAL option was set (on by default) and /External dir exists by Fabian Wahlster · 4 years, 9 months ago
  20. 41261d9 Forgot that GCC doesn't recognize this flag by Ryan Harrison · 4 years, 9 months ago
  21. 7c9accb Remove unnecessary semi-colons and add warning about them by Ryan Harrison · 4 years, 9 months ago
  22. 230117a use custom es6 modularization instead of MODULARIZE=1 by Kai Ninomiya · 4 years, 10 months ago
  23. 4391924 Separate GLSLANG_WEB (min-size build) and Emscripten options by Kai Ninomiya · 4 years, 10 months ago
  24. eaf4496 Web: Complete the removal of vendor-specific #ifdef's, including CMake. by John Kessenich · 5 years ago
  25. 23d2775 Web: Selectively remove a few key features, using #ifndef GLSLANG_WEB by John Kessenich · 5 years ago
  26. a91561d enable build for node by Kai Ninomiya · 4 years, 11 months ago
  27. 7eb3e6e Make non-emscripten flags platform agnostic. by Ryan Harrison · 5 years ago
  28. c1063cd Converted ENABLE_HLSL to a dependent option, so it can be always disabled in web builds by Ryan Harrison · 5 years ago
  29. c96e42d Add WASM build target for Web version of glslang by Ryan Harrison · 5 years ago
  30. 8126eb1 Convert no RTTI rule to be compiler specific by Ryan Harrison · 5 years ago
  31. bbf172b Explicitly remove RTTI in the top-level build config by Ryan Harrison · 5 years ago
  32. 6fef1ca Latest known-good SPIRV-Tools: WARNING: Needs python 3.x. by John Kessenich · 5 years ago
  33. 424612c build: Do not cache debug library suffix by Nuno Subtil · 5 years ago
  34. 0a93cfb Update to newest SPIRV-Tools. It checks the Vulkan rule that all resources must have a set and binding decoration, which many tests fail. So add code to set a default value of zero. Also disable PCH for Ninja builds. by Jeff Bolz · 6 years ago
  35. 0392544 PCH filename depends on current binary dir by David Neto · 6 years ago
  36. 02ed310 Rename PCH macro to glslang_pch (to avoid name collision) and update to latest spirv-tools by Jeff Bolz · 6 years ago
  37. 22d0b7c Use precompiled headers for some glslang projects by Jeff Bolz · 6 years ago
  38. 5d6b567 Merge pull request #1436 from karl-lunarg/karl-ccache by John Kessenich · 6 years ago
  39. f9c2aeb Allowed debug postfix to be changed. by Matthew Albrecht · 6 years ago
  40. 857f25c Added the cmake option to disable building SPVRemapper. by Matthew Albrecht · 6 years ago
  41. 23770b9 build: Add ccache option to CMake config by Karl Schultz · 6 years ago
  42. b9e9e57 Merge pull request #1326 from mattparks/patch1 by John Kessenich · 6 years ago
  43. 5d8d788 Fix #1328: ENABLE_HLSL=OFF breaking build. by John Kessenich · 6 years ago
  44. 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
  45. fb03a55 Only print legalization warning if optimizer disabled by GregF · 6 years ago
  46. aab0001 Set cmake-policy CMP0048 to NEW by Tim Diekmann · 7 years ago
  47. 9cf5dfb Merge pull request #1063 from LoopDawg/remapper-error-cleanup by John Kessenich · 7 years ago
  48. fd34f0e CMake changes for HLSL legalization by GregF · 7 years ago
  49. 8004d36 Remapper: make remapper robust against non-exiting error handlers by LoopDawg · 7 years ago
  50. f8f494f Add option to skip installation by d3x0r · 7 years ago
  51. 22afc38 Modernise CMake #2 by David Seifert · 7 years ago
  52. cfc69d9 Revert "Modernise CMake" by John Kessenich · 7 years ago
  53. 8f82426 Make test suite optional by using CTest by David Seifert · 7 years ago
  54. 5a5699b Modernise CMake by David Seifert · 7 years ago
  55. 8155934 Fix building on MinGW-w64 by DragoonX6 · 7 years ago
  56. dc1a819 Infrastructure: Support standard build with ENABLE_HLSL set to off. by John Kessenich · 7 years ago
  57. ff21a25 Change disabled-by-default DISABLE_HLSL option to enabled-by-default ENABLE_HLSL. by Alex Szpakowski · 7 years ago
  58. 84eabf7 Add a CMake option to disable compilation of HLSL input support. by Alex Szpakowski · 7 years ago
  59. 3c264ce Merge pull request #639 from hrydgard/master by John Kessenich · 8 years ago
  60. 868746a Add option to make it possible not to build the executables by Henrik Rydgård · 8 years ago
  61. 0ad6a4e Add support for SPV_NV_sample_mask_override_coverage by chaoc · 8 years ago
  62. daff1a2 #517: Enable AMD extensions by default by Dominik Witczak · 8 years ago
  63. ac39cdc bump required CMake version down to 2.8.11 since no features are required in cmake>2.8.11 and this allows building on stock CentOS 7 by Wesley Griffin · 8 years ago
  64. 2f003ac Merge pull request #393 from steve-lunarg/warning-enable by John Kessenich · 8 years ago
  65. 6d47895 Add g++/clang warnings to match some enabled by /W4 in MSVC. by LoopDawg · 8 years ago
  66. 9d93a23 Implement 4 AMD-specific extensions. by Rex Xu · 8 years ago
  67. b37dc0e For MinGW, statically link exes against basic runtimes by David Neto · 8 years ago
  68. 1e194e8 Produce different names for files in debug builds on MSVC by Brad Davis · 8 years ago
  69. db0eaf9 Updated cmake to better organize folders and options. by Andrew Woloszyn · 8 years ago
  70. 045e02a Bump minimum required CMake version to 2.8.12. by Lei Zhang · 8 years ago
  71. 1c7e707 Merge branch 'master' into hlsl-frontend by John Kessenich · 8 years ago
  72. 6a6d6dd fix spelling mistakes by Eric Engestrom · 8 years ago
  73. 414eb60 Link in Google Test framework. by Lei Zhang · 8 years ago
  74. e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 8 years ago
  75. 5d60ca5 Platforms: Remove support for Windows XP executables. by John Kessenich · 9 years ago
  76. 876a0e3 Add an osinclude.h below each OS directory, redirects by platform macro by baldurk · 9 years ago
  77. 4cbf748 cmake: Don't override CMAKE_INSTALL_PREFIX by Chad Versace · 9 years ago
  78. d49d524 Add .gitattributes and normalize a few stray file's line endings by John Kessenich · 9 years ago
  79. 33e075f glslang build: force the use of -std=c++11 when building with Clang. David Neto <dneto@google.com>. by John Kessenich · 9 years ago
  80. 4217d2e SPIR-V compression: Add stripping and remapping tools for compressibility of generated SPIR-V. by John Kessenich · 9 years ago
  81. 0df0cde glslangValidator: Add straightforward SPIR-V support (non-optimizing, ~3.x functionality). by John Kessenich · 9 years ago
  82. 92f9038 Create dummy side project. by John Kessenich · 10 years ago
  83. 078c010 Restore r26190: make code PIC by John Kessenich · 10 years ago
  84. 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 · 10 years ago
  85. e564fc5 Make use of the v110 tool set be Win32 specific. by John Kessenich · 10 years ago
  86. 0af1e7c Allow selection of the "Platform Toolset", so that XP binaries can be built. by John Kessenich · 10 years ago
  87. 71241d8 Allow choice of DLL or static CRT libraries through CMake options. by John Kessenich · 10 years ago
  88. 3ce1058 update Linux build for latest CMake changes from Windows by John Kessenich · 10 years ago
  89. 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 · 10 years ago
  90. 0547c2a Add submitted CMake files for Linux builds. All existing ways of building remain in tact. by John Kessenich · 10 years ago