aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2016-09-27#517: Enable AMD extensions by defaultDominik Witczak
2016-08-01bump required CMake version down to 2.8.11 since no features are required in ...Wesley Griffin
2016-07-21Merge pull request #393 from steve-lunarg/warning-enableJohn Kessenich
2016-07-21Add g++/clang warnings to match some enabled by /W4 in MSVC.LoopDawg
2016-07-20Implement 4 AMD-specific extensions.Rex Xu
2016-06-02For MinGW, statically link exes against basic runtimesDavid Neto
2016-05-25Produce different names for files in debug builds on MSVCBrad Davis
2016-05-05Updated cmake to better organize folders and options.Andrew Woloszyn
2016-05-04Bump minimum required CMake version to 2.8.12.Lei Zhang
2016-04-03Merge branch 'master' into hlsl-frontendJohn Kessenich
2016-04-03fix spelling mistakesEric Engestrom
2016-03-31Link in Google Test framework.Lei Zhang
2016-03-12HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser an...John Kessenich
2015-12-08Platforms: Remove support for Windows XP executables.John Kessenich
2015-11-16Add an osinclude.h below each OS directory, redirects by platform macrobaldurk
2015-08-31cmake: Don't override CMAKE_INSTALL_PREFIXChad Versace
2015-06-26Add .gitattributes and normalize a few stray file's line endingsJohn Kessenich
2015-06-24glslang build: force the use of -std=c++11 when building with Clang. David N...John Kessenich
2015-05-13SPIR-V compression: Add stripping and remapping tools for compressibility of ...John Kessenich
2015-03-03glslangValidator: Add straightforward SPIR-V support (non-optimizing, ~3.x fu...John Kessenich
2014-07-28Create dummy side project.John Kessenich
2014-04-14Restore r26190: make code PICJohn Kessenich
2014-03-31CMake: Collapse into a single library all the libraries under the glslang dir...John Kessenich
2014-03-28Make use of the v110 tool set be Win32 specific.John Kessenich
2014-03-17Allow selection of the "Platform Toolset", so that XP binaries can be built.John Kessenich
2014-03-12Allow choice of DLL or static CRT libraries through CMake options.John Kessenich
2014-03-11update Linux build for latest CMake changes from WindowsJohn Kessenich
2014-03-11Add CMake support for Visual Studio and installation, with an expected "insta...John Kessenich
2014-02-19Add submitted CMake files for Linux builds. All existing ways of building re...John Kessenich