Add support for testing file-based HLSL source code in GTest.
[platform/upstream/glslang.git] / gtests /
2016-05-16 Lei ZhangAdd support for testing file-based HLSL source code...
2016-05-05 John KessenichMerge branch 'amdrexu-feature2'
2016-05-05 John KessenichMerge branch 'feature2' of https://github.com/amdrexu...
2016-05-05 John KessenichMerge pull request #268 from AWoloszyn/update-cmake
2016-05-05 John KessenichMerge pull request #266 from dekimir/kfixstoll
2016-05-05 Andrew WoloszynInstall the test executable alongside glslangValidator
2016-05-05 Andrew WoloszynUpdated cmake to better organize folders and options.
2016-05-05 John KessenichMerge branch 'amdrexu-feature'
2016-05-05 John KessenichMerge branch 'feature' of https://github.com/amdrexu...
2016-05-05 John KessenichMerge pull request #257 from antiagainst/ostrstream
2016-05-05 Lei ZhangCreate a new logger class for all messages w.r.t. SPIR...
2016-05-05 Lei ZhangAvoid printing to stdout directly in library functions.
2016-05-05 Rex XuImplement the extension GL_ARB_shader_group_vote.
2016-05-05 Rex XuImplement the extension GL_ARB_shader_ballot
2016-05-02 John KessenichMerge pull request #256 from DavidYen/missing_license
2016-04-30 John KessenichMerge pull request #248 from amdrexu/feature2
2016-04-30 Rex XuImplement the extension GL_ARB_gpu_shader_int64
2016-04-22 John KessenichMerge pull request #247 from dneto0/no-mutex
2016-04-21 David NetoRemove use of std::mutex in gtest code.
2016-04-13 John KessenichMerge pull request #232 from Qining/fix-spec-const...
2016-04-13 John KessenichMerge pull request #231 from dneto0/gtests-link-to...
2016-04-12 David NetoUnit test executable should link to libHLSL
2016-04-04 John KessenichMerge branch 'master' into hlsl-frontend
2016-03-31 John KessenichMerge pull request #190 from antiagainst/gtest
2016-03-31 Lei ZhangLink in Google Test framework.