aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* src/SourceCompatibilityHelpers.h - fix compile with LLVM<12upstream/1.10Allen Winter2021-12-211-1/+1
* Don't hard code std=c++14 in CXX_FLAGSHeiko Becker2021-12-161-1/+1
* copyable-polymorphic: Fix build due to missing std::Sergio Martins2021-12-021-1/+1
* Fix build with some newer gcc complaining about deleted LexerSergio Martins2021-12-022-11/+7
* Fix build with upcoming llvm 13v1.10Sergio Martins2021-07-201-1/+1
* Update README for the 1.10 releaseSergio Martins2021-07-192-5/+2
* tests: Also blacklist old-style-connect/usingnamespace on msvcSergio Martins2021-07-191-1/+1
* cmake: Don't pass iframework on windowsSergio Martins2021-07-191-1/+1
* cmake: Add a preset for building on MSVCSergio Martins2021-07-191-0/+18
* Fix tests on mac due to framework QtSergio Martins2021-07-191-2/+3
* tests: skip old-style-connect/usingnamespace.cpp on macOSSergio Martins2021-07-191-1/+2
* cmake: Remove unneeded test presetsSergio Martins2021-07-191-29/+0
* cmake: Add a debian unstable docker preset tooSergio Martins2021-07-192-6/+26
* tests: Fix tests on ubuntu 18.04 and 20.04Sergio Martins2021-07-182-0/+2
* tests: Fix missing-qobject-macro tests on opensuse-leapSergio Martins2021-07-182-6/+26
* tests: Use CLANG_BUILTIN_INCLUDE_DIR for the Fedora docker tooSergio Martins2021-07-181-4/+4
* tests: Improve running on the ubuntu dockersSergio Martins2021-07-183-6/+10
* tests: Add support for passing clang's built-in include dirSergio Martins2021-07-183-2/+14
* tests: Fix compatibility with Python 3.6Sergio Martins2021-07-181-1/+1
* cmake|tests: Move env vars into the DockerfileSergio Martins2021-07-184-18/+15
* tests: Fix fedora-34 Dockerfile to run our testsSergio Martins2021-07-182-2/+10
* cmake: Add test presets for ubuntuSergio Martins2021-07-181-0/+29
* cmake: Add a test per check, instead of having only 1 big testSergio Martins2021-07-183-9/+110
* tests: Allow multiple run_tests.py to run in parallelSergio Martins2021-07-181-12/+8
* tests: Allow our run_command() to receive a cwdSergio Martins2021-07-181-4/+4
* cmake: Bump min llvm to 8.0Sergio Martins2021-07-181-1/+1
* cmake: Fix typo when invoking clazy-standalone's testsSergio Martins2021-07-181-1/+1
* cmake: Add clazy-standalone tests with add_test tooSergio Martins2021-07-181-0/+4
* cmake: Use add_test, so tests are compatible with ctestSergio Martins2021-07-182-0/+8
* tests: Add cmake presets for fedora and opensuse dockersSergio Martins2021-07-175-27/+62
* tests: Add presets for ubuntu 21.04 and 20.04 dockersSergio Martins2021-07-175-14/+82
* cmake: Add a preset that builds on ubuntu 18.04 dockerSergio Martins2021-07-164-14/+30
* Merge branch '1.9'Michael Reeves2021-07-051-2/+2
|\
| * Fix missing commas found by clang-tidyupstream/1.9Michael Reeves2021-07-051-2/+2
* | old-style-connect: Simplify regexp, which also fixes a crashSergio Martins2021-07-011-1/+1
* | qt6-fwd-fixes: Fix buildSergio Martins2021-07-011-1/+1
* | Merge branch '1.9'Sergio Martins2021-06-300-0/+0
|\|
| * Fix container find operationNicolas Fella2021-06-301-1/+1
* | Fix container find operationNicolas Fella2021-06-301-1/+1
* | qt6-deprecated-api-fixes: Fix coding style a bitSergio Martins2021-06-301-29/+22
* | Merge branch '1.9'Sergio Martins2021-06-282-1/+3
|\|
| * copyable-polymorphic: Fix crash if PCH is enabled for some reasonSergio Martins2021-06-281-0/+2
* | Fix build with older llvmSergio Martins2021-06-202-1/+11
* | Update IRC network name in the READMENicolás Alvarez2021-06-161-1/+1
* | SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script2021-06-161-1/+1
* | GIT_SILENT made messages (after extraction)l10n daemon script2021-06-161-3/+3
* | Merge branch '1.9'Sergio Martins2021-06-130-0/+0
|\|
| * Fix build with Clang 12Christian Schärf2021-06-132-3/+28
* | Update ChangeLog with the last fixSergio Martins2021-06-111-0/+1
* | lambda-in-connect: Fix off-by-one when accessing 3rd argumentSergio Martins2021-06-113-2/+16