aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cppcodemodelinspectordumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CppTools: Move ProjectPart in its own header fileMarco Bubke2016-01-131-7/+7
* CppTools: Use project part ids instead of file pathsNikolai Kosjar2015-07-201-1/+1
* Clean exported headers of the CppTools plugin.Friedemann Kleint2015-03-051-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Avoid digraph "<:" in template specializationUlf Hermann2014-12-151-1/+1
* | C++: handle case-insensitive file names in the WorkingCopyErik Verbruggen2014-12-151-2/+2
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-1/+1
* | C++: remove C/C++ distinction from ProjectPart fields.Erik Verbruggen2014-09-161-34/+28
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-3/+3
* | CppTools: Move Project{Part,Info} to new cppprojects.{h,cpp}Nikolai Kosjar2014-08-201-2/+2
* | CppTools: Move WorkingCopy to new cppworkingcopy.{h,cpp}Nikolai Kosjar2014-08-201-1/+3
|/
* C++: fix include/framework path handling.Erik Verbruggen2014-07-041-16/+26
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-1/+2
* C++: Add utf16 indices to Macro and Document::MacroUseNikolai Kosjar2014-05-231-2/+3
* Project: Use Utils::FileName as return type for projectFilePath()Tobias Hunger2014-05-061-3/+3
* CppTools: Encode more information in log file of CppCodeModelInspectorNikolai Kosjar2014-03-261-9/+18
* CppEditor: Dump also merged entities if invoking CppCodeModelInspectorNikolai Kosjar2014-03-261-0/+22
* CppEditor: Extract CodeModelInspector::DumperNikolai Kosjar2014-03-261-0/+657