aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cpppointerdeclarationformatter_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-687/+0
* CppTools: Use test objects to group related test functionsChristian Kandeler2021-08-261-11/+12
* Core: filepathify IDocumentDavid Schulz2021-05-191-1/+3
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* CppTools: Remove yet another flag initialization with nullptrhjk2020-02-061-1/+1
* CppTools: Fix failing testsNikolai Kosjar2019-02-081-4/+4
* CppTools: modernizeAlessandro Portale2019-01-211-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Move "open" from IEditor to IDocumentEike Ziller2015-06-101-1/+1
* CppTools: Tests: Fix memory leakNikolai Kosjar2015-05-151-1/+2
* Remove some duplicate includesTobias Hunger2015-03-201-1/+0
* Clean exported headers of the CppTools plugin.Friedemann Kleint2015-03-051-0/+1
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-1/+1
* | CppTools: Tests: Stop writing into source dirNikolai Kosjar2014-12-191-3/+6
* | TextEditor: Shuffle some convenience functionshjk2014-11-251-1/+1
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | TextEditor: Introduce some convenience text accessors in the editorhjk2014-08-271-5/+4
* | TextEditor: Fix failure in cpptools autotesthjk2014-08-271-10/+8
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-2/+3
* | TextEditor: Remove one stack of EditorWidget constructorshjk2014-08-011-1/+1
* | TextEditor: Update tab settings for all tab changeshjk2014-07-301-1/+0
* | TextEditor: Replace PlainTextDocument by Base + a setup functionhjk2014-07-301-5/+10
* | TextEditor: Replace PlainTextEditorWidget by Base + a setup functionhjk2014-07-301-7/+7
* | TextEditor: Remove indenter construction from PlainTextEditorWidgethjk2014-07-301-1/+1
|/
* Unify Utils::ChangeSet usagesOrgad Shaneh2014-06-021-5/+1
* Cpp{Tools,Editor}: Expect UTF-8 encoded literalsNikolai Kosjar2014-05-231-6/+6
* CppTools/Editor: Make sure test code is free of diagnostic messagesNikolai Kosjar2014-04-041-4/+5
* Editors: Remove BaseTextEditorWidget::setBaseTextDocumentEike Ziller2014-01-101-1/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | CppEditor/CppTools: Don't continue in test function on failureNikolai Kosjar2014-01-071-68/+53
* | CppEditor/CppTools: Clean up *Test* classesNikolai Kosjar2014-01-071-49/+57
* | CppEditor/CppTools: Introduce Test{Case,Document}Nikolai Kosjar2014-01-071-5/+5
|/
* CppEditor: Respect whitespace in operator names for more quick fixesNikolai Kosjar2013-06-251-1/+5
* CppTools: Handle operator functions when reformatting */& declarationsNikolai Kosjar2013-06-111-0/+5
* Clean headers in CppTools.Friedemann Kleint2013-04-101-6/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-9/+10
* C++: Make pointer declaration formatter more robustNikolai Kosjar2013-02-121-0/+110
* C++: Introduce PointerDeclarationFormatterNikolai Kosjar2013-01-241-0/+577