aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-25Make a copy of auto_features options when changing its nameXavier Claessens1-1/+2
2022-05-25build: replace hand rolled code with CustomTarget[Index].links_dynamically()Dylan Baker1-2/+2
2022-05-25interpreter: add type restrictions to declare_dependency link_wholeDylan Baker1-2/+11
2022-05-25build: Add a `links_dynamically` method to CustomTarget[Index]Dylan Baker1-0/+20
2022-05-25dependencies: Don't allow as_link_whole to complete with SharedLibrariesDylan Baker1-1/+12
2022-05-25interpreter: add annotations to extract_variablesDylan Baker1-2/+4
2022-05-25dependencies: Fix several annotations issuesDylan Baker1-7/+11
2022-05-25build: fix annotations for BuildTarget.link*targetDylan Baker1-2/+2
2022-05-25modules/gnome: Fix missing type annotationDylan Baker1-1/+1
2022-05-25modules/gnome: fix some typing issuesDylan Baker1-3/+3
2022-05-25Fix optimization level 's' for the TI compilerAndreas Obergschwandtner1-1/+1
2022-05-24cmake: Add test caseDaniel Mensinger2-0/+5
2022-05-24cmake: fix detecting directories as input files (fixes #10244)Daniel Mensinger1-1/+1
2022-05-24ast: cmake: Generate line numbers while printing the AST for better debuggingDaniel Mensinger2-2/+31
2022-05-24doc: Generate dev release notesXavier Claessens2-31/+69
2022-05-24Compiler-properties.md:link to compiler object pageandy59951-2/+3
2022-05-24Tweak "header has symbol" messagePeter Eisentraut1-2/+2
2022-05-24fix traceback when run_command has a find_program as the inline argEli Schwartz1-1/+6
2022-05-24mtest: ignore invalid inputPaolo Bonzini2-6/+0
2022-05-23modules/icestorm: use type checkingDylan Baker2-55/+92
2022-05-23modules/icestorm: replace individual tools attributes with dictDylan Baker1-16/+22
2022-05-23interpreter: Add another overload to source_strings_to_filesDylan Baker1-0/+3
2022-05-23modules: add typing to the modtest moduleDylan Baker2-5/+17
2022-05-23move various imports into TYPE_CHECKING blocks for neatnessEli Schwartz6-16/+29
2022-05-23typing: use forward reference for types defined later in fileEli Schwartz1-2/+2
2022-05-23fix typing regressionEli Schwartz1-1/+1
2022-05-19Fix invalid Python overridesTristan Partin3-10/+6
2022-05-19Add cc.has_function_attribute('sentinel')Tristan Partin3-0/+4
2022-05-19Add cc.has_function_attribute('section')Tristan Partin3-0/+10
2022-05-19Reword message in warningZbigniew Jędrzejewski-Szmek8-23/+23
2022-05-19Reword misleading warningZbigniew Jędrzejewski-Szmek5-7/+7
2022-05-18Fix --allow-shlib-undefined for LLVM versions > 9Tristan Partin1-1/+2
2022-05-17fix incorrect FeatureNew for separator kwarg in environment object methodsEli Schwartz1-1/+1
2022-05-17mtest: stop disrespecting the gdb config fileEli Schwartz1-1/+1
2022-05-16Update Creating-OSX-packages.mdAdel Kara Slimane1-3/+25
2022-05-16Add optional compressjoshcangit1-1/+2
2022-05-10linkers/MinGW: Allow `efi_application` value for `win_subsystem`Lens1-7/+25
2022-05-10Require CMake 3.14 for all tests that use the cmake moduleSimon McVittie7-20/+12
2022-05-09dependencies/boost.py: ignore unknown filesfghzxm1-2/+14
2022-05-09python module: default extensions to hidden symbol visibilityEli Schwartz3-0/+22
2022-05-09compilers/gnu: demote visibilty inlineshidden to hidden for unsupported compi...Eli Schwartz1-0/+2
2022-05-08fix regression in reporting errors for invalid gnu_symbol_visibilityEli Schwartz1-1/+1
2022-05-08compilers/c++: Add MSVC option to make the __cplusplus define accurateEli Schwartz5-1/+47
2022-05-06Limit parallelism to hopefully work on machines with 160 cores.Jussi Pakkanen1-1/+6
2022-05-06compiler.has_argument: Add `-Werror=unknown-warning-option` to clang-cl cmd lineKhairul Azhar Kasmiran1-1/+1
2022-05-06devenv: Set WINEPATH when cross compiling for WindowsXavier Claessens4-6/+74
2022-05-06coverage: be clever and detect config files for gcovr/lcovEli Schwartz2-13/+40
2022-05-06Add some scaffolding needed for C++ modules in GCC.Jussi Pakkanen14-0/+98
2022-05-06Move Visual Studio module test to its own subdir.Jussi Pakkanen13-14/+21
2022-05-06unittests: Skip prelinking test with gcc 8 or olderSimon McVittie1-4/+2