Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-09 | Do not hardcode libdir and includedir in pkg config files | Józef Kucia | 2 | -4/+4 | |
2018-02-07 | Build SPIRV-Tools as shared library | Józef Kucia | 1 | -0/+12 | |
Add pkg-config file for shared libraries Properly build SPIRV-Tools DLL Test C interface with shared library Set PATH to shared library file for c_interface_shared test Otherwise, the test won't find SPIRV-Tools-shared.dll. Do not use private functions when testing with shared library Make all symbols hidden by default for shared library target | |||||
2017-12-18 | Export a config file for pkg-config | Pierre Moreau | 2 | -0/+43 | |
Fixes #1031 Extracts the current version from the file CHANGES The -dev suffix maps to a minor version number of .0 No -dev suffix maps to a minor version number of .1 Uses a first class target spirv-tools-pkg-config |