aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph
Commit message (Expand)AuthorAgeFilesLines
...
| * move scanner determination to separate functionJoerg Bornemann2014-05-202-26/+32
| * streamline trace output of the dependency scannerJoerg Bornemann2014-05-201-20/+29
* | undeprecate {input|output}.fileNameJoerg Bornemann2014-05-161-6/+1
* | Introduce sensible build directory values.Christian Kandeler2014-05-131-2/+3
* | Executor: Check whether the output directory was created successfully.Christian Kandeler2014-05-121-2/+4
|/
* Executor: Record only the first failing job's error message.Christian Kandeler2014-05-071-1/+2
* Fix crash on product disabling.Christian Kandeler2014-04-301-1/+1
* Make the "clean" operation interruptible.Christian Kandeler2014-04-281-2/+8
* Remove invalid assertion.Christian Kandeler2014-04-241-1/+2
* API: Do not present all root artifacts as target artifacts.Christian Kandeler2014-04-175-5/+5
* Prevent user code from hanging qbs during resolving.Christian Kandeler2014-04-162-4/+4
* Remove left-over function declaration.Christian Kandeler2014-04-161-1/+0
* Fix warnings when compiling with Qt 4.Christian Kandeler2014-04-152-3/+10
* Allow long-running commands to be canceled.Christian Kandeler2014-04-159-20/+52
* Work around braindead QFileInfo::exists() behavior for symbolic links.Christian Kandeler2014-04-151-1/+1
* Sanitize error/finished handling in executor jobs and command executors.Christian Kandeler2014-04-157-75/+44
* Fix potential assertion in Executor.Christian Kandeler2014-04-101-2/+4
* Do not report success from canceled jobs.Christian Kandeler2014-04-092-9/+24
* Fixed removing hidden files in a build treeIvan Komissarov2014-04-071-1/+1
* catch exceptions in JS callbackJoerg Bornemann2014-03-271-3/+13
* Fix "build single file" and "changed files" functionalities.Christian Kandeler2014-03-262-53/+52
* Fix potential infinite loop in build dir cleaning.Christian Kandeler2014-03-181-1/+3
* Add new qml item ScannerMaxim Zaitsev2014-03-1213-165/+507
* Normalize signal/slot signaturesOrgad Shaneh2014-03-031-2/+2
* introduce loadFile function for loading JS filesJoerg Bornemann2014-02-281-1/+1
* give FileContext and ResolvedFileContext a common baseJoerg Bornemann2014-02-281-2/+2
* move ResolvedFileContext to separate filesJoerg Bornemann2014-02-281-0/+1
* Shut up warning by stupid compilers.Christian Kandeler2014-02-271-0/+3
* Do not share product properties with artifacts.Christian Kandeler2014-02-264-17/+22
* rename fileName property in prepare scripts to filePathJoerg Bornemann2014-02-251-1/+7
* rename variable in Transformer::translateFileConfigJoerg Bornemann2014-02-251-6/+6
* Fix some sub-optimal use of the persistence facility.Christian Kandeler2014-02-218-78/+87
* Serialize information about rules with changed inputs.Christian Kandeler2014-02-202-5/+19
* Do not call processEvents() in executor.Christian Kandeler2014-02-181-5/+0
* De-obfuscate Executor.Christian Kandeler2014-02-184-104/+100
* Condense executor code.Christian Kandeler2014-02-176-93/+51
* Fix restoring product build data.Christian Kandeler2014-02-172-97/+98
* Fix buildgraph autotest.Christian Kandeler2014-02-142-18/+31
* Turn struct ScannerPlugin into a class.Christian Kandeler2014-02-131-1/+1
* build with Qt4Joerg Bornemann2014-02-131-1/+1
* unshadow loop variableJoerg Bornemann2014-02-131-2/+2
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-1347-1127/+2271
* fix safeConnect functionJoerg Bornemann2014-02-071-2/+12
* centralize pointer-to-scriptvalue-attachmentJoerg Bornemann2014-02-051-5/+3
* fix variable name in Transformer::translateInOutputsJoerg Bornemann2014-02-041-3/+3
* add missing input.filePath for non-multiplex rulesJoerg Bornemann2014-02-031-0/+1
* Small refactoring in Executor.Christian Kandeler2014-01-292-48/+54
* Merge "Merge remote-tracking branch 'origin/1.1'"Christian Kandeler2014-01-222-3/+11
|\
| * Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2014-01-222-3/+11
* | Remove local "debug" variable in Executor.Christian Kandeler2014-01-221-6/+5
|/