aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/astimportshandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-2/+4
* Get rid of the need for "import qbs"Joerg Bornemann2018-06-221-2/+11
* Fix code location of import statementsChristian Kandeler2018-04-061-1/+1
* Provide rules with information about the content of Export itemsChristian Kandeler2018-03-141-1/+1
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-11/+12
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-221-4/+4
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-2/+2
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-1/+1
* STL compatibility: use front() instead of first()Jake Petroules2017-11-141-3/+3
* Fix import search path precedenceChristian Kandeler2017-11-081-1/+2
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-3/+3
* Use a sorted vector rather than QSet or std::setChristian Kandeler2017-01-051-5/+4
* Change style of #includes of Qt headersJake Petroules2017-01-041-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
* Add missing code location to some parsing errors.Christian Kandeler2016-06-021-4/+8
* Use native separators in error message.Christian Kandeler2016-04-211-3/+4
* Refactor ItemReaderASTVisitor.Christian Kandeler2015-08-111-0/+279