aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/itemreader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std::unique_ptr in ItemReaderIvan Komissarov2020-08-271-5/+3
* Prevent empty strings in qbsSearchPaths1.11Joerg Bornemann2018-05-081-2/+7
* Merge 1.10 into masterChristian Kandeler2017-11-241-0/+10
|\
| * Fix bogus error message about conflicting module filesChristian Kandeler2017-11-231-0/+10
* | STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-1/+1
|/
* Cache the result of ItemReader::allSearchPathsJoerg Bornemann2017-09-211-7/+27
* Remove duplicates in search pathsJoerg Bornemann2017-09-181-0/+1
* Rename ItemReader::searchPaths() to allSearchPathsJoerg Bornemann2017-09-181-2/+2
* Replace QStack with std::stack/std::vector depending on usage patternsJake Petroules2017-05-291-5/+5
* Use a sorted vector rather than QSet or std::setChristian Kandeler2017-01-051-1/+1
* Time more operationsChristian Kandeler2016-10-101-0/+8
* Re-display warnings when loading a stored build graphChristian Kandeler2016-09-301-1/+1
* Update license headersIikka Eklund2016-08-291-14/+23
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Decouple ItemReader and ItemReaderASTVisitor.Christian Kandeler2015-07-281-123/+6
* Make BuiltinDeclarations a singleton.Christian Kandeler2015-07-281-2/+1
* Fix property evaluation of export items.Joerg Bornemann2015-07-201-0/+5
* Clean up handling of {Project,Product}.qbsSearchPaths.Christian Kandeler2015-05-121-3/+4
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* License update.Eike Ziller2014-10-161-7/+8
* Avoid contractions in user-visible messages.Christian Kandeler2014-07-311-1/+1
* remove pointless assignmentJoerg Bornemann2014-07-281-2/+1
* remove superfluous item cacheJoerg Bornemann2014-07-021-19/+4
* cache module prototype item treesJoerg Bornemann2014-03-261-4/+19
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+199