aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2021-03-05Port CUDA module to new API.Olexa Bilaniuk1-11/+23
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz14-81/+81
2021-03-04various python neatness cleanupsEli Schwartz5-8/+8
2021-03-04Simplify module APIXavier Claessens4-16/+54
2021-03-03pkgconfig: Add missing permitted kwargsXavier Claessens1-1/+1
2021-03-02exernal_project: Fix default cross compile parametersLeif Middelschulte1-1/+1
2021-02-27install_man locale supportJason Woodward1-1/+4
2021-02-26modules/fs: Use typed_pos_argsDylan Baker1-75/+40
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens4-7/+8
2021-02-16CUDA Toolkit 11.2.1 has been released, update version tableOlexa Bilaniuk1-1/+2
2021-02-07Add Qt6 moduleLuca Weiss2-2/+28
2021-02-07Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgenJussi Pakkanen1-3/+77
2021-02-07Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen2-7/+7
2021-02-06rust: Add a module wrapper for bindgenDylan Baker1-3/+77
2021-02-06modules/rust: use typed_pos_argsDylan Baker1-10/+5
2021-02-05run_target: Add env kwargXavier Claessens2-7/+7
2021-02-05gnome: Add post_install() methodXavier Claessens1-18/+67
2021-02-04Introduce `fs.read` to read a file as a stringLuke Drummond1-1/+64
2021-02-02Quick update of table of CUDA Toolkit vs. NVIDIA driver versions.Olexa Bilaniuk1-0/+2
2021-01-30Merge pull request #8264 from xclaesse/ep-miscJussi Pakkanen1-14/+19
2021-01-30Fix executable as script on WindowsXavier Claessens3-9/+4
2021-01-29external_project: Add default configure optionsXavier Claessens1-12/+12
2021-01-29external_project: Do not set LD in the envXavier Claessens1-1/+4
2021-01-29external_project: Improve loggingXavier Claessens1-1/+3
2021-01-20external_project: Log configure commandXavier Claessens1-0/+4
2021-01-19Replace NinjaBackend is_rust_target with build.uses_rustDylan Baker1-1/+1
2021-01-17external_project: Write output in log files when not verboseXavier Claessens1-2/+7
2021-01-14Merge pull request #8192 from dcbaker/submit/minstall-type-annotationsJussi Pakkanen4-13/+13
2021-01-13build/interpreter: Split InstallDir to fix layering violationDylan Baker1-9/+9
2021-01-13build/interperter: Add annotations and move input validation to interpreterDylan Baker3-4/+4
2021-01-13Fix misspellsAntonin Décimo3-4/+4
2021-01-11rename cflags_mapping to CFLAGS_MAPPINGDylan Baker1-4/+4
2021-01-05modules: Add an unstable-rust moduleDylan Baker1-0/+137
2021-01-04Use a single coredata dictionary for optionsDylan Baker7-20/+21
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-5/+9
2020-11-20use real pathlib moduleDylan Baker4-4/+4
2020-11-18Merge pull request #7894 from obilaniu/cudaupdatesJussi Pakkanen1-41/+105
2020-11-18Merge pull request #7900 from bonzini/stabilize-hashJussi Pakkanen1-2/+2
2020-11-17gnome: Drop use of volatile in GLib type functionsPhilip Withnall1-1/+1
2020-11-15stabilize sets that are converted to listsPaolo Bonzini1-2/+2
2020-11-13gnome: Handle libraries that are not in the current build dirSam Thursfield1-5/+6
2020-11-05Update CUDA module's nvcc_arch_flags() and nvcc_arch_readable() for newOlexa Bilaniuk1-35/+96
2020-11-05Add newer CUDA Toolkit version entries.Olexa Bilaniuk1-6/+9
2020-11-04pkgconfig: Make external deps of static library publicXavier Claessens1-3/+6
2020-11-04qt module: fix error message typo, translation qresource accepts qm not tsEli Schwartz1-1/+1
2020-11-01gnome: Tweak error messageSam Thursfield1-1/+2
2020-10-22pkgconfig: Define libdir and includedir in -uninstalled.pc filesXavier Claessens1-6/+5
2020-10-17Fix gnome.compile_resources() when glib is a subprojectXavier Claessens1-33/+38
2020-10-17pkgconfig: InternalDependency's ext_deps should be private by defaultXavier Claessens1-1/+1
2020-10-16Fix consistency in variables kwargXavier Claessens1-19/+7