11682 Commits (32b7cbd4a7cd8cffb47c5465301141eaad599eaa)
 

Author SHA1 Message Date
Xavier Claessens 32b7cbd4a7 clangformat: Only format files tracked by git by default 3 years ago
Eli Schwartz 0a3a9fa0c3
ar linker: generate thin archives for uninstalled static libraries 3 years ago
Eli Schwartz 253ff71e6b
linkers: reorganize Ar linker into a base class 3 years ago
Eli Schwartz ba432c87a4 Revert "interpreter: Add FeatureNew check" 3 years ago
Eli Schwartz 4d9cc9ceab Add release notes for `subprojects packagefiles`. 3 years ago
Eli Schwartz e72da5ff5a msubprojects: implement "packagefiles --save" 3 years ago
Eli Schwartz 8e50ba732e msubprojects: add new subcommand "packagefiles" 3 years ago
Eli Schwartz 352380f659 Revert "msubprojects: if fetching the remote fails, gracefully fallback to local copy" 3 years ago
Jussi Pakkanen 95d8b8787a Be more strict about target names with slashes. 3 years ago
Xavier Claessens 6b7d43ebe0 minstall: Ignore ldconfig errors when we did not install libraries 3 years ago
Eli Schwartz da81586a5b pkgconfig module: correctly generate Libs search path with absolute install_dir 3 years ago
Jussi Pakkanen 046d088549
Merge pull request #9373 from anarazel/vs-build-speed 3 years ago
Eli Schwartz 2a2c246df2
Zipapp docs (#9356) 3 years ago
Xavier Claessens 77ef437cc4 optinterpreter: Add deprecated kwarg 3 years ago
Xavier Claessens 953bbf5e19 optinterpreter: Refactor to use typed_pos_args() and typed_kwargs() 3 years ago
Xavier Claessens a844e9bdb0 optinterpreter: Add support for dictionaries 3 years ago
Xavier Claessens 709d151eb9 typed_kwargs: Fix when ContainerTypeInfo is used in a tuple 3 years ago
Xavier Claessens 329d111709 python: Add platlibdir and purelibdir options 3 years ago
Xavier Claessens 5316c7df62 ModuleState: Add wrapper to get option 3 years ago
Xavier Claessens 2628ce576c Add support for module options 3 years ago
Eli Schwartz 9b2bc0be6d
doc: fix yaml indentation typo that broke building the website 3 years ago
Eli Schwartz 108bd996ee
add install_emptydir function 3 years ago
Ismayil Mirzali 54e17ad597 Add Mac installation instructions for Homebrew 3 years ago
Paolo Bonzini 7639b70796 cmake: handle arguments in the [binaries] section of the machine file 3 years ago
Andres Freund 14096260c4 backend/vs: Parallelize compilation inside one project. 3 years ago
Andres Freund 1fb2818d42 backend/vs: Deduplicate basic project template. 3 years ago
Andres Freund f2e4177c76 backend/vs: Name pch pdb files to avoid naming & lock conflicts. 3 years ago
Andres Freund 157f11dc9e backend/vs: Move Microsoft.Cpp.props to before ItemDefinitionGroup. 3 years ago
Dylan Baker 3f8c78b317 modules/gnome: Fix unset install_dir 3 years ago
Dylan Baker cfa6ff52e9 modules/gnome: Fix case that could never be hit due to bad types 3 years ago
Dylan Baker bd00ea6b13 modules/gnome: fix use of undefined variable 3 years ago
Luca Bacci 6d1e182476 Windows module: Make path flattening for windres work in more cases 3 years ago
Eli Schwartz a864269817
docs: restore build_target method documentation which went missing 3 years ago
Vladimír Čunát 98d1ec7a32 clike compilers: drop semicolon at function end 3 years ago
Dylan Baker bcfbfbb343 modules/gnome: deprecate yelp variadic sources 3 years ago
Daniel Mensinger dfec4385a7 interpreter: Move RangeHolder out of interpreterbase to interpreter 3 years ago
Daniel Mensinger af0587cb49 interpreter: Holderify arrays and dicts 3 years ago
Jesse Natalie b19530bd7d Fix compiler detection for cl/clang-cl 3 years ago
Daniel Mensinger 29c2b44a29 cmake: Implement support for interpreting link "keywords" 3 years ago
Daniel Mensinger f1614a6071 cmake: Warn if we could use IMPORTED CMake targets 3 years ago
Daniel Mensinger ecaa1d19ed ci: Add TTY mode to the image builder mounting meson 3 years ago
Xavier Claessens 9d3e9c43cc ci: Add comment to not forget updating wrapdb rules 3 years ago
Eli Schwartz b57b1050a6
wrap clone: be less noisy when doing automated code checkouts 3 years ago
Andres Freund 6b8f10cf6b backend/vs: Generate dependencies for CustomTargetIndex for a CustomTarget. 3 years ago
Andres Freund a161873948 backend/vs: process link dependencies. 3 years ago
Andres Freund a1542720f4 Record build in BuildTarget.link_depends, not just output of targets. 3 years ago
Dylan Baker 246d5f34bb run_mypy: Add the external_project_module 3 years ago
Dylan Baker 4c00e63574 modules/external_project: use typed_kwargs 3 years ago
Dylan Baker f228e0244b mdoules/external_project: fix most of the mypy warnings/errors 3 years ago
Dylan Baker 0f9ec8bc88 mesonlib: ConfigurationData can also be a `Dict[str, Tuple[Str, Optional[str]]]` 3 years ago