summaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)Author
2021-03-05Port CUDA module to new API.Olexa Bilaniuk
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-03-04Simplify module APIXavier Claessens
2021-03-03pkgconfig: Add missing permitted kwargsXavier Claessens
2021-03-02exernal_project: Fix default cross compile parametersLeif Middelschulte
2021-02-27install_man locale supportJason Woodward
2021-02-26modules/fs: Use typed_pos_argsDylan Baker
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens
2021-02-16CUDA Toolkit 11.2.1 has been released, update version tableOlexa Bilaniuk
2021-02-07Add Qt6 moduleLuca Weiss
2021-02-07Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgenJussi Pakkanen
2021-02-07Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen
2021-02-06rust: Add a module wrapper for bindgenDylan Baker
2021-02-06modules/rust: use typed_pos_argsDylan Baker
2021-02-05run_target: Add env kwargXavier Claessens
2021-02-05gnome: Add post_install() methodXavier Claessens
2021-02-04Introduce `fs.read` to read a file as a stringLuke Drummond
2021-02-02Quick update of table of CUDA Toolkit vs. NVIDIA driver versions.Olexa Bilaniuk
2021-01-30Merge pull request #8264 from xclaesse/ep-miscJussi Pakkanen
2021-01-30Fix executable as script on WindowsXavier Claessens
2021-01-29external_project: Add default configure optionsXavier Claessens
2021-01-29external_project: Do not set LD in the envXavier Claessens
2021-01-29external_project: Improve loggingXavier Claessens
2021-01-20external_project: Log configure commandXavier Claessens
2021-01-19Replace NinjaBackend is_rust_target with build.uses_rustDylan Baker
2021-01-17external_project: Write output in log files when not verboseXavier Claessens
2021-01-14Merge pull request #8192 from dcbaker/submit/minstall-type-annotationsJussi Pakkanen
2021-01-13build/interpreter: Split InstallDir to fix layering violationDylan Baker
2021-01-13build/interperter: Add annotations and move input validation to interpreterDylan Baker
2021-01-13Fix misspellsAntonin Décimo
2021-01-11rename cflags_mapping to CFLAGS_MAPPINGDylan Baker
2021-01-05modules: Add an unstable-rust moduleDylan Baker
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2020-11-20use real pathlib moduleDylan Baker
2020-11-18Merge pull request #7894 from obilaniu/cudaupdatesJussi Pakkanen
2020-11-18Merge pull request #7900 from bonzini/stabilize-hashJussi Pakkanen
2020-11-17gnome: Drop use of volatile in GLib type functionsPhilip Withnall
2020-11-15stabilize sets that are converted to listsPaolo Bonzini
2020-11-13gnome: Handle libraries that are not in the current build dirSam Thursfield
2020-11-05Update CUDA module's nvcc_arch_flags() and nvcc_arch_readable() for newOlexa Bilaniuk
2020-11-05Add newer CUDA Toolkit version entries.Olexa Bilaniuk
2020-11-04pkgconfig: Make external deps of static library publicXavier Claessens
2020-11-04qt module: fix error message typo, translation qresource accepts qm not tsEli Schwartz
2020-11-01gnome: Tweak error messageSam Thursfield
2020-10-22pkgconfig: Define libdir and includedir in -uninstalled.pc filesXavier Claessens
2020-10-17Fix gnome.compile_resources() when glib is a subprojectXavier Claessens
2020-10-17pkgconfig: InternalDependency's ext_deps should be private by defaultXavier Claessens
2020-10-16Fix consistency in variables kwargXavier Claessens