aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/qtmocscanner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qt support: Scan also cpp files for Q_PLUGIN_METADATAChristian Kandeler2017-04-281-0/+5
* Replace all uses of QVector with std::vectorJake Petroules2017-03-291-1/+1
* Make calls to ScriptEngine::newFunction type-safeJake Petroules2017-02-261-3/+4
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-2/+2
* QtMocScanner: construct file tags only onceJoerg Bornemann2017-01-271-16/+27
* Make scanning information persistentChristian Kandeler2017-01-101-17/+41
* Move class ScanResultCache::Dependency into its own fileChristian Kandeler2017-01-051-2/+2
* Change style of #includes of Qt headersJake Petroules2017-01-041-3/+4
* Artifact scanning: Do not store pointers to temporary dataChristian Kandeler2016-12-191-3/+3
* Merge the C/C++ include scannersChristian Kandeler2016-12-191-1/+3
* Update license headersIikka Eklund2016-08-291-14/+23
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Correctly handle Objective-C++ source files in moc.Jake Petroules2016-04-061-3/+21
* Code clean-up in corelib/language/.Christian Kandeler2015-07-301-0/+1
* check included file name instead of file path in QtMocScannerJoerg Bornemann2015-04-281-7/+7
* Prevent automatic casting from char* to QString.Christian Kandeler2015-04-231-1/+2
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* License update.Eike Ziller2014-10-161-7/+8
* add getter/setters for Artifact::fileTagsJoerg Bornemann2014-07-311-1/+1
* catch exceptions in JS callbackJoerg Bornemann2014-03-271-3/+13
* Add new qml item ScannerMaxim Zaitsev2014-03-121-4/+11
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-131-0/+189