1. 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
  2. 2f003ac Merge pull request #393 from steve-lunarg/warning-enable by John Kessenich · 8 years ago
  3. 6d47895 Add g++/clang warnings to match some enabled by /W4 in MSVC. by LoopDawg · 8 years ago
  4. 9d93a23 Implement 4 AMD-specific extensions. by Rex Xu · 9 years ago
  5. b37dc0e For MinGW, statically link exes against basic runtimes by David Neto · 8 years ago
  6. 1e194e8 Produce different names for files in debug builds on MSVC by Brad Davis · 8 years ago
  7. db0eaf9 Updated cmake to better organize folders and options. by Andrew Woloszyn · 9 years ago
  8. 045e02a Bump minimum required CMake version to 2.8.12. by Lei Zhang · 9 years ago
  9. 1c7e707 Merge branch 'master' into hlsl-frontend by John Kessenich · 9 years ago
  10. 6a6d6dd fix spelling mistakes by Eric Engestrom · 9 years ago
  11. 414eb60 Link in Google Test framework. by Lei Zhang · 9 years ago
  12. e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 9 years ago
  13. 5d60ca5 Platforms: Remove support for Windows XP executables. by John Kessenich · 9 years ago
  14. 876a0e3 Add an osinclude.h below each OS directory, redirects by platform macro by baldurk · 9 years ago
  15. 4cbf748 cmake: Don't override CMAKE_INSTALL_PREFIX by Chad Versace · 9 years ago
  16. d49d524 Add .gitattributes and normalize a few stray file's line endings by John Kessenich · 9 years ago
  17. 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
  18. 4217d2e SPIR-V compression: Add stripping and remapping tools for compressibility of generated SPIR-V. by John Kessenich · 9 years ago
  19. 0df0cde glslangValidator: Add straightforward SPIR-V support (non-optimizing, ~3.x functionality). by John Kessenich · 10 years ago
  20. 92f9038 Create dummy side project. by John Kessenich · 10 years ago
  21. 078c010 Restore r26190: make code PIC by John Kessenich · 11 years ago
  22. 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
  23. e564fc5 Make use of the v110 tool set be Win32 specific. by John Kessenich · 11 years ago
  24. 0af1e7c Allow selection of the "Platform Toolset", so that XP binaries can be built. by John Kessenich · 11 years ago
  25. 71241d8 Allow choice of DLL or static CRT libraries through CMake options. by John Kessenich · 11 years ago
  26. 3ce1058 update Linux build for latest CMake changes from Windows by John Kessenich · 11 years ago
  27. 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
  28. 0547c2a Add submitted CMake files for Linux builds. All existing ways of building remain in tact. by John Kessenich · 11 years ago