aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/nodeset.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-1/+1
* Use a sorted vector rather than QSet or std::setChristian Kandeler2017-01-051-36/+15
* Use a vector instead of a set to hold build graph nodesChristian Kandeler2016-12-231-8/+5
* PersistentPool: Prevent access to raw data streamChristian Kandeler2016-12-161-6/+4
* Fully templatize the PersistentPool classChristian Kandeler2016-12-151-2/+2
* Update license headersIikka Eklund2016-08-291-14/+23
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* make NodeSet implicitly sharedJoerg Bornemann2015-04-281-7/+3
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* License update.Eike Ziller2014-10-161-7/+8
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-131-0/+93