aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph
Commit message (Expand)AuthorAgeFilesLines
* Executor: Do not convert error objects into stringsv1.8.1Christian Kandeler2017-06-221-1/+2
* Fix a couple of typosDmitry Shachnev2017-06-061-1/+1
* Try harder to find out the correct location for evaluation errorsChristian Kandeler2017-05-044-23/+12
* Support command files in cpp.{static,dynamic}LibrariesChristian Kandeler2017-04-281-1/+12
* Qt support: Scan also cpp files for Q_PLUGIN_METADATAChristian Kandeler2017-04-281-0/+5
* Fix size_t -> int conversion warnings on MSVC (64bit)Orgad Shaneh2017-04-031-1/+1
* Replace all uses of QVector with std::vectorJake Petroules2017-03-297-27/+28
* Replace all uses of QPair/qMakePair with std::pair/std::make_pairJake Petroules2017-03-223-6/+6
* Replace all uses of qMin and qMax with std::min and std::maxJake Petroules2017-03-201-1/+1
* Re-work linking library dependenciesJoerg Bornemann2017-03-091-0/+48
* Revert "Match a rule's input tags against root artifacts of dependencies"Christian Kandeler2017-03-091-4/+3
* Fix error message about conflicting artifactsChristian Kandeler2017-03-081-1/+1
* Match a rule's input tags against root artifacts of dependenciesChristian Kandeler2017-03-071-3/+4
* Clean up [q]fileinfo.h includesJoerg Bornemann2017-03-065-5/+1
* Prevent files from getting installed outside the install rootChristian Kandeler2017-03-011-0/+6
* Bump required Qt version to 5.6Christian Kandeler2017-02-271-11/+1
* Make calls to ScriptEngine::newFunction type-safeJake Petroules2017-02-264-19/+21
* Fix Transformer::translateFileConfig signatureJoerg Bornemann2017-02-242-3/+3
* Un-duplicate code in UserDependencyScanner::evaluateJoerg Bornemann2017-02-241-10/+2
* Use range-based for loops instead of iteratorsChristian Kandeler2017-02-235-16/+12
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-2124-204/+209
* Executor: Do not try to cancel jobs more than onceChristian Kandeler2017-02-141-0/+2
* Reduce overcautious rule connectionsJoerg Bornemann2017-02-062-88/+42
* RulesApplicator: fix bug with setting output artifact module propertiesJake Petroules2017-02-011-4/+5
* Do not assert if a source file disappears between resolving and buildingChristian Kandeler2017-02-011-0/+2
* QtMocScanner: construct file tags only onceJoerg Bornemann2017-01-272-16/+29
* Clean up ArtifactBindingsExtractorJoerg Bornemann2017-01-261-22/+26
* Remove superfluous constructor from ArtifactBindingsExtractorJoerg Bornemann2017-01-261-4/+0
* Remove superfluous config traversal from RulesApplicatorJoerg Bornemann2017-01-261-39/+8
* Executor: Remove the QueuedConnection argument from two connects()sChristian Kandeler2017-01-261-3/+2
* ProcessCommandExecutor: Make two debug statements conditionalChristian Kandeler2017-01-261-3/+8
* Add operator== for PropertyMapInternalJoerg Bornemann2017-01-251-1/+1
* Use a dedicated launcher process to run all ProcessCommandsChristian Kandeler2017-01-252-8/+6
* Change tracking: Gather more data about the cost of operationsChristian Kandeler2017-01-242-1/+9
* Make loaded extensions available in JavaScript commandsJoerg Bornemann2017-01-193-1/+33
* Remove dead code from Transformer::createCommandsJoerg Bornemann2017-01-161-4/+1
* Make it configurable whether system headers become dependenciesChristian Kandeler2017-01-121-5/+9
* Clean up usage of ScriptEngine in TransformerJoerg Bornemann2017-01-113-17/+16
* Set script engine's active flag while executing custom scannersJoerg Bornemann2017-01-103-11/+24
* Add ScriptEngine::isActive()Joerg Bornemann2017-01-103-10/+6
* Make scanning information persistentChristian Kandeler2017-01-1015-82/+320
* Remove superfluous forward declarationJoerg Bornemann2017-01-101-1/+0
* Remove superfluous d'tor from InputArtifactScannerContextJoerg Bornemann2017-01-102-5/+0
* Remove superfluous c'tor from ResolvedDependencyJoerg Bornemann2017-01-101-5/+1
* Give the two copies command.{cpp,h} non-ambiguous namesJake Petroules2017-01-0514-14/+16
* Move class ScanResultCache::Dependency into its own fileChristian Kandeler2017-01-056-31/+88
* Use a sorted vector rather than QSet or std::setChristian Kandeler2017-01-0536-453/+150
* Change style of #includes of Qt headersJake Petroules2017-01-0451-120/+131
* Merge 1.7 into masterChristian Kandeler2017-01-021-10/+1
|\
| * Do the buildgraph sanity checks only on demandChristian Kandeler2016-12-191-10/+1