aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph
Commit message (Expand)AuthorAgeFilesLines
* fix --changed-files functionalityJoerg Bornemann2014-08-061-4/+5
* Be smarter about storing property maps.Christian Kandeler2014-08-041-2/+2
* move Transformer creation out of createOutputArtifactJoerg Bornemann2014-08-011-7/+4
* Lower the logger level for sanity check output.Christian Kandeler2014-08-011-3/+3
* multiplex rules now always see all inputsJoerg Bornemann2014-08-012-15/+6
* set alwaysUpdated and properties for re-used Artifact objectsJoerg Bornemann2014-07-311-2/+2
* do not add file tags to re-used output artifactsJoerg Bornemann2014-07-311-6/+3
* do not call createOutputArtifacts for the same filePath more than onceJoerg Bornemann2014-07-312-3/+18
* add getter/setters for Artifact::fileTagsJoerg Bornemann2014-07-3113-42/+71
* Speed up artifact removal.Christian Kandeler2014-07-311-40/+14
* fix condition for "conflicting rules" errorJoerg Bornemann2014-07-311-29/+24
* add trace output for RuleNode::applyJoerg Bornemann2014-07-313-0/+27
* Avoid contractions in user-visible messages.Christian Kandeler2014-07-312-4/+4
* fix calculation of old inputs for dynamic rulesJoerg Bornemann2014-07-305-27/+61
* fix Qt4 buildJoerg Bornemann2014-07-221-1/+1
* put the project file artifact into artifactsByFileTagJoerg Bornemann2014-07-221-0/+1
* make it possible to set module properties on artifacts in outputArtifactsJoerg Bornemann2014-07-221-0/+73
* Fix JS command canceling for the "dry run" case.Christian Kandeler2014-07-211-1/+2
* Add artifact to transformer outputs earlier.Christian Kandeler2014-07-211-1/+1
* Fix possible assertion in Executor.Christian Kandeler2014-07-211-2/+1
* More error message fine-tuning.Christian Kandeler2014-07-212-1/+4
* fix occasional crash when applying dynamic rulesJoerg Bornemann2014-07-181-2/+10
* add assertion in RulesApplicatorJoerg Bornemann2014-07-183-6/+12
* fix up-to-date check wrt missing file dependenciesJoerg Bornemann2014-07-181-0/+7
* invalidate artifacts if a dependency is removedJoerg Bornemann2014-07-181-1/+2
* extend debug output of the up-to-date checkJoerg Bornemann2014-07-171-4/+8
* fix calculation of added/removed artifactsJoerg Bornemann2014-07-179-125/+99
* speed up ResolvedProduct::lookupArtifactsByFileTagJoerg Bornemann2014-07-174-0/+16
* Take product type changes into account when change tracking.Christian Kandeler2014-07-161-0/+6
* Speed up project re-resolving by skipping the loading from file.Christian Kandeler2014-07-162-18/+32
* deprecate Artifact.fileName in favor of Artifact.filePathJoerg Bornemann2014-07-162-2/+2
* Refactor BuildGraphLoader::load().Christian Kandeler2014-07-152-28/+35
* fix crash when removing artifactJoerg Bornemann2014-07-041-1/+3
* Remember at what point in time a project was fully resolved.Christian Kandeler2014-07-032-9/+5
* Make it possible to set profiles per product.Christian Kandeler2014-07-027-38/+52
* Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-07-022-0/+7
|\
| * fix graph traversal of ArtifactVisitorJoerg Bornemann2014-06-132-0/+7
* | Make sure to remove empty parent directories when removing artifacts.Christian Kandeler2014-07-0210-7/+208
* | Fix exception leak in JS command execution.Christian Kandeler2014-07-021-5/+20
* | Do not lose rescuable artifact data after an incomplete build.Christian Kandeler2014-07-022-3/+13
* | Be more verbose about changed environment.Christian Kandeler2014-06-241-3/+6
* | centralize input(s) property setupJoerg Bornemann2014-06-113-38/+3
* | provide missing input properties for multiplex rulesJoerg Bornemann2014-06-111-0/+44
* | Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-06-101-0/+10
|\|
| * yield error if Command.workingDirectory doesn't existJoerg Bornemann2014-06-101-0/+10
* | show error location in Rule.ArtifactJoerg Bornemann2014-06-051-2/+4
* | simplify Transformer::setup{In|Out}putsJoerg Bornemann2014-06-051-8/+6
* | Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-06-021-4/+4
|\|
| * Fix repeated emission of the finished() signal in JsCommandExecutor.Christian Kandeler2014-05-261-4/+4
* | Properly treat "usings" as inputs when applying rules.Christian Kandeler2014-06-021-3/+3