aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/qtmocscanner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return initializer list where it is possibleDenis Shienkov2019-02-261-2/+2
* Qt: Allow users to explicitly tag files as mocableChristian Kandeler2019-01-291-1/+11
* Do not ignore file dependencies in the Scanner itemChristian Kandeler2019-01-181-1/+4
* Scanner item: Do not re-use the searchPaths value for other inputsChristian Kandeler2019-01-151-0/+1
* Qt.core: Only gather included moc_*.cpp files if necessaryChristian Kandeler2018-08-011-2/+1
* Do not generally re-apply rules just because inputs have changedChristian Kandeler2018-07-111-0/+1
* Remove quotes and escaping from debug logsOrgad Shaneh2018-07-031-1/+1
* QtMocScanner: Hold only one C++ scanner instanceChristian Kandeler2018-04-301-24/+2
* Qt templates: Make moc rule handle C++ amalgamation correctlyChristian Kandeler2018-04-241-4/+14
* Fix MSVC warningsOrgad Shaneh2018-01-241-1/+1
* Modernize variable declarationsDenis Shienkov2017-11-301-1/+1
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-7/+9
* Don't export Qt dependency to clients from the plugin managersJake Petroules2017-11-271-1/+1
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-3/+3
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-2/+2
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-6/+6
* STL compatibility: use front() instead of first()Jake Petroules2017-11-141-3/+3
* Add missing override keywordsJoerg Bornemann2017-09-191-6/+6
* Use categorized logging for the moc scannerJoerg Bornemann2017-08-021-15/+8
* Transform the scanner plugin manager into a true generic plugin managerJake Petroules2017-06-131-0/+1
* 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