summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/CppDocument.h
Commit message (Expand)AuthorAgeFilesLines
* C++: Fix highlighting after "invalid code"Nikolai Kosjar2014-11-191-0/+1
* C++: Document::functionAt provides line informationNikolai Kosjar2014-11-121-1/+2
* CppTools: Do not re-use semantic document if dependencies changedNikolai Kosjar2014-10-151-0/+2
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | C++: Do not share dependency table when copying a SnapshotNikolai Kosjar2014-10-091-1/+1
* | Cpp: Adjust includes when files are renamed.David Schulz2014-10-021-0/+2
* | CppTools: Move DependencyTable to Snapshothjk2014-09-191-1/+5
* | C++: remove reserved names.Erik Verbruggen2014-08-281-4/+4
|/
* C++: Add utf16 indices to Macro and Document::MacroUseNikolai Kosjar2014-05-231-23/+44
* C++: Remove unused functions in Document::BlockNikolai Kosjar2014-05-151-9/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* C++: Only parse with appropriate defines for open editors.Erik Verbruggen2013-10-011-0/+6
* C++: change working-copy to work on UTF-8 encoded QByteArrays.Erik Verbruggen2013-09-111-1/+1
* CppTools: CppPreprocessor: Track also unresolved includesNikolai Kosjar2013-08-221-3/+7
* C++: Record also unresolved paths for includesNikolai Kosjar2013-06-111-10/+20
* C++: fix functionAt(), moved it, and added test.Erik Verbruggen2013-06-041-0/+1
* C++: also refresh files not in the project when project changes.Erik Verbruggen2013-04-161-1/+3
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-1/+2
* Reduce padding in often-used structsTobias Hunger2013-02-211-2/+2
* C++: Cleanup, removed unused methods/fields.Erik Verbruggen2013-02-191-1/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | C++: add include-guard tracking.Erik Verbruggen2013-01-181-0/+12
|/
* C++: Fix outdated macro usage info in documents.Erik Verbruggen2012-10-151-6/+6
* Adjust license headershjk2012-10-051-21/+20
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-07-241-0/+5
|\
| * C++: Add dumpers for common datatypes to simplify debugging.Christian Kamm2012-07-231-0/+5
* | Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* | CppHighlighter: highlight all functions/methods.Francois Ferrand2012-06-051-0/+3
* | [C++] Rewrite of the preprocessor.Erik Verbruggen2012-03-291-10/+1
|/
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Long live the king!hjk2012-01-261-1/+1
* C++: Improve file accuracy when finding symbolsLeandro Melo2012-01-231-12/+0
* C++: Rename source/setSource to utf8Source/setUtf8SourceLeandro Melo2012-01-131-2/+2
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* QmlJS: Find setContextProperty calls in C++ and expose to QML.Christian Kamm2011-09-081-0/+5
* C++: Export DiagnosticMessageLeandro Melo2011-08-311-1/+1
* QmlJS: Fix infinite loop when scanning for exported C++ types.Christian Kamm2011-08-311-0/+3
* C++: Always remove NumericLiterals when removing the AST.Christian Kamm2011-08-251-1/+0
* QmlJS: Move the exported-C++-type detection out of C++ code.Christian Kamm2011-08-241-18/+5
* C++: Synchronize function decl/def refactoring.Christian Kamm2011-08-161-1/+11
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-1/+1
* It's 2011 now.con2011-01-121-1/+1
* Qml-C++: Find C++ qmlRegisterType calls and populate QML code model.Christian Kamm2011-01-041-0/+16
* License headers.con2010-12-171-7/+11
* Restore the old behaviour when switching between function declaration/definit...Roberto Raggi2010-08-171-2/+2
* Nicer implementation of Document::lastVisibleSymbolAt().Roberto Raggi2010-08-171-3/+0