aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/generators/generatordata.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid uses of Java-style iteratorshjk2019-07-301-16/+4
* Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-231-1/+1
* Generators API: add missing constJake Petroules2018-02-191-2/+2
* Merge 1.10 into masterChristian Kandeler2018-01-051-0/+2
|\
| * Don't crash when calling methods on empty IMultiplexableContainersJake Petroules2018-01-051-0/+2
* | Do not use the set class outside corelibChristian Kandeler2017-12-071-1/+0
* | STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-2/+2
|/
* Generator data: add some utility methods for iterating configurationsJake Petroules2017-09-011-0/+80
* Generator data: add type and build directory methodsJake Petroules2017-09-011-0/+2
* Generator data: use a template method to reduce pattern duplicationJake Petroules2017-09-011-6/+24
* Transform the scanner plugin manager into a true generic plugin managerJake Petroules2017-06-131-3/+3
* Fix mismatched class/struct warningJake Petroules2017-06-081-1/+1
* Add an entry for the qbs file itself in the generated vcxprojJake Petroules2017-06-061-0/+1
* Fix handling of same subproject names in generated VS solutionsJake Petroules2017-06-061-0/+12
* Merge 1.7 into masterChristian Kandeler2017-02-101-1/+2
|\
| * Generators: pass down full InstallOptions instead of just install rootJake Petroules2017-02-071-1/+2
* | Change style of #includes of Qt headersJake Petroules2017-01-041-2/+2
|/
* Update license headersIikka Eklund2016-08-291-13/+22
* Clean up generator codeChristian Kandeler2016-08-231-3/+3
* Flesh out generators APIJake Petroules2016-08-221-0/+71