aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/todo/cpptodoitemsscanner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Standardize on int for line and column valueshjk2019-07-261-2/+2
* Remove more deprecation warningshjk2019-07-051-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-1/+4
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-19/+14
* CppTools: Remove cpptools/cppprojects.[h|cpp]Marco Bubke2016-01-131-0/+3
* Rename Project::ExcludeGeneratedFilesUlf Hermann2016-01-131-1/+1
* TODO plugin: Add file patterns to exclude from parsingDenis Kormalev2015-06-011-2/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-7/+7
|\
| * Update LicenseEike Ziller2015-01-161-7/+7
* | Port to new connect apiMontel Laurent2015-01-291-2/+2
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Todo: Fix crash on MSVC when chars >0x7f are readOrgad Shaneh2014-10-081-2/+2
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-3/+3
* | Fix compilationOrgad Shaneh2014-09-091-0/+2
* | Todo: replace QString::split and trimming by tracking line endings.Erik Verbruggen2014-09-081-6/+19
* | C++: Change QStringList to QSet<QString> to prevent conversions.Erik Verbruggen2014-09-041-2/+2
* | CppTools: Move Project{Part,Info} to new cppprojects.{h,cpp}Nikolai Kosjar2014-08-201-1/+1
|/
* Todo: Fix thread safety issue in CppTodoItemScannerNikolai Kosjar2014-07-031-12/+2
* C++: TranslationUnit::getPosition takes utf16char offsetsNikolai Kosjar2014-05-231-1/+1
* C++: Clarify units of a TokenNikolai Kosjar2014-05-151-2/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-2/+2
* CppTools: Use namespace CppTools consistentlyTobias Hunger2013-04-081-5/+5
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-1/+1
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-2/+2
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Initial cleanup of the Todo-plugin.Friedemann Kleint2012-02-241-1/+2
* To-do plugin added.Dmitry Savchenko2012-02-241-0/+113