aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph
Commit message (Expand)AuthorAgeFilesLines
* Add command and AutotestRunner timeoutJochen Ulrich2019-08-018-25/+78
* Fix some warnings about null pointersIvan Komissarov2019-06-042-2/+2
* Merge 1.13 into masterChristian Kandeler2019-05-231-2/+2
|\
| * Transformer: Fix wrong variable nameOrgad Shaneh2019-05-211-2/+2
* | Use std:: containers in ProjectBuildDataIvan Komissarov2019-05-225-25/+24
* | Apply modernize-loop-convert fix-itIvan Komissarov2019-05-213-26/+20
* | Apply modernize-use-auto fix-itIvan Komissarov2019-05-201-1/+1
* | Fix -Wclazy-inefficient-qlist-softIvan Komissarov2019-05-202-2/+2
* | Add missing virtual destructorsIvan Komissarov2019-05-032-0/+2
* | Apply fix-its for the missing override keywordIvan Komissarov2019-05-036-6/+6
* | Fix uninitialized variablesIvan Komissarov2019-05-0210-21/+21
* | Use pass-by-value and moveIvan Komissarov2019-03-0725-60/+64
* | Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-067-19/+30
|/
* Return initializer list where it is possibleDenis Shienkov2019-02-2610-21/+21
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-256-20/+20
* Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-237-18/+18
* Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-233-3/+3
* Add const-references for non trivial types in range-for loopsIvan Komissarov2019-02-201-2/+2
* Module providers: Fix some change tracking problemsChristian Kandeler2019-02-112-7/+19
* Qt: Allow users to explicitly tag files as mocableChristian Kandeler2019-01-291-1/+11
* Introduce module providersChristian Kandeler2019-01-231-0/+2
* Do not ignore file dependencies in the Scanner itemChristian Kandeler2019-01-184-16/+24
* Scanner item: Do not re-use the searchPaths value for other inputsChristian Kandeler2019-01-154-3/+21
* Support big Qt resourcesJoerg Bornemann2018-11-301-0/+13
* Prevent "dynamic" values from getting assigned to command propertiesChristian Kandeler2018-10-251-1/+3
* Executor: Increment progress bar after a rule's transformers are doneChristian Kandeler2018-10-224-2/+30
* Fix potential dereference of Artifact null pointerChristian Kandeler2018-09-051-1/+1
* Fix memory leak in RuleNodeChristian Kandeler2018-09-052-4/+11
* Merge 1.12 into masterChristian Kandeler2018-09-045-17/+22
|\
| * Fix over-eager sanity checkv1.12.1Christian Kandeler2018-09-041-5/+9
| * Fix invariant in the RequestedArtifacts classChristian Kandeler2018-09-043-11/+12
| * Executor: Fix invalid assertionChristian Kandeler2018-09-031-1/+1
* | Merge 1.12 into masterChristian Kandeler2018-08-313-7/+23
|\|
| * Store product names in ExportedModuleChristian Kandeler2018-08-311-3/+19
| * Fix potential inconsistency in Artifact dataChristian Kandeler2018-08-102-4/+4
* | corelib: Apply modernize-use-nullptrAlessandro Portale2018-08-205-6/+6
* | corelib: Apply modernize-use-overrideAlessandro Portale2018-08-208-40/+42
* | corelib: Apply modernize-use-autoAlessandro Portale2018-08-208-15/+13
* | Add support for job poolsChristian Kandeler2018-08-088-4/+116
* | Merge "Merge 1.12 into master"Christian Kandeler2018-08-035-20/+104
|\ \
| * | Merge 1.12 into masterChristian Kandeler2018-08-035-20/+104
| |\|
| | * Fix false positives in artifacts map change trackingChristian Kandeler2018-07-303-17/+100
| | * Make sure product type and artifact file tags are sortedChristian Kandeler2018-07-301-1/+2
* | | RulesApplicator: Fix possible assertion failureChristian Kandeler2018-08-031-2/+4
|/ /
* | Qt.core: Split up the moc ruleChristian Kandeler2018-08-021-1/+1
* | Qt.core: Only gather included moc_*.cpp files if necessaryChristian Kandeler2018-08-011-2/+1
* | RuleNode: Keep track of "helper inputs"Christian Kandeler2018-08-014-14/+54
* | Make sure the set of root artifacts is always up to dateChristian Kandeler2018-07-313-4/+9
* | Disconnect removed inputs from their rule nodeChristian Kandeler2018-07-191-0/+1
* | RuleNode: Fix value of m_oldInputArtifactsChristian Kandeler2018-07-181-1/+1