aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/CppDocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* CPlusPlus: Make (sub-)languague selection more generichjk2013-10-151-3/+7
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* C++: change working-copy to work on UTF-8 encoded QByteArrays.Erik Verbruggen2013-09-111-1/+2
* CppTools: CppPreprocessor: Track also unresolved includesNikolai Kosjar2013-08-221-4/+9
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-06-251-2/+4
|\
| * Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-2/+4
* | C++: fix 'find usages' for templatesPrzemyslaw Gorszkowski2013-06-171-4/+5
|/
* C++: Record also unresolved paths for includesNikolai Kosjar2013-06-111-3/+3
* C++: fix functionAt(), moved it, and added test.Erik Verbruggen2013-06-041-0/+51
* C++: fix used template function parametersPrzemyslaw Gorszkowski2013-05-241-0/+8
* C++: also refresh files not in the project when project changes.Erik Verbruggen2013-04-161-16/+26
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-16/+16
* Fix Krazy warnings about duplicate includes.Friedemann Kleint2013-03-201-1/+0
* C++: Cleanup, removed unused methods/fields.Erik Verbruggen2013-02-191-5/+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++: Introduce PointerDeclarationFormatterNikolai Kosjar2013-01-241-0/+2
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-6/+4
* | Further remove the number of QDir::cleanPath calls.hjk2012-12-201-1/+2
|/
* C++: Fix for missing includes in re-processed documents.Erik Verbruggen2012-10-151-0/+1
* C++: Fix outdated macro usage info in documents.Erik Verbruggen2012-10-151-2/+11
* Adjust license headershjk2012-10-051-21/+20
* rename QtDebug to QDebughjk2012-08-061-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* [C++] Rewrite of the preprocessor.Erik Verbruggen2012-03-291-2/+15
* CppEditor: Fix go to definition of macros.Francois Ferrand2012-03-131-2/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Long live the king!hjk2012-01-261-1/+1
* C++: Improve file accuracy when finding symbolsLeandro Melo2012-01-231-236/+0
* C++: Rename source/setSource to utf8Source/setUtf8SourceLeandro Melo2012-01-131-3/+3
* all: s/[email protected]/[email protected]/hjk2011-11-031-2/+2
* C++: Fix findMatchingDeclaration for functions not in a class.Christian Kamm2011-10-311-3/+3
* C++: Fix bug in findMatchingDefinition.Christian Kamm2011-09-201-2/+4
* QmlJS: Find setContextProperty calls in C++ and expose to QML.Christian Kamm2011-09-081-1/+4
* QmlJS: Fix infinite loop when scanning for exported C++ types.Christian Kamm2011-08-311-0/+16
* C++: Always remove NumericLiterals when removing the AST.Christian Kamm2011-08-251-7/+3
* QmlJS: Move the exported-C++-type detection out of C++ code.Christian Kamm2011-08-241-245/+14
* C++: Fix ::A name handling in findMatchingDeclaration.Christian Kamm2011-08-161-0/+2
* C++: Synchronize function decl/def refactoring.Christian Kamm2011-08-161-4/+80
* C++: Fix off-by-one in scopeAt.Christian Kamm2011-08-101-1/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* QmlJS: Disable possibly confusing warnings on qmlRegisterType.Christian Kamm2011-03-031-5/+8
* It's 2011 now.con2011-01-121-1/+1
* C++/Qml: Don't allow exported types to override builtins.Christian Kamm2011-01-101-2/+2
* Qml/C++: Allow dynamic uri in qmlRegisterType if fixed by Q_ASSERT.Christian Kamm2011-01-061-12/+134
* Qml-C++: Find C++ qmlRegisterType calls and populate QML code model.Christian Kamm2011-01-041-0/+116
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11