aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cplusplus
Commit message (Expand)AuthorAgeFilesLines
* C++ indenter: Fix for use of << and >> in parentheses.Christian Kamm2011-03-151-0/+18
* Add tests for type pretty printer.Christian Kamm2011-03-021-0/+14
* tests: add licence headersBill King2011-02-189-0/+293
* tests: Add a failing test to make sure diagnostic reporting is working.Bill King2011-02-171-4/+16
* Tests: Fix a crash bug.Bill King2011-02-171-1/+1
* Tests: cleanup output so that it appears inline with associated test.Bill King2011-02-171-0/+28
* tests: code cleanupBill King2011-02-171-8/+4
* Added tests for the DiagnosticClient.Erik Verbruggen2011-02-173-1/+65
* Tests: Simplify the simplifytest.Bill King2011-02-161-7/+1
* Tests: More autotest cleanup.Bill King2011-02-161-3/+1
* C++: Fix Bind run on QtPropertyDeclarationAST.Christian Kamm2011-02-071-2/+2
* Corrected fix to the FindUsages auto-tests.Erik Verbruggen2011-01-201-3/+3
* Tests: Fix compilation/plugin test.Friedemann Kleint2011-01-201-3/+3
* It's 2011 now.con2011-01-121-1/+1
* License headers, part 2con2010-12-171-7/+11
* Fixes autotests for windows.Bill King2010-12-141-8/+1
* tests: fixesBill King2010-12-031-0/+3
* C++ indenter: Fix labels.Christian Kamm2010-12-011-0/+16
* Debugger/CPP: Move helpers to simplify types to CPlusPlus-lib.Friedemann Kleint2010-11-253-1/+145
* C++ indenter: Align to next token instead of end of current.Christian Kamm2010-11-221-0/+18
* C++ indenter: Fix for GNU and Whitesmiths style switch statement.Christian Kamm2010-11-041-0/+64
* Fix test compilation on Mac by using rpath.con2010-11-011-0/+1
* Make tests compile on Mac. Use qtLibraryName instead of qtLibraryTarget.con2010-11-011-1/+1
* tests: Allow tests to use creator libs/plugins directly (linux/mac)Bill King2010-11-011-1/+0
* Merge remote branch 'origin/2.1'Oswald Buddenhagen2010-10-251-0/+34
|\
| * C++ indenter: Add autotest for C++0x 'for' statement.Christian Kamm2010-10-201-0/+19
| * C++ indenter: Fix indentation after namespace aliases.Christian Kamm2010-10-191-0/+15
* | tests: get tst_codegen running again, if not passing yet.Bill King2010-10-211-1/+20
* | tests: more test project cleanupBill King2010-10-219-26/+10
* | tests: remove unnecessary TARGET = tst_$$TARGETBill King2010-10-202-3/+0
* | Tests: Get autotests compiling again.Bill King2010-10-207-16/+21
* | Merge remote branch 'origin/2.1'Christian Kamm2010-10-111-0/+31
|\|
| * C++: fixed translatable quick-fix strings.Erik Verbruggen2010-10-081-10/+0
| * C++ Parser: fix infinite loop when recovering from incorrect @selector expres...Erik Verbruggen2010-10-081-0/+41
| * C++ indenter: Don't get confused on 'for (a in b)'.Christian Kamm2010-10-081-0/+19
* | C++ indenter: Add another ObjC test.Christian Kamm2010-10-061-0/+15
* | C++ indenter: Don't get confused on 'for (a in b)'.Christian Kamm2010-10-061-0/+19
* | tests: make compile againBill King2010-10-011-1/+2
|/
* C++: make InsertionPointLocator ready for re-use.Erik Verbruggen2010-09-271-43/+64
* C++ indenter: Fix error recovery in function definitions.Christian Kamm2010-09-241-0/+14
* C++ indenter: Fix indentation if template and class appear on one line.Christian Kamm2010-09-241-0/+13
* C++ indenter: Simplify debugging by making dump() more verbose.Christian Kamm2010-09-241-0/+1
* C++: Added unittest for 5a1924f1a06e31105b5f7823cb6a5f5f20513f49.Erik Verbruggen2010-09-161-0/+44
* C++: Fixed regression in autotests.Erik Verbruggen2010-09-151-1/+1
* C++ indenter: Fix for statement indentation and add test.Christian Kamm2010-09-151-0/+35
* C++ indenter: Separate indent into logical indent and padding.Christian Kamm2010-09-131-88/+124
* Tests: some cleanup of pro files, marking of tested components.Bill King2010-09-061-5/+5
* Merge CPlusPlus::NameId and CPlusPlus::Identifier.Roberto Raggi2010-09-022-4/+4
* Autotests: More cleanup of tests, and initial marking of components belonged to.Bill King2010-09-028-1/+8
* C++ indenter: Fix nested array/struct initializers.Christian Kamm2010-08-311-3/+34