summaryrefslogtreecommitdiffstats
path: root/src/linguist/lupdate/cpp.cpp
Commit message (Expand)AuthorAgeFilesLines
* linguist: provide labels for id based translationMasoud Jami2025-05-201-9/+20
* lupdate: add used namespaces of the current fileMasoud Jami2025-05-161-1/+6
* lupdate: detach QString for included file pathMasoud Jami2025-03-171-0/+2
* lupdate: remove extra definition of CppMagicCommentMasoud Jami2025-03-051-2/+0
* lupdate: unify parsing of meta strings in different languagesMasoud Jami2025-03-031-126/+44
* linguist: refactor linguist tools to use _L1 instead of QLatin1StringMasoud Jami2025-02-101-16/+14
* lupdate: check more stricly before warning for invalid tr callsMasoud Jami2025-01-301-5/+8
* lupdate: parse expression with angle bracketsMasoud Jami2025-01-071-10/+49
* lupdate: transfer "using namespace" from parent namespace to childrenMasoud Jami2025-01-071-5/+11
* lupdate: parse translate commands in template definitionsMasoud Jami2025-01-021-42/+61
* lupdate: Correct Context in Function Definitions with Prepended "::"Masoud Jami2024-11-211-2/+5
* Allow Empty Strings in the Translation ToolsMasoud Jami2024-11-211-1/+1
* lupdate: support extra namespace qualificationMasoud Jami2024-11-151-0/+15
* lupdate CPP Parser handling templatesMasoud Jami2024-10-291-1/+8
* lupdate: Support for Typed Enum in CPP ParserMasoud Jami2024-10-291-0/+6
* lupdate: Add debug stream operators for internal typesJoerg Bornemann2024-08-081-0/+10
* lupdate: Fix long runtime with supposed includes in namespacesJoerg Bornemann2024-07-221-27/+34
* lupdate: Make exclude patterns less strict againJoerg Bornemann2024-07-171-2/+1
* lupdate: Remove dead codeJoerg Bornemann2023-06-301-19/+0
* lupdate: Fix missing context in functions with trailing return typeJoerg Bornemann2023-06-281-9/+31
* lupdate: Simplify C++ raw string literal detectionJoerg Bornemann2023-04-011-4/+10
* lupdate: Handle C++ string literalsJoerg Bornemann2023-04-011-0/+13
* Don't treat enum classes as a normal classAndy Shaw2023-03-281-1/+12
* Handle text in quotes in extra comments in lupdateJohnny Jazeix2023-02-171-2/+8
* lupdate: Disambiguate string constantsFriedemann Kleint2023-02-131-3/+3
* linguist: Remove STRING definesFriedemann Kleint2023-01-131-27/+27
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-101-18/+18
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-061-21/+21
* lupdate: Allow multiple specifiers after method signatureJoerg Bornemann2022-06-221-2/+0
* lupdate: Apply a simpler fix for static initializersJoerg Bornemann2022-06-211-34/+29
* Use SPDX license identifiersLucie Gérard2022-05-191-27/+2
* lupdate: Support hexadecimal numeric literals with upper case XJoerg Bornemann2022-01-191-1/+1
* lupdate: Support numeric literal separatorsJoerg Bornemann2022-01-191-2/+2
* lupdate: Fix static initializers with parenthesesJoerg Bornemann2021-12-071-8/+31
* lupdate: Simplify state saving code in old C++ parserJoerg Bornemann2021-12-071-32/+20
* Do not translate Qt Linguist command line toolsKai Köhne2021-09-131-39/+42
* lupdate: Fix assertion in C++ parserJoerg Bornemann2020-11-201-1/+3
* Linguist: Refactor iteratorsJarek Kobus2020-09-171-2/+2
* Linguist: Replace foreach with range-based forJarek Kobus2020-09-151-14/+14
* Tools: Fix qHash signatureKai Koehne2020-08-131-4/+2
* Get rid of the QTextCodec dependency in linguistLars Knoll2020-05-181-10/+9
* Port linguist from QRegExp to QRegularExpressionLars Knoll2020-05-091-2/+3
* Refactor lupdateLucie Gérard2019-08-081-103/+1
* Fix deprecation warnings about deprecated container conversionsFriedemann Kleint2019-05-231-1/+1
* lupdate: Escape special characters when processing QMLLucie Gerard2019-04-031-59/+7
* Add forward looking after ColonLucie Gerard2019-04-011-2/+23
* Check the parenthesis depth in case of right parenthesis token, to set metaEx...Lucie Gerard2019-01-251-1/+4
* lupdate: Add support for parsing C++11 raw string literalsPalo Kisa2019-01-091-5/+62
* Qt Linguist: Fix gcc 7.2 warnings about ambiguous elseFriedemann Kleint2018-11-291-3/+6