summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppmodelmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Code model: Update on changes from the versioning system."con2009-11-101-38/+3
* Fixed the direction in which include paths are traversedThorbjørn Lindeijer2009-11-101-2/+2
* Code model: Update on changes from the versioning system.Friedemann Kleint2009-11-091-3/+38
* Code model: Fix Windows issues (duplicate matches).Friedemann Kleint2009-11-091-1/+1
* Introduced CppTools::CppModelManagerInterface::updateModifiedFiles().Roberto Raggi2009-11-051-0/+24
* Don't needlessly call updateProjectInfo()Thorbjørn Lindeijer2009-10-261-2/+1
* Fixed a crash on exit when include files are still being scannedThorbjørn Lindeijer2009-10-131-2/+2
* Expose CppModelManagerInterface::workingCopy()Roberto Raggi2009-10-121-0/+5
* Removed deprecated PrettyPrinter. We need a way to generate the pretty printe...Roberto Raggi2009-10-091-1/+0
* Find the canonical virtual method.Roberto Raggi2009-10-071-1/+2
* Added `Find Usages' of a Symbol.Roberto Raggi2009-10-051-2/+8
* Ensure the user can stop a semantic search and added a method to get a pointe...Roberto Raggi2009-10-051-0/+9
* Support include completion for frameworks on Mac.con2009-10-011-0/+20
* Make the symbols used in the current editors.Roberto Raggi2009-09-301-0/+7
* Look at the working copy when searching for references.Roberto Raggi2009-09-291-1/+1
* Track more macro uses.Christian Kamm2009-09-251-2/+23
* Changed the signature of findReferences()Roberto Raggi2009-09-241-4/+2
* Find referencesRoberto Raggi2009-09-231-0/+11
* Be smarter about macros available from cl.exe.Daniel Molkentin2009-09-161-6/+0
* Fixed endless looping in include paths in some cases with symlinksThorbjørn Lindeijer2009-08-281-2/+25
* Fix crash in include completion with non-canonical include pathsThorbjørn Lindeijer2009-08-201-5/+1
* Added a check for empty filenameThorbjørn Lindeijer2009-08-201-0/+4
* long live the kinghjk2009-08-141-1/+1
* sessionmanager: replace signal sessionUnloaded() by aboutToUnloadSession()hjk2009-08-131-3/+3
* Honor QTCREATOR_NO_CODE_INDEXER, supress include scanning.Daniel Molkentin2009-08-041-9/+11
* Do the scanning for include files in the backgroundThorbjørn Lindeijer2009-07-241-0/+85
* cppmodelmanager: add __restrict__ to known and ignored 'keywords'hjk2009-07-171-0/+1
* Introduced revisions in CPlusPlus::Document.Roberto Raggi2009-07-141-2/+23
* Moved CheckUndefinedSymbols in libCPlusPlusRoberto Raggi2009-07-131-349/+2
* Store the document's revision used to compute the warning/error marks.Roberto Raggi2009-07-101-0/+4
* Don't search for undefined types in ambiguous sizeof expressions.Roberto Raggi2009-07-061-0/+8
* Look at template-type parameters.Roberto Raggi2009-07-061-0/+8
* Fixed mimetype check for Objective-C(++) files.Erik Verbruggen2009-06-291-1/+2
* Introduced Document::CheckMode.Roberto Raggi2009-06-261-2/+8
* Improved compatibility with the gcc extensions.Roberto Raggi2009-06-181-0/+2
* Don't search for undefined symbols in ambiguous typeof expressions.Roberto Raggi2009-06-181-0/+18
* Disable the undefined-type check for all the C-cast expressions.Roberto Raggi2009-06-181-20/+15
* Don't check for undefined symbols in ambiguous ast nodes.Roberto Raggi2009-06-181-0/+28
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Keep the original encoded text around while preprocessing.Roberto Raggi2009-06-151-21/+21
* Search in the editor buffers.Roberto Raggi2009-06-101-1/+1
* Fixed the warn message.Roberto Raggi2009-06-041-1/+1
* Check nested name specifiers.Roberto Raggi2009-06-041-0/+25
* Add the type-template parameters.Roberto Raggi2009-06-041-0/+8
* Show all the warn messages.Roberto Raggi2009-06-041-1/+1
* Warn for undefined types (not finished yet).Roberto Raggi2009-06-041-1/+120
* Check for missing Q_OBJECT macro.Roberto Raggi2009-06-031-0/+62
* We need a valid name to resolve namespace symbols.Roberto Raggi2009-06-031-1/+1
* cleanupRoberto Raggi2009-06-031-2/+2
* Warn for undefined namespaces in using namespace directives.Roberto Raggi2009-06-031-7/+32