summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppindexingsupport.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Incremented year in copyright infoRobert Loehning2013-02-011-1/+1
| | | | | Change-Id: Ia11f4d7a94465de7f12cc390855e54e3256e5455 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Made symbol searching plug-able through indexing support.Erik Verbruggen2012-11-261-0/+8
| | | | | | | | | | The indexing support for the built-in code model is moved to its own file. Symbol searching will now call for a searcher through that support interface, which will create a fully configured and ready-to-go searcher that can be started in the/a future. Change-Id: Idc3ee1c7c789a69fa05ee1d42415313dcea94cf8 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
* C++: started to make indexing plug-able.Erik Verbruggen2012-10-231-0/+39
Change-Id: Iff35840d73882a212dd77b54e4223c0b4111ac1c Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>