aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/buildgraph/executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-905/+0
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2014-01-091-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | prioritize artifacts by product when buildingJoerg Bornemann2013-11-141-9/+59
|/
* remove Artifact::topLevelProjectJoerg Bornemann2013-08-021-1/+1
* move file dependencies to dedicated classJoerg Bornemann2013-08-011-24/+26
* add build option --check-timestampsJoerg Bornemann2013-07-231-0/+8
* provide "compile single file" functionalityJoerg Bornemann2013-07-231-0/+9
* Executor: do not throw in slotJoerg Bornemann2013-07-231-1/+1
* make job/executor signal/slot connections queuedJoerg Bornemann2013-07-051-4/+4
* Improve handling of changes to restored build graph.Christian Kandeler2013-06-241-1/+1
* Some minor improvements to the Error class.Christian Kandeler2013-06-181-9/+9
* Allow projects to be nested.Christian Kandeler2013-06-171-3/+3
* react on Ctrl-C when checking directory timestampsJoerg Bornemann2013-06-131-0/+5
* fix tracking of addition/removal of Q_OBJECT headersJoerg Bornemann2013-06-101-22/+22
* Pass the environment to be used as part of the setupprojectparametersTobias Hunger2013-06-061-1/+1
* Fix misleading messages when canceling operations.Christian Kandeler2013-05-311-2/+2
* Introduce ILogSink::printWarning().Christian Kandeler2013-05-281-1/+1
* Use private implementation in API classes.Christian Kandeler2013-05-231-11/+11
* make Depends.name and Depends.submodules case sensitiveJoerg Bornemann2013-04-171-2/+2
* Pass the project to some operations in addition to a list of products.Christian Kandeler2013-04-161-7/+11
* Remove structural redundancy in project and product classes.Christian Kandeler2013-04-121-25/+26
* Mention the build configuration when giving updates on operations.Christian Kandeler2013-04-091-5/+12
* Fix Qt Creator artifacts.Christian Kandeler2013-03-261-1/+1
* fix usage of std::uniqueJoerg Bornemann2013-02-201-1/+2
* replace Q_ASSERT with QBS_ASSERT / QBS_CHECKJoerg Bornemann2013-02-141-17/+18
* Executor: catch exceptions in onProcessSuccess and onProcessErrorJoerg Bornemann2013-02-121-21/+38
* Don't start the Executor via QtConcurrent::run().Christian Kandeler2013-02-061-6/+10
* Remove global log sink.Christian Kandeler2013-02-061-56/+69
* do not scan files that are currently generatedJoerg Bornemann2013-02-041-1/+5
* Library: Take default build job count into account in Preferences.Christian Kandeler2013-02-011-2/+1
* Do not punish callers for not setting the maximum job count.Christian Kandeler2013-02-011-1/+6
* Make sure no error messages are lost.Christian Kandeler2013-01-241-1/+1
* Report a proper Error in reportWarning().Christian Kandeler2013-01-171-3/+3
* Make better use of CodeLocation in Error.Christian Kandeler2013-01-171-1/+1
* Allow for setting the environment to be usedTobias Hunger2013-01-151-2/+1
* Fix "qbs -k".Christian Kandeler2013-01-141-1/+1
* Do not write directly into loggerTobias Hunger2013-01-111-7/+18
* update copyright yearJoerg Bornemann2013-01-091-1/+1
* Better handling of recursive installation.Christian Kandeler2012-12-101-6/+24
* Check for cancelation request also during moc'ing.Christian Kandeler2012-12-061-0/+2
* Remove the BuildGraph class.Christian Kandeler2012-12-051-6/+6
* Do not tolerate compiler warnings.Christian Kandeler2012-12-051-2/+1
* Some engine-related optimizations.Christian Kandeler2012-12-051-33/+28
* Split up buildgraph.h and buildgraph.cpp.Christian Kandeler2012-12-041-6/+9
* Move engine-related functionality out of BuildGraph.Christian Kandeler2012-12-031-20/+9
* Slash more heads off the BuildGraph hydra.Christian Kandeler2012-11-291-1/+1
* Reduce compile dependencies.Christian Kandeler2012-11-291-14/+15
* Sanitize the Executor code flow.Christian Kandeler2012-11-291-73/+58
* Ensure the Executor never emits error() more than once.Christian Kandeler2012-11-271-0/+2