summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-24mtest: ignore invalid inputPaolo Bonzini
2022-05-23modules/icestorm: use type checkingDylan Baker
2022-05-23modules/icestorm: replace individual tools attributes with dictDylan Baker
2022-05-23interpreter: Add another overload to source_strings_to_filesDylan Baker
2022-05-23modules: add typing to the modtest moduleDylan Baker
2022-05-23move various imports into TYPE_CHECKING blocks for neatnessEli Schwartz
2022-05-23typing: use forward reference for types defined later in fileEli Schwartz
2022-05-23fix typing regressionEli Schwartz
2022-05-19Fix invalid Python overridesTristan Partin
2022-05-19Add cc.has_function_attribute('sentinel')Tristan Partin
2022-05-19Add cc.has_function_attribute('section')Tristan Partin
2022-05-19Reword message in warningZbigniew Jędrzejewski-Szmek
2022-05-19Reword misleading warningZbigniew Jędrzejewski-Szmek
2022-05-18Fix --allow-shlib-undefined for LLVM versions > 9Tristan Partin
2022-05-17fix incorrect FeatureNew for separator kwarg in environment object methodsEli Schwartz
2022-05-17mtest: stop disrespecting the gdb config fileEli Schwartz
2022-05-16Update Creating-OSX-packages.mdAdel Kara Slimane
2022-05-16Add optional compressjoshcangit
2022-05-10linkers/MinGW: Allow `efi_application` value for `win_subsystem`Lens
2022-05-10Require CMake 3.14 for all tests that use the cmake moduleSimon McVittie
2022-05-09dependencies/boost.py: ignore unknown filesfghzxm
2022-05-09python module: default extensions to hidden symbol visibilityEli Schwartz
2022-05-09compilers/gnu: demote visibilty inlineshidden to hidden for unsupported compi...Eli Schwartz
2022-05-08fix regression in reporting errors for invalid gnu_symbol_visibilityEli Schwartz
2022-05-08compilers/c++: Add MSVC option to make the __cplusplus define accurateEli Schwartz
2022-05-06Limit parallelism to hopefully work on machines with 160 cores.Jussi Pakkanen
2022-05-06compiler.has_argument: Add `-Werror=unknown-warning-option` to clang-cl cmd lineKhairul Azhar Kasmiran
2022-05-06devenv: Set WINEPATH when cross compiling for WindowsXavier Claessens
2022-05-06coverage: be clever and detect config files for gcovr/lcovEli Schwartz
2022-05-06Add some scaffolding needed for C++ modules in GCC.Jussi Pakkanen
2022-05-06Move Visual Studio module test to its own subdir.Jussi Pakkanen
2022-05-06unittests: Skip prelinking test with gcc 8 or olderSimon McVittie
2022-05-05minit: refuse to allow creating broken projectsEli Schwartz
2022-05-03add prefer_static built-in optionDudemanguy
2022-05-03dependencies: cleanup kwargs.get('static') usageDudemanguy
2022-05-03dependencies: handle one more case of subproject installed filesEli Schwartz
2022-05-04devenv: Use PkgConfigDependency.get_env()Xavier Claessens
2022-05-03add testcase for bad things with add_project_dependenciesPaolo Bonzini
2022-05-03interpreter: new function add_project_dependencies()Paolo Bonzini
2022-05-03dependencies: extract code to get all leaf dependenciesPaolo Bonzini
2022-05-03interpreter: simplify checks in declare_dependencyPaolo Bonzini
2022-05-02complete documentation of declare_dependencyRemi Thebault
2022-05-02Fix wrong name in docRemi Thebault
2022-05-02docs: correct incorrect types for pch filesEli Schwartz
2022-05-01use shared implementation to convert files() strings to File objectsEli Schwartz
2022-05-02Windows: Improve Python 3.8+ module check on WindowsChun-wei Fan
2022-05-01mcompile: Print suggestions when target is ambigousXavier Claessens
2022-05-01cmake: Fix CMake LLVM dependency error (fixes #10322)Daniel Mensinger
2022-05-01Add support for multiline f-stringsPeter Lesslie
2022-05-01Convert if...error checks to assert() in string arithmetic testsPeter Lesslie