summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppmodelmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-5/+5
* QmlJS: Rework FakeMetaObjects to no longer contain pointers.Christian Kamm2011-02-101-1/+0
* Header cleanup in src, specify module name.Friedemann Kleint2011-01-241-3/+3
* Limit depth of include scanning to avoid performance problems.con2011-01-121-4/+12
* It's 2011 now.con2011-01-121-1/+1
* Qml/C++: Fix performance problem with type extraction.Christian Kamm2011-01-061-20/+21
* QmlJS: Add refcounting to FakeMetaObjects.Christian Kamm2011-01-061-8/+8
* Qml/C++: Disable qmlRegisterType exposing until performance is better.Christian Kamm2011-01-051-1/+2
* Qml-C++: Find C++ qmlRegisterType calls and populate QML code model.Christian Kamm2011-01-041-1/+161
* C++: Move the ModelManagerInterface from CppTools to CPlusPlus.Christian Kamm2011-01-041-5/+6
* License headers.con2010-12-171-7/+11
* Do not scan "/" for include filesAlessandro Portale2010-10-031-0/+3
* No Samba while including filesAlessandro Portale2010-10-031-4/+10
* Get rid of the numeric literals.Roberto Raggi2010-09-021-0/+3
* Get rid of the old Semantic pass.Roberto Raggi2010-08-131-1/+0
* Quickfix: Convert underscore notation to camel case.ck2010-07-201-2/+3
* Moved CheckUndefinedSymbols to the cpptools plug-in.Roberto Raggi2010-07-051-1/+0
* Removed the TokenCache.Erik Verbruggen2010-07-021-5/+0
* Core::Context: compile hot fix for Windows.hjk2010-06-251-6/+7
* Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-0/+3
* Revert "Introduced a token cache for the C++ editor."Erik Verbruggen2010-06-041-3/+0
* Introduced a token cache for the C++ editor.Erik Verbruggen2010-06-041-0/+3
* Ensure we keep the context around for as long as it is needed.Roberto Raggi2010-05-311-8/+6
* Removed DeprecatedLookupContext.Roberto Raggi2010-05-261-2/+0
* Removed the CppBindings.Roberto Raggi2010-05-251-2/+1
* Don't check for undefined symbols in CppModelManager.Roberto Raggi2010-05-251-13/+0
* Simplify Process.Roberto Raggi2010-05-101-20/+19
* Removed obsolete code.Roberto Raggi2010-05-101-49/+8
* Cache the resolved file names.Roberto Raggi2010-05-101-6/+22
* Don't use the mime type db to reorder the source files.Roberto Raggi2010-05-071-40/+19
* Deprecated the current LookupContext.Roberto Raggi2010-05-051-5/+5
* Moved TextEditDocumentLayout and related classes to their own fileThorbjørn Lindeijer2010-04-261-0/+3
* Cancel code model indexing on project closing and full code model updatedt2010-04-261-1/+0
* Fixed icheck build.Erik Verbruggen2010-04-231-1/+2
* Include scanning fixes.con2010-04-141-22/+27
* Some naming of the progress indicators.con2010-04-141-1/+1
* Add private frameworks when a framework is added.Erik Verbruggen2010-04-131-1/+35
* Use a reference when possibleThorbjørn Lindeijer2010-03-181-1/+1
* Ensure that the memory pool can be reused after a rewind and get rid of the s...Roberto Raggi2010-03-181-9/+42
* Get rid of extra (non Creator-friendly) include paths.Roberto Raggi2010-03-151-1/+25
* Cancel a previous update code modeldt2010-03-101-2/+2
* Fixed QTCREATORBUG-745.Erik Verbruggen2010-03-091-4/+4
* Long live the king!hjk2010-03-051-1/+1
* Fix CppModelManager::parse broken in recent commitdt2010-02-231-2/+3
* Fix code model indexing crash on Mac.Friedemann Kleint2010-02-221-27/+45
* Source update.Wolfgang Beck2010-02-031-24/+25
* Fix some code scanning issues.Friedemann Kleint2010-02-011-1/+1
* Merge ichecker branch changes into the mainline. New project can be found und...Wolfgang Beck2010-01-191-70/+22
* Find macro uses.Christian Kamm2009-12-211-0/+5
* Enhance data stored for macros and macro uses.Christian Kamm2009-12-211-2/+3