aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-09Condensed directory names for release.rcprepJussi Pakkanen127-35/+35
2025-01-09Add Linear ASM compilerWu, Zhenyu5-16/+71
2025-01-09Merge pull request #12342 from gerioldman/TaskingCCompilerJussi Pakkanen15-25/+348
2025-01-09Merge pull request #13304 from chubinou/qml_modulesJussi Pakkanen17-17/+967
2025-01-09qt module: update add qml_module documentationPierre Lamot1-2/+76
2025-01-09qt module: add qml module testPierre Lamot14-0/+333
2025-01-08Copyedit an error messageBenjamin Gilbert1-1/+1
2025-01-08programs: fix regex to match multi-digit major versionPatrick Steinhardt2-1/+2
2025-01-08ninjabackend: avoid repeatedly building and analyzing rule commandsPaolo Bonzini1-13/+14
2025-01-08ninjabackend: convert _should_use_rspfile to a lazy_propertyPaolo Bonzini1-3/+4
2025-01-08utils: Add a lazy property decoratorDylan Baker1-0/+20
2025-01-08optimize Version.__init__Paolo Bonzini1-9/+6
2025-01-08optimize variable assignmentsPaolo Bonzini3-3/+6
2025-01-08programs: favor version numbers with dotsPatrick Steinhardt2-2/+32
2025-01-08Update cpp language list for intel compiler on windowsborg3231-2/+7
2025-01-08rust: add 2024 editionPaolo Bonzini2-1/+6
2025-01-08Add macros for declarative buildsystems of rpm >= 4.20fundawang1-0/+8
2025-01-08clippy: skip running it if --cap-lints allow is included in the command linePaolo Bonzini1-2/+11
2025-01-08rust: add warning_level=0 to downloaded Cargo subprojectsPaolo Bonzini2-3/+20
2025-01-08rust: change warning_level=0 to "--cap-lints allow"Paolo Bonzini2-1/+3
2025-01-08Interpret TAP bailout output without test plan or test line as errorgerioldman2-1/+3
2025-01-08qt module: provide qml_modulePierre Lamot1-5/+526
2025-01-08qt module: allow moc to generate json introspection filePierre Lamot2-3/+25
2025-01-08qt module: remove quoted annotationsPierre Lamot1-8/+8
2025-01-08interpreter: fix signature type of install_data_implPierre Lamot1-1/+1
2025-01-07ninja backend: don't rebuild all tests by defaultEli Schwartz3-7/+39
2025-01-07fix trailing whitespace issuesEli Schwartz1-6/+6
2025-01-07mtest: fix rebuilding all before running testsEli Schwartz5-18/+59
2025-01-08First draft version of Tasking MIL linking with b_lto and prelinkinggerioldman14-163/+85
2025-01-08Add TASKING compiler supportgerioldman11-8/+397
2025-01-08Add TASKING to docsgerioldman2-0/+12
2025-01-08Store commands as arrays.Jussi Pakkanen2-38/+51
2025-01-08CI: remove codeqlDylan Baker3-41/+0
2025-01-07Revert "make the testsuite handle MSYS2's addition of cmd"Christoph Reiter1-13/+13
2025-01-07Revert "check if test 33 running under MinGW"Christoph Reiter2-15/+2
2025-01-07tests: Avoid modifying '17 prebuild shared' test dirJan Alexander Steffens (heftig)1-1/+1
2025-01-07Add run0 as a way to raise privilegesrusty-snake2-2/+7
2025-01-07fix missing extension in command pathCharles Brunet1-0/+9
2025-01-07CI: Use a tagged version of cygwin-install-actionJon Turney1-1/+1
2025-01-07Fix internal dependency namesCharles Brunet2-4/+8
2025-01-07Only use uninstalled deps if a build dir exists.Jussi Pakkanen1-3/+6
2025-01-07ci: add qt6 QML libraries in Linux imagesPierre Lamot4-1/+4
2025-01-06docs: fix cxx -> cppDylan Baker1-1/+1
2025-01-06Fix wrap.py to avoid following symlinksKaruroChori1-1/+1
2024-12-31Fail gracefully when compiler cache is specified without compilerJoel Rosdahl2-5/+13
2024-12-29ninjabackend: prefer "in" to regex searchPaolo Bonzini1-8/+6
2024-12-29ninjabackend: use File.from_built_relative()Paolo Bonzini1-2/+1
2024-12-29utils: cache build directory filesPaolo Bonzini1-1/+3
2024-12-29compilers: cache the results of is_source()Paolo Bonzini1-4/+8
2024-12-29dependencies: add custom atomic dependencyDudemanguy4-0/+48