summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppsemanticsearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed CppSemanticSearch & co. Find usages of a Symbol is way more powerful.Roberto Raggi2009-10-091-314/+0
* Ensure the user can stop a semantic search and added a method to get a pointe...Roberto Raggi2009-10-051-0/+6
* Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-8/+8
* Delay the parsing of the document.Roberto Raggi2009-09-301-0/+1
* long live the kinghjk2009-08-141-1/+1
* 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-3/+3
* Search in the editor buffers.Roberto Raggi2009-06-101-7/+15
* Search the function callsRoberto Raggi2009-06-091-4/+84
* Improved the semantic search for class declarations.Roberto Raggi2009-06-091-16/+41
* cleanupRoberto Raggi2009-06-031-8/+2
* Introduced CPlusPlus::FastPreprocessor.Roberto Raggi2009-06-031-54/+2
* Introduced CppTools::Internal::SemanticSearch.Roberto Raggi2009-06-031-0/+252