summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppmodelmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-2/+2
* Supply c++11 flags and per-project info to c++ code model.Erik Verbruggen2012-02-161-5/+90
* Removed module names from #include directives.Erik Verbruggen2012-02-151-9/+9
* SessionManager::loadSession inline impl functions and rewriteDaniel Teske2012-02-131-1/+1
* Move QtConcurrent library into Utils.Friedemann Kleint2012-02-091-1/+1
* C++: Moved completion/highlighting into the model manager.Erik Verbruggen2012-02-081-0/+15
* Remove checking for a null sessionmanager.Daniel Teske2012-01-311-2/+0
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-9/+8
* C++: Rename source/setSource to utf8Source/setUtf8SourceLeandro Melo2012-01-131-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* C++: removed pre-defined macros that should come from windows.hErik Verbruggen2011-10-261-3/+0
* Added support for Microsoft-specific inline keywordsThorbjørn Lindeijer2011-09-081-1/+3
* C++: Add __try, __except, and __finally to configurationLeandro Melo2011-09-061-1/+4
* C++: Normalize line ending for preprocessingLeandro Melo2011-09-061-1/+1
* QmlJS: Fix infinite loop when scanning for exported C++ types.Christian Kamm2011-08-311-7/+21
* C++/QmlJS: Warnings if C++ based QML type detection fails.Christian Kamm2011-08-301-1/+32
* C++ editor: Prefer to use extra selections to find diagnostics.Christian Kamm2011-08-251-0/+1
* C++: Don't strip comments from preprocessed source code.Christian Kamm2011-08-251-1/+3
* QmlJS: Move the exported-C++-type detection out of C++ code.Christian Kamm2011-08-241-166/+3
* Emit a signal when parsing is finished after updating source files.Erik Verbruggen2011-07-051-0/+6
* QmlJS: Read the 'revision' property generated by qmldump.Christian Kamm2011-05-301-1/+3
* C++ editor: Remove scanning/caching of includesLeandro Melo2011-05-181-145/+0
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* 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