summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-251-1/+0
|\
| * centralize setting of "CONFIG += shared dll" for librariesOswald Buddenhagen2011-11-181-1/+0
* | C++: Fix completion for namespace aliases at global or namespace scope.Christian Kamm2011-11-221-0/+8
* | C++: Recognize C++11 nullptrLeandro Melo2011-11-184-0/+16
* | C++: Enabled C++0x in SimpleLexerLeandro Melo2011-11-182-0/+15
* | C++: Better resolution for typedef when resolving expr.Leandro Melo2011-11-172-5/+41
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-1166-134/+137
|\ \ | |/
| * C++: Fix crash in type hierarchy when anonymous in typedefsLeandro Melo2011-11-071-2/+5
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0366-132/+132
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-014-74/+32
|\ \ | |/
| * C++ insert def: Fix bug when minimizing name.Christian Kamm2011-10-313-71/+29
| * C++: Fix findMatchingDeclaration for functions not in a class.Christian Kamm2011-10-311-3/+3
* | C++: Handle multi-line if/elif directivesLeandro Melo2011-10-311-0/+11
|/
* C++: Fix a crash in debug builds when rewriting functions.Christian Kamm2011-10-251-0/+3
* CDB breakpoints: Fix line adjustment in case statements.Christian Kamm2011-10-042-7/+0
* C++: Fix bug in findMatchingDefinition.Christian Kamm2011-09-201-2/+4
* C++: Fix function return type printing.Christian Kamm2011-09-121-1/+8
* add always defined macro Q_CREATOR_RUN to cpp parserBenito van der Zander2011-09-081-1/+2
* QmlJS: Find setContextProperty calls in C++ and expose to QML.Christian Kamm2011-09-082-1/+9
* C++: More flexibility for string representation of macrosLeandro Melo2011-09-063-7/+59
* C++: removed assert that could crash creator. Gracefully exit instead.Erik Verbruggen2011-09-061-1/+2
* C++: Export DiagnosticMessageLeandro Melo2011-08-311-1/+1
* QmlJS: Fix infinite loop when scanning for exported C++ types.Christian Kamm2011-08-313-0/+20
* C++ preprocessor: Fix multiline tokens in ifdef'ed out blocks.Christian Kamm2011-08-312-12/+43
* C++/QmlJS: Warnings if C++ based QML type detection fails.Christian Kamm2011-08-301-0/+11
* C++: Don't strip comments from preprocessed source code.Christian Kamm2011-08-253-2/+24
* C++: Always remove NumericLiterals when removing the AST.Christian Kamm2011-08-252-8/+3
* QmlJS: Move the exported-C++-type detection out of C++ code.Christian Kamm2011-08-243-265/+19
* C++: Fix completion for typedefs for templates in namespaces.Christian Kamm2011-08-193-21/+46
* Refactoring changes: Cleanup and improvements.Christian Kamm2011-08-192-4/+4
* Header cleanup in various plugins.Friedemann Kleint2011-08-181-4/+0
* Disable gcc warning about always-true Q_ASSERT checkKai Koehne2011-08-171-0/+9
* C++: Fix ::A name handling in findMatchingDeclaration.Christian Kamm2011-08-161-0/+2
* C++: Synchronize function decl/def refactoring.Christian Kamm2011-08-162-5/+91
* C++: Fix off-by-one in scopeAt.Christian Kamm2011-08-101-1/+1
* C++ insert definition: Use minimally qualified names.Christian Kamm2011-08-082-10/+55
* Merge branch '2.3'Oswald Buddenhagen2011-07-291-6/+1
|\
| * Debugger[CDB]: Fix breakpoint location correction in constructors.Friedemann Kleint2011-07-251-6/+1
| * corrected license headersThomas Murach2011-07-062-0/+64
* | C++ editor: Improve type hierarchy widgetLeandro Melo2011-07-083-6/+288
* | Fixed (C)opyright headers.Erik Verbruggen2011-07-062-0/+64
* | Emit a signal when parsing is finished after updating source files.Erik Verbruggen2011-07-051-0/+1
|/
* C++ editor: Remove unnecessary line split in find usagesLeandro Melo2011-05-311-3/+30
* cplusplus: remove unneeded declaration and destructorhjk2011-05-302-5/+0
* C++ editor: Remove scanning/caching of includesLeandro Melo2011-05-181-2/+0
* fix compile of plugins which use #include <cplusplus/foo.h>Oswald Buddenhagen2011-05-161-1/+1
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-162-3/+3
* Fixed auto-test, added constant, and added a bit of doxymentation.Erik Verbruggen2011-05-092-4/+14
* Class to find breakpoint positions for CDB.Erik Verbruggen2011-05-093-2/+291
* Fix/add copyright headersTobias Hunger2011-05-0662-62/+62