aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* run_tests.py: Clean up concatenation of test command argsupstream/work/alex/cleanup_and_compatAlexander Lohnau2024-01-051-13/+4
* Only add Qt module includes when neededAlexander Lohnau2024-01-052-11/+17
* Do not add no-module-include specific flag to all testsAlexander Lohnau2024-01-052-2/+7
* Remove Qt4 compat codeAlexander Lohnau2024-01-0534-599/+29
* Enable Qt6 by default, except for currently failing testsDavid Faure2024-01-0531-34/+100
* Re-add Linux Qt6 CIDavid Faure2024-01-051-0/+1
* qt6-header-fixes can only build with Qt5David Faure2024-01-051-1/+1
* Fix lambda-unique-connection for Qt6David Faure2024-01-053-7/+11
* Don't run clang-apply-replacements if the test was completely skippedDavid Faure2024-01-051-0/+4
* Add support for running tests with Qt5 and/or Qt6David Faure2024-01-052-21/+42
* GIT_SILENT made messages (after extraction)l10n daemon script2024-01-051-1/+1
* Adjust indentation of license textx in generate.pyAlexander Lohnau2024-01-031-3/+3
* Mark some trivial files with CC0-1.0 licenseAlexander Lohnau2024-01-033-0/+8
* Remove old COPYING-LGPL2.txt fileAlexander Lohnau2024-01-033-489/+2
* Replace Author tags with SPDX-FileContributorAlexander Lohnau2024-01-0387-95/+85
* Add license info to recently touched files of mineAlexander Lohnau2024-01-033-1/+2
* Convert license info of .cmake_has_regex_test.cpp .cmake_has_filesystem_test....Alexander Lohnau2024-01-032-30/+4
* Fix broken license info for BSD-2 licensesAlexander Lohnau2024-01-032-2/+2
* Re-run licensedigger with prettyheader optionAlexander Lohnau2024-01-0328-51/+52
* Remove unneeded statements about files being part of clazyAlexander Lohnau2024-01-03252-532/+28
* Require tests to pass on all platformsAlexander Lohnau2024-01-031-1/+1
* Fix strict-iterators with llvm17David Faure2024-01-031-5/+5
* Fix LLVM bug tracker URLChristoph GrĂ¼ninger2024-01-032-2/+2
* Make lamba-unique-connection's tests closer to realityDavid Faure2024-01-032-11/+11
* Fix returning-data-from-temporary (with clang 17)David Faure2024-01-033-4/+3
* Disable c++17 for qt6-qlatin1stringchar-to-u for now.David Faure2024-01-031-0/+1
* Run all tests with C++14 and with C++17David Faure2024-01-032-32/+40
* qt6-qlatin1stringchar-to-u: cleanupsDavid Faure2024-01-031-35/+24
* Remove .uncrustify fileAlexander Lohnau2024-01-032-639/+0
* Copy clang-format CI and ensure generated files are as checked in versionAlexander Lohnau2024-01-032-2/+14
* No longer recommend editing Checks.h file directlyAlexander Lohnau2024-01-032-4/+4
* Rename generated files and add noteAlexander Lohnau2024-01-036-5/+8
* Add qcolor-from-literal fixit to checks.jsonAlexander Lohnau2024-01-033-3/+9
* dev-scripts/generate.py: Format file after generating itAlexander Lohnau2024-01-031-2/+4
* Move setup of CXX standard cmake variables before try_compile statementsAlexander Lohnau2024-01-031-3/+3
* Speed up subsequent cmake runsAlexander Lohnau2024-01-031-5/+9
* Optimize checks for filesystem in testsAlexander Lohnau2024-01-034-4/+9
* Minor: avoid printing empty lines for nothingDavid Faure2024-01-031-1/+3
* Revert to C++14 for now to unbreak CI after my unintended pushDavid Faure2024-01-031-2/+2
* Fix use-static-qregularexpression with C++17Alexander Lohnau2024-01-031-1/+13
* Adapt qstring-allocations to C++17's eliding of constructor callsDavid Faure2024-01-031-3/+14
* Adapt the user-literal-for-QLatin1String case to C++17David Faure2024-01-021-0/+6
* Adapt container-anti-pattern to C++17 (Q_FOREACH is very different then)David Faure2024-01-021-0/+16
* Adapt detaching-member to the C++17 ASTDavid Faure2024-01-021-1/+4
* Switch to C++17 in preparation for Qt6 supportDavid Faure2024-01-022-2/+4
* run_tests.py: Do not report clang/clazy-standalone command twiceAlexander Lohnau2024-01-011-5/+5
* run_tests.py: Clean up some unused expressionsAlexander Lohnau2024-01-011-6/+1
* Add system header paths not only on CI to clang processAlexander Lohnau2024-01-011-11/+7
* Silence all cppcheck warnings for testsAlexander Lohnau2024-01-011-0/+1
* use-static-qregularexpression: Fix issues when running against llvm 17Alexander Lohnau2024-01-011-11/+11