| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use QString::size() instead QString::length() | hjk | 2025-11-13 | 1 | -7/+7 |
| * | Replace QFile::exists by QFileInfo::exists | hjk | 2023-09-01 | 1 | -2/+2 |
| * | CPlusPlus: Remove TranslationUnit::getTokenStartPosition() | Christian Kandeler | 2023-07-13 | 1 | -2/+2 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | CPlusPlus tools: Fix build | Christian Kandeler | 2022-11-24 | 1 | -20/+20 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -6/+6 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | CPlusPlus: Remove foreach / Q_FOREACH usage | Artem Sokolovskii | 2022-05-30 | 1 | -2/+2 |
| * | Fix compilation | Jonas Karlsson | 2021-09-07 | 1 | -3/+3 |
| * | Fix tools/cplusplus* build with Qt6 | Eike Ziller | 2020-09-17 | 1 | -160/+141 |
| * | C++: improve cplusplus-update-frontend to not write non-changed files | Volodymyr Zibarov | 2020-07-13 | 1 | -73/+78 |
| * | Fix deprecation warning | Christian Kandeler | 2020-06-04 | 1 | -1/+1 |
| * | C++: Make cplusplus-update-frontend generate "nullptr" | Nikolai Kosjar | 2020-05-26 | 1 | -2/+2 |
| * | CPlusPlus: Use member initialization in AST.h | hjk | 2019-07-30 | 1 | -63/+0 |
| * | CPlusPlus: Modernize frontend generator | hjk | 2019-07-26 | 1 | -55/+40 |
| * | Standardize on int for line and column values | hjk | 2019-07-26 | 1 | -39/+39 |
| * | C++: Use #pragma once in cplusplus-update-frontend | Orgad Shaneh | 2017-06-30 | 1 | -15/+6 |
| * | Reduce usage of qApp in favor of static function calls | Alessandro Portale | 2017-04-24 | 1 | -1/+1 |
| * | C++: Fix build of cplusplus-update-frontend | Nikolai Kosjar | 2016-10-10 | 1 | -1/+2 |
| * | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 1 | -17/+12 |
| * | C++: Accept language features in BackwardsScanner et al | Orgad Shaneh | 2015-02-27 | 1 | -1/+1 |
| * | Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe' | Eike Ziller | 2015-02-12 | 1 | -6/+6 |
| |\ |
|
| | * | Update License | Eike Ziller | 2015-01-16 | 1 | -6/+6 |
| * | | C++: Use cr/lf on Windows in cplusplus-update-frontend | Orgad Shaneh | 2015-01-28 | 1 | -11/+13 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/3.2' | Eike Ziller | 2014-10-14 | 1 | -7/+8 |
| |\ |
|
| | * | License update | Eike Ziller | 2014-10-09 | 1 | -7/+8 |
| * | | Cpp{Editor,Tools}: Remove some Qt4-only code | Nikolai Kosjar | 2014-08-28 | 1 | -14/+6 |
| * | | C++: remove reserved names and regenerate some files. | Erik Verbruggen | 2014-08-28 | 1 | -9/+9 |
| |/ |
|
| * | C++: Check for Function::name() before using it | Nikolai Kosjar | 2014-07-17 | 1 | -48/+51 |
| * | C++: Use Token::utf16chars{Begin,End} where appropriate | Nikolai Kosjar | 2014-05-23 | 1 | -1/+1 |
| * | C++: Clarify units of a Token | Nikolai Kosjar | 2014-05-15 | 1 | -1/+1 |
| * | Incremented year in copyright info | Robert Loehning | 2014-01-08 | 1 | -1/+1 |
| * | cplusplus-update-frontend: Fix compilation | Orgad Shaneh | 2013-11-23 | 1 | -13/+13 |
| * | Build fix for cplusplus-update-frontend and cplusplus-mkvisitor | Nikolai Kosjar | 2013-04-09 | 1 | -5/+5 |
| * | Fix Krazy warnings about values or keys iteration in Editor/C++. | Friedemann Kleint | 2013-03-15 | 1 | -7/+12 |
| * | Fix some Krazy warnings about non-const ref iterator. | Friedemann Kleint | 2013-03-11 | 1 | -3/+4 |
| * | Merge remote-tracking branch 'origin/2.6' | Oswald Buddenhagen | 2013-01-31 | 1 | -1/+1 |
| |\ |
|
| | * | Incremented year in copyright infov2.6.2 | Robert Loehning | 2013-01-29 | 1 | -1/+1 |
| * | | Remove braces for single lines of conditions | Orgad Shaneh | 2013-01-08 | 1 | -13/+7 |
| * | | C++: Fix order of written classes in cplusplus-update-frontend | Nikolai Kosjar | 2012-12-06 | 1 | -3/+5 |
| * | | C++: Tools: Compile with QT_NO_CAST_FROM_ASCII | Nikolai Kosjar | 2012-12-06 | 1 | -12/+20 |
| |/ |
|
| * | C++: Clean up dev tools. | Nikolai Kosjar | 2012-11-22 | 1 | -0/+1751 |