aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph
Commit message (Expand)AuthorAgeFilesLines
* Do the buildgraph sanity checks only on demandChristian Kandeler2016-12-191-10/+1
* Fix usage of restored ProbesChristian Kandeler2016-12-071-1/+1
* Fix change tracking for module properties requested from artifactsChristian Kandeler2016-11-307-5/+36
* Add or improve header guards for some filesJake Petroules2016-11-301-3/+3
* Executor: Fix undefined behaviorChristian Kandeler2016-11-281-1/+2
* Benchmark effort for expanding wildcards during change trackingChristian Kandeler2016-11-282-0/+10
* Fix input.fileName for Scanner itemsJoerg Bornemann2016-11-231-1/+3
* Input scanner: Prevent resolving directories as included filesChristian Kandeler2016-11-181-1/+4
* Merge 1.6 into 1.7Christian Kandeler2016-11-171-0/+2
|\
| * Fix bug that causes re-linking on every build on Linux1.6Christian Kandeler2016-11-141-0/+2
* | Fix include path order in C++ dependency scannerJoerg Bornemann2016-11-171-27/+13
* | Use string sharing when serializing file tagsChristian Kandeler2016-11-103-7/+6
* | Use string sharing when storing the propertiers of rescuable artifactsChristian Kandeler2016-11-091-2/+3
* | Merge "Merge 1.6 into master"Christian Kandeler2016-11-091-4/+11
|\ \
| * | Merge 1.6 into masterChristian Kandeler2016-11-081-4/+11
| |\|
| | * Executor: Fix dynamic rules with generated inputsv1.6.1Christian Kandeler2016-11-081-3/+9
| | * Executor: Only abort engine evaluation if engine is really evaluatingChristian Kandeler2016-11-081-1/+2
* | | Do not use fromLocal8Bit() for string literalsKai Koehne2016-11-088-28/+27
|/ /
* | Attach information about the context to our script engineChristian Kandeler2016-11-073-3/+6
* | Fix potential null pointer access in build graph loaderChristian Kandeler2016-11-041-1/+1
* | Time more operationsChristian Kandeler2016-10-103-0/+25
* | Improve the TimedActivityLoggerChristian Kandeler2016-10-062-4/+2
* | Re-display warnings when loading a stored build graphChristian Kandeler2016-09-304-5/+12
* | Merge 1.6 into masterChristian Kandeler2016-09-301-4/+14
|\|
| * Handle ALL include path lists in the cpp dependency scannerJake Petroules2016-09-051-4/+14
* | Update license headersIikka Eklund2016-08-2933-462/+759
* | Update license headersIikka Eklund2016-08-2935-490/+805
* | API: Take rescuable artifact data into account for project dataChristian Kandeler2016-08-223-0/+10
* | Merge 1.6 into masterChristian Kandeler2016-08-191-1/+3
|\|
| * Improve error message for installing multiple files to the same pathJake Petroules2016-08-171-1/+3
* | Deprecate the "moduleProperties" functionChristian Kandeler2016-08-041-7/+2
* | Remove support for deprecated Transformer itemChristian Kandeler2016-08-023-128/+3
|/
* Stop special casing qbs.buildVariant in command line handling.Jake Petroules2016-06-201-5/+3
* Merge 1.5 into master.Christian Kandeler2016-06-173-2/+15
|\
| * Respect the "active file tags" build option also when installing.Christian Kandeler2016-06-172-1/+8
| * Prevent users from creating nonsensical Command properties.Christian Kandeler2016-06-151-1/+7
* | Cache the results of probes.Christian Kandeler2016-06-152-1/+18
* | Executor: Get rid of unnecessary checks.Christian Kandeler2016-06-082-1/+3
* | Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-0868-71/+89
|\|
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-0668-68/+68
| * Executor: Do not assert on condition that can actually happen.v1.5.1Christian Kandeler2016-06-022-3/+21
* | Use Qt5-style connectsOrgad Shaneh2016-06-079-45/+40
* | Provide the ability to let commands bypass dry-run mode.Jake Petroules2016-06-014-2/+15
* | Ignore --check-outputs if --dry-run is specified.Jake Petroules2016-05-301-1/+2
* | Merge 1.5 into master.Christian Kandeler2016-05-271-1/+1
|\|
| * Quote arguments in response filesPhilip Schuchardt2016-05-201-1/+1
* | Add a new command line echo mode that also prints environment variables.Jake Petroules2016-05-233-8/+33
* | Fix invalid container accessJoerg Bornemann2016-05-201-1/+4
* | Avoid copies of node containersJoerg Bornemann2016-05-1912-31/+93
* | Allow Rules without inputs.Christian Kandeler2016-05-112-4/+6