aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cppcodeformatter.h
Commit message (Expand)AuthorAgeFilesLines
* CppTools: Fix QStringRef and QSharedPointer related issues with Qt6Eike Ziller2020-09-151-1/+1
* CppTools: Do not indent within string literalsChristian Kandeler2020-08-201-0/+1
* CppTools: modernizeAlessandro Portale2019-01-211-1/+1
* CppTools: Consistently use nullptrTobias Hunger2018-05-091-1/+1
* CppTools: Use override consistentlyTobias Hunger2018-05-071-6/+6
* CppTools: Fix uninitialized values warningsNikolai Kosjar2017-06-011-10/+7
* CppCodeFormatter: removed unused member functionNikita Baryshnikov2016-08-101-10/+5
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Clean exported headers of the CppTools plugin.Friedemann Kleint2015-03-051-1/+0
* Update LicenseEike Ziller2015-01-161-6/+6
* CPlusPlus: Use QVector<Token> instead of QListhjk2014-11-061-3/+3
* License updateEike Ziller2014-10-091-7/+8
* CppTools: Fix indentation for concatenated stringsOrgad Shaneh2014-03-311-1/+2
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-121-3/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Clean headers in CppTools.Friedemann Kleint2013-04-101-2/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-3/+4
* 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-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | C++11: Fix indent of brace initializers in ctor lists.Christian Kamm2012-09-191-1/+2
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* C++: Lambda formatting issues.Flex Ferrum2012-03-121-1/+10
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Long live the king!hjk2012-01-261-1/+1
* C++ indenter: Improve member initializer indent.Christian Kamm2011-12-081-1/+2
* 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/+2
|/
* C++ indenter: Fix function declaration continuation indent.Christian Kamm2011-07-061-0/+2
* Make C++ code style configurable.Christian Kamm2011-05-241-18/+10
* C++ indenter: Treat extern "C" like namespace.Christian Kamm2011-05-191-0/+3
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Removed stray tokens and fixed warnings/errors when compiling with pedantic C...Roberto Raggi2010-12-161-2/+2
* | C++ indenter: Fix labels.Christian Kamm2010-12-011-0/+1
|/
* C++ indenter: Simplify debugging by making dump() more verbose.Christian Kamm2010-09-241-1/+4
* C++ indenter: Separate indent into logical indent and padding.Christian Kamm2010-09-131-12/+19
* C++: Only reindent on electric characters if indent wasn't user-changed.Christian Kamm2010-09-081-0/+1
* Indenters: Move style setup into the QtStyleCodeFormatter constructors.Christian Kamm2010-08-121-0/+5
* C++ indenter: Indent member initializer lists correctly.Christian Kamm2010-07-161-0/+3
* C++ indenter: Respect user indent with stream operators.Christian Kamm2010-07-151-1/+2
* Add missing license headers.Christian Kamm2010-07-091-0/+29
* C++ indenter: Build fix for windows.Christian Kamm2010-07-081-1/+2
* C++ indenter: Refactor to be independent of BaseTextDocumentLayout.Christian Kamm2010-07-081-3/+27