summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppmodelmanager.h
Commit message (Expand)AuthorAgeFilesLines
* Supply c++11 flags and per-project info to c++ code model.Erik Verbruggen2012-02-161-1/+4
* Removed module names from #include directives.Erik Verbruggen2012-02-151-6/+6
* C++: Moved completion/highlighting into the model manager.Erik Verbruggen2012-02-081-1/+3
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-4/+0
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* QmlJS: Fix infinite loop when scanning for exported C++ types.Christian Kamm2011-08-311-0/+3
* C++/QmlJS: Warnings if C++ based QML type detection fails.Christian Kamm2011-08-301-0/+10
* QmlJS: Move the exported-C++-type detection out of C++ code.Christian Kamm2011-08-241-2/+0
* Emit a signal when parsing is finished after updating source files.Erik Verbruggen2011-07-051-0/+5
* C++ editor: Remove scanning/caching of includesLeandro Melo2011-05-181-16/+0
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-2/+2
* It's 2011 now.con2011-01-121-1/+1
* Qml/C++: Fix performance problem with type extraction.Christian Kamm2011-01-061-1/+1
* QmlJS: Add refcounting to FakeMetaObjects.Christian Kamm2011-01-061-1/+1
* Qml-C++: Find C++ qmlRegisterType calls and populate QML code model.Christian Kamm2011-01-041-0/+2
* C++: Move the ModelManagerInterface from CppTools to CPlusPlus.Christian Kamm2011-01-041-4/+8
* License headers.con2010-12-171-7/+11
* Quickfix: Convert underscore notation to camel case.ck2010-07-201-1/+2
* Fix autotests so that they're compiling again.Bill King2010-07-061-1/+1
* Removed the TokenCache.Erik Verbruggen2010-07-021-2/+0
* Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-0/+2
* Refactored the quickfix engine.Roberto Raggi2010-06-071-1/+1
* Revert "Introduced a token cache for the C++ editor."Erik Verbruggen2010-06-041-2/+0
* Introduced a token cache for the C++ editor.Erik Verbruggen2010-06-041-0/+2
* Ensure we keep the context around for as long as it is needed.Roberto Raggi2010-05-311-5/+3
* Cache the resolved file names.Roberto Raggi2010-05-101-0/+2
* Get rid of ugly using namespace directives.Roberto Raggi2010-05-051-10/+9
* Add private frameworks when a framework is added.Erik Verbruggen2010-04-131-0/+1
* Put the DependencyTable calculation into the QFuture.Erik Verbruggen2010-03-171-1/+0
* Cancel a previous update code modeldt2010-03-101-1/+1
* Fixed QTCREATORBUG-745.Erik Verbruggen2010-03-091-2/+2
* Long live the king!hjk2010-03-051-1/+1
* Source update.Wolfgang Beck2010-02-031-9/+14
* Merge ichecker branch changes into the mainline. New project can be found und...Wolfgang Beck2010-01-191-2/+81
* Find macro uses.Christian Kamm2009-12-211-0/+2
* Replaced the hardcoded QHash<QString, QString> with CppModelManagerInterface:...Roberto Raggi2009-12-151-2/+2
* Store the working list in a QHash.Roberto Raggi2009-12-071-8/+8
* Disable the indexer when m_indexerEnabled is false.Roberto Raggi2009-12-071-0/+1
* Fixed a crash on exit when include files are still being scannedThorbjørn Lindeijer2009-10-131-1/+1
* Expose CppModelManagerInterface::workingCopy()Roberto Raggi2009-10-121-2/+3
* Added `Find Usages' of a Symbol.Roberto Raggi2009-10-051-1/+2
* Support include completion for frameworks on Mac.con2009-10-011-0/+1
* Make the symbols used in the current editors.Roberto Raggi2009-09-301-0/+4
* Find referencesRoberto Raggi2009-09-231-0/+5
* long live the kinghjk2009-08-141-1/+1
* sessionmanager: replace signal sessionUnloaded() by aboutToUnloadSession()hjk2009-08-131-1/+1
* Do the scanning for include files in the backgroundThorbjørn Lindeijer2009-07-241-0/+15