aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2016-09-28Add examples to demo C++ library APIs.Lei Zhang
2016-09-21Publish the C++ interface.Lei Zhang
2016-09-16Add utility macros for logging messages.Lei Zhang
2016-09-02Add test for presence of copyrights and license termsDavid Neto
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto
2016-08-09Use NEW behavior for policy CMP0054.Lei Zhang
2016-08-05Check configuration and gmock existence when adding unit tests.Lei Zhang
2016-06-08Split validate_types file into multiple classesUmar Arshad
2016-04-22Add CHANGES file with high level software historyDavid Neto
2016-04-18Rework CMake rules for building grammar tables.Lei Zhang
2016-04-18Update cmake files to support Android as a build target.Derek Sollenberger
2016-04-18Add SPIR-V 1.1 grammar.Dejan Mircevski
2016-04-18Mark SPIR-V grammar files as 1.0.Dejan Mircevski
2016-04-04Use JSON grammar files to generate extended instruction sets.Lei Zhang
2016-04-04Rname grammar.json to spirv.core.grammar.json and add version info.Lei Zhang
2016-04-04Remove dependency on SPIR-V headers in libspirv.h.Lei Zhang
2016-04-04Enable linking against libSPIRV-Tools from linux shared librariesChris Forbes
2016-04-01Use the JSON grammar file to generate various info tables.Lei Zhang
2016-03-17Split CMakeLists.txt into smaller ones.Lei Zhang
2016-03-16Support Linux-to-Windows cross comiple via MinGWDavid Neto
2016-03-14Add patchlevel to CMake requirementDaniel Robertson
2016-02-24Actually find the python executable before use.Andrew Woloszyn
2016-02-23Implement --version for spirv-toolsqining
2016-02-17SPIR-V Tools fully supports SPIR-V 1.0 Rev3David Neto
2016-02-17Rearrange headersDavid Neto
2016-02-17Fixed internal compiler error in gcc-4.9.Andrew Woloszyn
2016-02-16Configure gmock locally only if not already configured.David Neto
2016-02-02Enable ctest.Dejan Mircevski
2016-02-02Use AssemblyGrammar for capability validation.Dejan Mircevski
2016-01-29Fix in-function storage class validation.Dejan Mircevski
2016-01-27Initial capability implementation and unit testsUmar Arshad
2016-01-26Qualify CMake function names with "spvtools" to avoid conflictions.Lei Zhang
2016-01-20Track uses and defs during parsing.Dejan Mircevski
2016-01-15Disable warnings C4503 on MSVC for test codeDavid Neto
2016-01-14Validation refactorUmar Arshad
2016-01-11spvDiagnosticDestroy is safe to call on nullptrDavid Neto
2016-01-11Made compilation with gcc and clang more strict.Andrew Woloszyn
2016-01-07Extend copyright to 2016.Dejan Mircevski
2016-01-04Avoid relative path in #includeDavid Neto
2016-01-04Rename endian.h to spirv_endian.hDavid Neto
2015-12-17Initial logical layout validationUmar Arshad
2015-12-17Refactor validation types into another fileUmar Arshad
2015-12-10Fix setting of off-by-default cmake optionsDavid Neto
2015-12-09Basic SSA ValidationUmar Arshad
2015-12-01Don't add -frtti for tests. Use newer googletest.David Neto
2015-12-01Add -frtti for tests that use mockingDavid Neto
2015-11-19Turned warnings-as-errors on by default.Andrew Woloszyn
2015-11-18Clean up CMake configuration and address compiler warnings.Lei Zhang
2015-11-18CMake: Respect user-defined install pathPierre Moreau
2015-11-17Object files should depend on spirv.h and friendsDavid Neto