summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppmodelmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the text editor revision to ignore outdated parse results.Roberto Raggi2009-12-151-15/+18
* Hide the implementation details of CppModelManagerInterface::WorkingCopy.Roberto Raggi2009-12-151-9/+9
* Replaced the hardcoded QHash<QString, QString> with CppModelManagerInterface:...Roberto Raggi2009-12-151-4/+4
* Add windows definitions to make the code model happy.Daniel Molkentin2009-12-101-0/+1
* Removed dummy #defines for __asm__ and __asmRoberto Raggi2009-12-101-2/+0
* Store the working list in a QHash.Roberto Raggi2009-12-071-9/+9
* Disable the indexer when m_indexerEnabled is false.Roberto Raggi2009-12-071-4/+4
* Initial work on the new CPlusPlus::Snapshot.Roberto Raggi2009-12-071-15/+16
* Add functionality to show progress for the application in task bar/dock.con2009-11-271-4/+2
* Revert "Fixed the direction in which include paths are traversed"Roberto Raggi2009-11-131-2/+2
* Revert "Code model: Update on changes from the versioning system."con2009-11-101-38/+3