aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/transformer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge 1.13 into masterChristian Kandeler2019-05-231-2/+2
|\
| * Transformer: Fix wrong variable nameOrgad Shaneh2019-05-211-2/+2
* | Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-1/+2
|/
* Return initializer list where it is possibleDenis Shienkov2019-02-261-3/+3
* Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-231-1/+1
* Support big Qt resourcesJoerg Bornemann2018-11-301-0/+13
* corelib: Apply modernize-use-autoAlessandro Portale2018-08-201-1/+1
* Add support for job poolsChristian Kandeler2018-08-081-0/+10
* Merge 1.12 into masterChristian Kandeler2018-08-031-1/+2
|\
| * Make sure product type and artifact file tags are sortedChristian Kandeler2018-07-301-1/+2
* | Track direct accesses to an artifact's fileTags propertyChristian Kandeler2018-07-101-1/+4
* | Store the "out of date" flag per transformer rather than per artifactChristian Kandeler2018-06-291-0/+1
|/
* Provide rules with information about the content of Export itemsChristian Kandeler2018-03-141-0/+6
* Remove most load() and store() methodsChristian Kandeler2018-02-161-10/+0
* Get rid of redundancies between load() and store() methodsChristian Kandeler2018-02-161-42/+3
* Track accesses to product.artifactsChristian Kandeler2018-02-161-0/+7
* Move transformer change tracking out of the build graph loaderChristian Kandeler2018-02-161-2/+21
* Introduce dedicated type for command listsChristian Kandeler2018-02-151-5/+4
* Implement change tracking for the product.dependencies arrayChristian Kandeler2018-01-291-0/+7
* Modernize variable declarationsDenis Shienkov2017-11-301-3/+3
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-16/+18
* Share ScriptFunction objects between productsChristian Kandeler2017-11-231-11/+13
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-221-1/+1
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-2/+2
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-3/+3
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-3/+3
* Better change tracking for imported JS filesChristian Kandeler2017-11-101-0/+7
* Fix recursion issue when releasing ResourceAcquiringScriptObjectsJoerg Bornemann2017-09-271-0/+1
* Fix edge case in change trackingChristian Kandeler2017-08-211-0/+11
* Small clean-up in Transformer classChristian Kandeler2017-07-041-1/+2
* Give rules access to artifacts matching "explicitlyDependsOn"Christian Kandeler2017-07-041-0/+10
* Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-231-1/+1
* Try harder to find out the correct location for evaluation errorsChristian Kandeler2017-05-041-7/+2
* Make calls to ScriptEngine::newFunction type-safeJake Petroules2017-02-261-8/+9
* Fix Transformer::translateFileConfig signatureJoerg Bornemann2017-02-241-2/+2
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-5/+6
* Remove dead code from Transformer::createCommandsJoerg Bornemann2017-01-161-4/+1
* Clean up usage of ScriptEngine in TransformerJoerg Bornemann2017-01-111-8/+9
* Give the two copies command.{cpp,h} non-ambiguous namesJake Petroules2017-01-051-1/+2
* Use a sorted vector rather than QSet or std::setChristian Kandeler2017-01-051-6/+5
* Change style of #includes of Qt headersJake Petroules2017-01-041-1/+1
* PersistentPool: Prevent access to raw data streamChristian Kandeler2016-12-161-10/+10
* Fully templatize the PersistentPool classChristian Kandeler2016-12-151-5/+5
* Fix change tracking for module properties requested from artifactsChristian Kandeler2016-11-301-0/+2
* 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
* | Fix edge case in change tracking.Christian Kandeler2016-05-061-61/+6
|/
* Display proper file paths and line numbers for errors in more places.Jake Petroules2016-04-141-6/+12
* Merge branch 1.4 into master.Christian Kandeler2015-07-311-0/+1
|\