aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/executorjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for job poolsChristian Kandeler2018-08-081-0/+2
* Provide rules with information about the content of Export itemsChristian Kandeler2018-03-141-0/+1
* Track accesses to product.artifactsChristian Kandeler2018-02-161-0/+1
* Move transformer change tracking out of the build graph loaderChristian Kandeler2018-02-161-0/+1
* Introduce dedicated type for command listsChristian Kandeler2018-02-151-1/+1
* Implement change tracking for the product.dependencies arrayChristian Kandeler2018-01-291-0/+1
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-2/+2
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-2/+2
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-2/+2
* Better change tracking for imported JS filesChristian Kandeler2017-11-101-0/+1
* Fix change tracking for rules with more than one commandChristian Kandeler2017-11-061-0/+1
* Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-231-1/+1
* Give the two copies command.{cpp,h} non-ambiguous namesJake Petroules2017-01-051-1/+1
* Use a sorted vector rather than QSet or std::setChristian Kandeler2017-01-051-1/+1
* Change style of #includes of Qt headersJake Petroules2017-01-041-1/+1
* Update license headersIikka Eklund2016-08-291-14/+23
* Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-081-1/+1
|\
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* | Use Qt5-style connectsOrgad Shaneh2016-06-071-10/+10
|/
* update license headersJoerg Bornemann2015-03-021-2/+2
* Replace --show-command-lines with --command-echo-mode.Jake Petroules2015-02-251-2/+3
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-281-6/+6
|\
| * Update LicenseEike Ziller2015-01-261-6/+6
* | add option to show command lines in build outputJoerg Bornemann2014-11-071-0/+5
|/
* License update.Eike Ziller2014-10-161-7/+8
* Remove invalid assertion.Christian Kandeler2014-04-241-1/+2
* Allow long-running commands to be canceled.Christian Kandeler2014-04-151-13/+6
* Sanitize error/finished handling in executor jobs and command executors.Christian Kandeler2014-04-151-20/+13
* Do not report success from canceled jobs.Christian Kandeler2014-04-091-8/+21
* De-obfuscate Executor.Christian Kandeler2014-02-181-3/+5
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-131-2/+2
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+156