summaryrefslogtreecommitdiff
path: root/tests/auto/cplusplus/codeformatter/tst_codeformatter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* tests: Remove foreach usageArtem Sokolovskii2023-01-031-6/+6
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Use QTEST_GUILESS_MAIN where applicableEike Ziller2022-06-131-1/+1
* CppEditor: Fix indentation for structured bindingGPery2022-03-291-0/+12
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-2/+2
* CppTools: Fix formatting for lambdas with trailing return typeChristian Kandeler2020-07-311-0/+13
* CppTools: Fix formatting for new-style function declarationChristian Kandeler2020-06-041-0/+1
* C++: Add tests for recent indentation fixesChristian Kandeler2020-05-271-0/+25
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* CppTools: Fix indentation of stream operators after stringOrgad Shaneh2014-05-161-4/+6
* Cleanup whitespaceOrgad Shaneh2014-05-161-1/+1
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-2/+2
* CppTools: Fix indentation for concatenated stringsOrgad Shaneh2014-03-311-0/+18
* CppTools: Fix indent after ">>" in return typeDave Lewis2014-03-251-0/+3
* CppTools: Fix indent after template paramsDave Lewis2014-03-251-0/+2
* C++: fix indentation for static var decls of anonymous classes.Erik Verbruggen2014-02-271-0/+38
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* C++: handle braced return statements in indenter.Erik Verbruggen2013-06-031-0/+14
* 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
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-251-1/+1
|\ \ | |/
| * C++: Fix crashes in tests with Qt5.Nikolai Kosjar2012-10-231-1/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\ \ | |/
| * Adjust license headershjk2012-10-051-21/+20
* | C++11: Fix indent of brace initializers in ctor lists.Christian Kamm2012-09-191-0/+37
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Long live the king!hjk2012-01-261-1/+1
* C++ indenter: Improve member initializer indent.Christian Kamm2011-12-081-0/+58
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | C++ indenter: Accept attributes in access specifiers.Christian Kamm2011-10-111-0/+15
|/
* C++ indenter: Make continuations after ( consistent.Christian Kamm2011-07-061-3/+40
* Replace qt-info@nokia.com with info@qt.nokia.comhjk2011-07-061-1/+1
* C++ indenter: Fix function declaration continuation indent.Christian Kamm2011-07-061-4/+36
* C++ indenter: Fix multiple initializers.Christian Kamm2011-06-011-0/+15
* C++ indenter: Fix indent in body of function with default argument.Christian Kamm2011-05-301-0/+13
* Make C++ code style configurable.Christian Kamm2011-05-241-13/+698
* C++ indenter: Treat extern "C" like namespace.Christian Kamm2011-05-191-0/+17
* C++ indenter: Fix extra specifier in return type of func decl.Christian Kamm2011-05-191-0/+14
* Update license.hjk2011-04-131-14/+13
* C++ indenter: Fix for use of << and >> in parentheses.Christian Kamm2011-03-151-0/+18
* tests: add licence headersBill King2011-02-181-0/+33
* tests: code cleanupBill King2011-02-171-8/+4
* C++ indenter: Fix labels.Christian Kamm2010-12-011-0/+16
* 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
* Merge remote branch 'origin/2.1'Oswald Buddenhagen2010-10-251-0/+34
|\