aboutsummaryrefslogtreecommitdiffstats
path: root/src/glslparser
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-05-301-1/+0
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-161-1/+0
* Mark the module free of Q_FOREACH ... againMarc Mutz2023-08-042-7/+8
* Add missing includes after qtbase qglobal.h-related changesAhmad Samir2023-05-192-0/+3
* Resolve an unused variable warning/errorAmir Masoud Abdol2023-03-151-1/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-251-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-1630-899/+63
* GLSL parser: fix build with C++20 -Wdeprecated-enum-enum-conversionMarc Mutz2022-05-112-3/+2
* Mark all the headers in the internal glsl parser as privateChristian Strømme2022-02-0227-69/+206
* Fix warnings from syncqtChristian Strømme2022-01-1912-21/+27
* Add glsl parserChristian Strømme2021-12-1334-0/+14966