summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
...
* Initial implementation of the pretty printer.Roberto Raggi2009-01-033-2/+1390
* Implemented ExceptionSpecificationAST::lastToken().Roberto Raggi2009-01-021-2/+14
* Implemented ExceptionDeclarationAST::lastToken().Roberto Raggi2009-01-021-3/+6
* Implemented EnumeratorAST::lastToken().Roberto Raggi2009-01-021-2/+1
* Implemented EnumSpecifierAST::lastToken().Roberto Raggi2009-01-021-4/+14
* Implemented DoStatementAST::lastToken().Roberto Raggi2009-01-021-2/+13
* Implemented DestructorNameAST::lastToken().Roberto Raggi2009-01-021-2/+3
* Implemented DeleteExpressionAST::lastToken().Roberto Raggi2009-01-021-5/+5
* Implemented DeclaratorAST::firstToken(), and DeclaratorAST::lastToken().Roberto Raggi2009-01-021-10/+25
* Initial work on *AST::lastToken().Roberto Raggi2009-01-022-55/+194
* Fixed SimpleDeclarationAST::firstToken().Roberto Raggi2009-01-021-9/+6
* Added `colon_token' to ClassSpecifierAST.Roberto Raggi2009-01-022-0/+5
* Introduced CPlusPlus::Managed.Roberto Raggi2008-12-224-15/+32
* cache profile's parent directoryOswald Buddenhagen2008-12-193-4/+10
* unobfuscate in multiple ways: getcwd() => currentDirectory()Oswald Buddenhagen2008-12-191-5/+5
* remove cruftOswald Buddenhagen2008-12-192-16/+0
* handle skipping of test functions on a per-function basisOswald Buddenhagen2008-12-181-4/+10
* partially sync test functions with qmakeOswald Buddenhagen2008-12-181-19/+72
* disable cumulative mode for .prf files.Oswald Buddenhagen2008-12-181-1/+7
* Fixes: processing of else branchesOswald Buddenhagen2008-12-181-1/+15
* Expand $(VAR)-style environment variablesOswald Buddenhagen2008-12-182-4/+18
* Merge branch '0.9.1-beta'dt2008-12-17146-146/+146
|\
| * chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-16146-146/+146
* | Fixes: Parsing of simple id expressions (e.g. a;).Roberto Raggi2008-12-152-3/+18
* | implement actual evaluation of conditions.Oswald Buddenhagen2008-12-123-82/+160
* | decruft & cosmeticsOswald Buddenhagen2008-12-122-9/+8
* | add a bunch of missing functions.Oswald Buddenhagen2008-12-123-37/+414
* | refactoring (from qt)Oswald Buddenhagen2008-12-122-16/+24
* | remove cruftOswald Buddenhagen2008-12-121-2/+0
* | optimizeOswald Buddenhagen2008-12-121-2/+2
* | remove cruft (and thus sync with qt)Oswald Buddenhagen2008-12-122-4/+2
* | remove excess progress messagesOswald Buddenhagen2008-12-121-3/+0
* | style fixes and compilation with qt_no_ascii_castOswald Buddenhagen2008-12-121-9/+10
* | Fix some error messages (re expected argument counts)Oswald Buddenhagen2008-12-121-8/+8
|/
* Implemented support for C++ and iso646 operators.Roberto Raggi2008-12-104-3/+158
* use QTC_ASSERT instead of Q_ASSERThjk2008-12-099-93/+113
* some more whitespace changeshjk2008-12-0915-89/+78
* Added the methods to get all the identifiers used in a translation unit.Roberto Raggi2008-12-092-0/+11
* populate texteditor margin context menuhjk2008-12-051-7/+9
* Fixes: - use indexwindow from sharedPatrick Star2008-12-041-2/+3
* We don't use the uses, so just ifdef-out the code for now.Roberto Raggi2008-12-041-0/+2
* Fixed the parsing of class-specifiers when nested in a function definition.Roberto Raggi2008-12-031-2/+10
* Added different parsing mode to TranslationUnit/CppDocument.Roberto Raggi2008-12-032-7/+47
* Check for the wrong usage of ctor initializers.Roberto Raggi2008-12-031-5/+13
* Fixed possible crash when classifying chars.Roberto Raggi2008-12-032-2/+2
* Fixes: - sync against AssistantPatrick Star2008-12-025-85/+131
* Fixes: Mem leak in the pro file parser.dt2008-12-021-6/+3
* off-by-one in headershjk2008-12-02146-148/+2
* end-of-line whitespace correction of the new headershjk2008-12-02146-1459/+1605
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinehjk2008-12-022-3/+3
|\