aboutsummaryrefslogtreecommitdiff
path: root/gtests/CMakeLists.txt
AgeCommit message (Expand)Author
2021-09-30cmake: Remove "conditions" from endifNathaniel Cesario
2021-04-14Merge pull request #2522 from dneto0/intlog2Greg Fischer
2021-04-13Add IntLog2 and use itDavid Neto
2021-03-15Revert "Revert "GL_ext_vulkan_glsl_relaxed extension support, and cross stage...greg-lunarg
2021-03-10Revert "GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware I...greg-lunarg
2021-03-08Implement GL_EXT_vulkan_glsl_relaxed optionwill brown
2020-11-02Add new SpirvToolsDisassemble API interface + Improve Doc on existing API int...pheonix
2020-10-05Revert "Add new SpirvToolsDisassemble API interface + Improve Doc on existing...John Kessenich
2020-10-05Add new SpirvToolsDisassemble API interface + Improve Doc on existing API int...pheonix
2020-09-27Revert "Add more flexible SpirvToolsDisassemble interface to allow specifying...John Kessenich
2020-09-27Add more flexible SpirvToolsDisassemble interface to allow specifying spv_tar...pheonix
2020-07-07Use CMake's builtin functionality for PCHsBen Clayton
2020-07-03License headers: s/Google/The Khronos GroupBen Clayton
2020-07-02Add missing copyright headersBen Clayton
2019-11-22Merge branch 'dj2-install'John Kessenich
2019-11-21Check for ENABLE_SPVREMAPPER flag in CMakeList files.Dan Sinclair
2019-11-18Respect CMAKE_INSTALL_LIBDIR in installed CMake filesArfrever Frehtes Taifersar Arahesis
2019-08-06Handle install vs build include directoriesJames Rumble
2019-08-06Export glslang targets on installationJames Rumble
2018-11-07Rename PCH macro to glslang_pch (to avoid name collision) and update to lates...Jeff Bolz
2018-10-31Use precompiled headers for some glslang projectsJeff Bolz
2017-07-04Update CMakeLists.txtd3x0r
2017-04-29Modernise CMake #2David Seifert
2017-04-28Revert "Modernise CMake"John Kessenich
2017-04-28Make test suite optional by using CTestDavid Seifert
2017-04-28Modernise CMakeDavid Seifert
2017-01-25Use correct OriginUpperLeft when linking more than one shader.Markus Tavenrath
2017-01-11Infrastructure: Support standard build with ENABLE_HLSL set to off.John Kessenich
2016-10-05Gtests can be run on another source treeDavid Neto
2016-09-30Parser: Implement extension GL_AMD_gpu_shader_half_float.Rex Xu
2016-09-02Remapper: move remapper tests into the glslangtests executable.steve-lunarg
2016-08-25WIP: SPV Remapper: add remapper test frameworksteve-lunarg
2016-06-02For MinGW, statically link exes against basic runtimesDavid Neto
2016-05-19Test compiling shaders with given resource limits using GTest.Lei Zhang
2016-05-18Run link tests in the GTest framework.Lei Zhang
2016-05-16Add support for testing file-based HLSL source code in GTest.Lei Zhang
2016-05-05Install the test executable alongside glslangValidatorAndrew Woloszyn
2016-05-05Updated cmake to better organize folders and options.Andrew Woloszyn
2016-04-12Unit test executable should link to libHLSLDavid Neto
2016-03-31Link in Google Test framework.Lei Zhang