aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph
Commit message (Expand)AuthorAgeFilesLines
...
* | run rules on dependency-only productsJoerg Bornemann2014-05-263-2/+17
* | refactor rule applicationJoerg Bornemann2014-05-232-18/+19
* | Sanitize the project setup API.Christian Kandeler2014-05-231-1/+2
* | speed-up rule application a bitJoerg Bornemann2014-05-231-5/+9
* | Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-05-224-75/+102
|\|
| * pass file dependencies to recursive dependency scannersJoerg Bornemann2014-05-211-7/+11
| * let scanners operate on FileResourceBase objectsJoerg Bornemann2014-05-204-26/+34
| * 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