aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/cplusplus-update-frontend/cplusplus-update-frontend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-2/+2
* CPlusPlus: Remove TranslationUnit::getTokenStartPosition()Christian Kandeler2023-07-131-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CPlusPlus tools: Fix buildChristian Kandeler2022-11-241-20/+20
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-6/+6
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CPlusPlus: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-301-2/+2
* Fix compilationJonas Karlsson2021-09-071-3/+3
* Fix tools/cplusplus* build with Qt6Eike Ziller2020-09-171-160/+141
* C++: improve cplusplus-update-frontend to not write non-changed filesVolodymyr Zibarov2020-07-131-73/+78
* Fix deprecation warningChristian Kandeler2020-06-041-1/+1
* C++: Make cplusplus-update-frontend generate "nullptr"Nikolai Kosjar2020-05-261-2/+2
* CPlusPlus: Use member initialization in AST.hhjk2019-07-301-63/+0
* CPlusPlus: Modernize frontend generatorhjk2019-07-261-55/+40
* Standardize on int for line and column valueshjk2019-07-261-39/+39
* C++: Use #pragma once in cplusplus-update-frontendOrgad Shaneh2017-06-301-15/+6
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* C++: Fix build of cplusplus-update-frontendNikolai Kosjar2016-10-101-1/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* C++: Accept language features in BackwardsScanner et alOrgad Shaneh2015-02-271-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Use cr/lf on Windows in cplusplus-update-frontendOrgad Shaneh2015-01-281-11/+13
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Cpp{Editor,Tools}: Remove some Qt4-only codeNikolai Kosjar2014-08-281-14/+6
* | C++: remove reserved names and regenerate some files.Erik Verbruggen2014-08-281-9/+9
|/
* C++: Check for Function::name() before using itNikolai Kosjar2014-07-171-48/+51
* C++: Use Token::utf16chars{Begin,End} where appropriateNikolai Kosjar2014-05-231-1/+1
* C++: Clarify units of a TokenNikolai Kosjar2014-05-151-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* cplusplus-update-frontend: Fix compilationOrgad Shaneh2013-11-231-13/+13
* Build fix for cplusplus-update-frontend and cplusplus-mkvisitorNikolai Kosjar2013-04-091-5/+5
* Fix Krazy warnings about values or keys iteration in Editor/C++.Friedemann Kleint2013-03-151-7/+12
* Fix some Krazy warnings about non-const ref iterator.Friedemann Kleint2013-03-111-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
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-13/+7
* | C++: Fix order of written classes in cplusplus-update-frontendNikolai Kosjar2012-12-061-3/+5
* | C++: Tools: Compile with QT_NO_CAST_FROM_ASCIINikolai Kosjar2012-12-061-12/+20
|/
* C++: Clean up dev tools.Nikolai Kosjar2012-11-221-0/+1751