aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/productbuilddata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the code marking a rule for re-applicationChristian Kandeler2018-06-251-21/+0
* Guard concurrent access of ProductBuildData::m_jsArtifactsMapUpToDateJoerg Bornemann2018-04-121-0/+10
* Remove most load() and store() methodsChristian Kandeler2018-02-161-10/+0
* Get rid of redundancies between load() and store() methodsChristian Kandeler2018-02-161-12/+3
* Fix race condition when accessing the artifacts map from JavaScriptChristian Kandeler2018-02-161-0/+9
* Re-use product, module and project script valuesChristian Kandeler2018-01-261-1/+5
* Make ProductBuildData a proper class with accessors and modifiersChristian Kandeler2018-01-231-21/+75
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-1/+1
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-2/+2
* 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-1/+0
* PersistentPool: Prevent access to raw data streamChristian Kandeler2016-12-161-54/+6
* Fully templatize the PersistentPool classChristian Kandeler2016-12-151-11/+9
* Use string sharing when serializing file tagsChristian Kandeler2016-11-101-3/+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
* | Avoid copies of node containersJoerg Bornemann2016-05-191-2/+2
|/
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* License update.Eike Ziller2014-10-161-7/+8
* add getter/setters for Artifact::fileTagsJoerg Bornemann2014-07-311-2/+2
* fix calculation of added/removed artifactsJoerg Bornemann2014-07-171-10/+13
* speed up ResolvedProduct::lookupArtifactsByFileTagJoerg Bornemann2014-07-171-0/+12
* API: Do not present all root artifacts as target artifacts.Christian Kandeler2014-04-171-1/+1
* Serialize information about rules with changed inputs.Christian Kandeler2014-02-201-4/+19
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-131-5/+61
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+60