aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/productbuilddata.h
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized variablesIvan Komissarov2019-05-021-1/+1
* Make sure the set of root artifacts is always up to dateChristian Kandeler2018-07-311-0/+1
* Get rid of the code marking a rule for re-applicationChristian Kandeler2018-06-251-8/+1
* Guard concurrent access of ProductBuildData::m_jsArtifactsMapUpToDateJoerg Bornemann2018-04-121-2/+1
* Remove most load() and store() methodsChristian Kandeler2018-02-161-6/+4
* Get rid of redundancies between load() and store() methodsChristian Kandeler2018-02-161-1/+7
* Fix race condition when accessing the artifacts map from JavaScriptChristian Kandeler2018-02-161-1/+4
* Re-use product, module and project script valuesChristian Kandeler2018-01-261-0/+4
* Make ProductBuildData a proper class with accessors and modifiersChristian Kandeler2018-01-231-14/+39
* Get rid of the PersistentObject classChristian Kandeler2017-12-061-3/+1
* Move the buildgraph, language and tools tests into the proper locationsJake Petroules2017-06-221-1/+1
* Use a sorted vector rather than QSet or std::setChristian Kandeler2017-01-051-2/+1
* Change style of #includes of Qt headersJake Petroules2017-01-041-2/+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-1/+1
|/
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* License update.Eike Ziller2014-10-161-7/+8
* fix calculation of added/removed artifactsJoerg Bornemann2014-07-171-2/+2
* speed up ResolvedProduct::lookupArtifactsByFileTagJoerg Bornemann2014-07-171-0/+2
* API: Do not present all root artifacts as target artifacts.Christian Kandeler2014-04-171-1/+1
* Fix some sub-optimal use of the persistence facility.Christian Kandeler2014-02-211-0/+1
* Serialize information about rules with changed inputs.Christian Kandeler2014-02-201-1/+0
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-131-4/+23
* rename ArtifactList to ArtifactSetJoerg Bornemann2014-01-161-2/+2
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+63