summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2025-04-17build/executable: Respect name_prefixFlorian "sp1rit"​
2025-04-16linkers: fix regression when using lld after iOS changesEli Schwartz
2025-04-16Bump version number for rc1.Jussi Pakkanen
2025-04-16ninjabackend: ensure that native static libraries use Unix-style namingKacper Michajłow
2025-04-16compilers/rust: remove CRT selection from native_static_libs argsKacper Michajłow
2025-04-16linkers: apple: fix shared module argsPaolo Bonzini
2025-04-16linkers: pass system to DynamicLinker.__init__ for Darwin linkersPaolo Bonzini
2025-04-16environment: handle all iOS variants as xnuPaolo Bonzini
2025-04-14minstall: Don't treat symlinks to directories as directories in do_copydir()Daan De Meyer
2025-04-14Fix two shared objects in archive for AIX.Aditya Vidyadhar Kamath
2025-04-13linkers: fix Apple ld -install_name with custom suffixPaolo Bonzini
2025-04-09interpreter: Error if java sources used with non-jar target (#14424)Andrew McNulty
2025-04-09New xgettext method for i18n moduleCharles Brunet
2025-04-09Move get_rsp_threshold function to mesonlibCharles Brunet
2025-04-09fixes for mypyCharles Brunet
2025-04-09options: always look up root-project options in self.optionsPaolo Bonzini
2025-04-09options: go through set_option for non-:-prefixed optionsPaolo Bonzini
2025-04-09options: fix incorrect commentPaolo Bonzini
2025-04-09options: make cmd_line_options handling more similar to the restPaolo Bonzini
2025-04-09modules/gnome, modules/Python: Allow injecting RPATH flags through LDFLAGS if...L. E. Segovia
2025-04-08coredata: delete set_default_optionsDylan Baker
2025-04-08options: fix an assertion that is incorrectDylan Baker
2025-04-08options: fix typing issues stemming from initialize_from_top_level_project_callDylan Baker
2025-04-08coredata: move update_project_options to the optstoreDylan Baker
2025-04-08coredata: move MutableKeyedOptionDict to optionsDylan Baker
2025-04-05cmake/interpreter: Don't add __CMake_build to includesTomi Lähteenmäki
2025-04-04templates: Fix style by adding space after ifPaul Caprioli
2025-04-04rust: add external objects to the link command linePaolo Bonzini
2025-04-04backends: extract get_fortran_order_deps()Paolo Bonzini
2025-04-04cmake: filter and order clib_compiler languagesAndrei Alexeyev
2025-04-04cmake: pass clib_compiler to resolve_cmake_trace_targets()Andrei Alexeyev
2025-04-04compilers: move -std options to get_option_std_args, special-casing CUDAPaolo Bonzini
2025-04-04compilers: introduce get_option_std_argsPaolo Bonzini
2025-04-04compilers: remove useless get_option_compile_argsPaolo Bonzini
2025-04-03backend/ninja: use a two step process for dependency scanningDylan Baker
2025-04-03backend/ninja: fix cross module dependenciesDylan Baker
2025-04-03backend/ninja: depfile generation needs a full dependency on all scanned sourcesDylan Baker
2025-04-03backend/ninja: Fortran targets need to -I transitive deps private dirsDylan Baker
2025-04-03backend/ninja: fortran must fully depend on all linked targetsDylan Baker
2025-04-03environment: build_dir is allowed to be None in the initializerDylan Baker
2025-04-03compilers/rust: fix sanity_check for Windows targetsKacper Michajłow
2025-04-02mtest: refactor get_wrapper slightlySam James
2025-04-02mtest: set VALGRIND_OPTS to fail tests on errorsSam James
2025-04-02options: we need to skip build options for machine files as wellDylan Baker
2025-04-02environment: filter machine file build options that are invalidDylan Baker
2025-04-02option: move the `is_per_machine_option` to the `OptionStore`Dylan Baker
2025-04-02options: Rename BASE_OPTIONS -> COMPILER_BASE_OPTIONSDylan Baker
2025-04-02options: rename OptStore.pending_project_options -> pending_optionsDylan Baker
2025-04-02options: rename "native_file_*" arguments to "machine_file_*"Dylan Baker
2025-04-02options: move BASE_OPTIONS to the options moduleDylan Baker