aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/codelocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an LSP serverChristian Kandeler2023-11-071-0/+40
* Switch JavaScript back-endChristian Kandeler2023-02-071-1/+2
* Replace QRegExp by QRegularExpressionChristian Stenger2020-07-231-3/+3
* Apply 'modernize-use-equals-default' fix-itIvan Komissarov2019-11-251-14/+4
* Introduce the session commandChristian Kandeler2019-09-181-0/+15
* Fix uninitialized variablesIvan Komissarov2019-05-021-2/+2
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-2/+2
* Give load() and store() methods to some private classesChristian Kandeler2018-02-141-6/+16
* Use a sorted vector rather than QSet or std::setChristian Kandeler2017-01-051-0/+5
* Change style of #includes of Qt headersJake Petroules2017-01-041-5/+5
* PersistentPool: Prevent access to raw data streamChristian Kandeler2016-12-161-8/+7
* 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
* add qDebug streaming operator for CodeLocationJoerg Bornemann2015-05-191-0/+5
* Do not check __FILE__ for being absolute.Christian Kandeler2015-04-231-2/+2
* update license headersJoerg Bornemann2015-03-021-2/+2
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-281-6/+6
|\
| * Update LicenseEike Ziller2015-01-261-6/+6
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-10-161-7/+8
|\|
| * License update.Eike Ziller2014-10-161-7/+8
* | More string sharing in the build graph.Christian Kandeler2014-10-151-23/+25
* | Fix assertion in CodeLocation constructor.Christian Kandeler2014-08-061-1/+4
* | Assert that qbs::CodeLocation is constructed with an absolute path.Jake Petroules2014-08-051-0/+4
* | Rename fileName to filePath in CodeLocation.Jake Petroules2014-08-041-12/+12
|/
* Do lazy allocation of CodeLocation's private pointer.Christian Kandeler2014-01-231-5/+6
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+140