summaryrefslogtreecommitdiff
path: root/src/linguist/lupdate
Commit message (Expand)AuthorAgeFilesLines
* lupdate/Python parser: Fix hang on trailing empty comment lineFriedemann Kleint2023-05-031-0/+1
* lupdate: Simplify C++ raw string literal detectionJoerg Bornemann2023-04-011-4/+10
* lupdate: Handle C++ string literalsJoerg Bornemann2023-04-011-0/+13
* lupdate: Fix assert when applying number heuristicsJoerg Bornemann2023-04-011-2/+4
* Don't treat enum classes as a normal classAndy Shaw2023-03-281-1/+12
* Disable -fPIE for tools that depend on 3rdparty libsAlexey Edelev2023-02-241-0/+6
* Handle text in quotes in extra comments in lupdateJohnny Jazeix2023-02-172-4/+16
* lupdate: Disambiguate string constantsFriedemann Kleint2023-02-133-9/+11
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-081-21/+3
* lupdate: Fix build with clang 16+Björn Schäpers2023-02-082-2/+6
* linguist: Support Unity buildsFriedemann Kleint2023-01-161-0/+3
* linguist: Remove STRING definesFriedemann Kleint2023-01-131-27/+27
* Remove unused variablesPeter Varga2022-12-161-2/+0
* Nomenclature change: country -> territoryEdward Welbourne2022-11-151-1/+1
* Modify getClangArgumentAdjuster to account for llvm15Lucie Gérard2022-11-031-20/+21
* Monthly re-run of clang-tidy qt-* checks (11/2022)Marc Mutz2022-11-021-1/+1
* lupdate: Explain -locations options in command helpKai Köhne2022-10-211-0/+5
* lupdate: Print error on attempt to run lupdate on a CMakeLists.txtJoerg Bornemann2022-10-181-0/+8
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-102-19/+19
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-062-10/+10
* Port from container::count() and length() to size()Marc Mutz2022-10-064-42/+42
* lupdate: Fix build with clang 15+Björn Schäpers2022-10-062-3/+17
* lupdate: Parse .qrc files when using -projectJoerg Bornemann2022-09-281-0/+27
* Remove operator<<(QDebug, const std::string &)Ville Voutilainen2022-09-203-19/+13
* lupdate: Fix spelling of Q_UNUSED macro and add semicolonØystein Heskestad2022-09-091-1/+1
* QtTools utils: port away from deprecated QLocale callsIvan Solovev2022-09-071-1/+1
* lupdate: Fix build with llvm < 10.0Kai Köhne2022-09-011-0/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-251-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-021-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-211-1/+1
* linguist: work around Clang 10 headers throwing GCC 12 -Werror=nonnullMarc Mutz2022-07-013-0/+3
* linguist: port from \#pragma to QT_WARNING macrosMarc Mutz2022-07-013-30/+19
* 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-1919-510/+39
* Replace uses of deprecated _qs with _sSona Kurazyan2022-04-203-19/+25
* lupdate/clang: Handle translator comments in include filesJoerg Bornemann2022-04-043-0/+43
* lupdate/clang: Don't just skip included filesLucie Gérard2022-04-049-37/+261
* lupdate/clang: Fix typo in method name in LupdateVisitorJoerg Bornemann2022-04-042-4/+4
* lupdate/clang: Extract function fileContainsTranslationInformationJoerg Bornemann2022-04-043-16/+26
* lupdate/clang: Remove superfluous vector of source filesJoerg Bornemann2022-04-041-11/+7
* lupdate/clang: Retrieve the compiler's include paths only onceJoerg Bornemann2022-04-041-14/+12
* tools: do not rely on transitive includesFabian Kosmale2022-03-182-0/+3
* Support trailing commas for Python in lupdateChris Hennes2022-02-111-14/+38
* Remove -std=gnu++17 from clang arguments adjusterLucie Gérard2022-02-091-1/+1
* 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
* lupdate: Fix build after declarative changeFabian Kosmale2021-11-271-1/+1