aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonlib.py
AgeCommit message (Expand)AuthorFilesLines
2019-09-25Add helper to print warnings onceZbigniew Jędrzejewski-Szmek1-1/+14
2019-09-24CUDA support on WindowsAleksey Gurtovoy1-0/+30
2019-09-13get_library_dirs: Add Solaris 64-bit library subdirsAlan Coopersmith1-0/+8
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy1-1/+79
2019-08-24wine: Try to get the short paths when generating WINEPATHThibault Saunier1-0/+34
2019-08-23Support NetBSD aarch64 and earm.nia1-0/+3
2019-08-17Only iterate over existing libdirs.Jussi Pakkanen1-2/+6
2019-07-23mesonlib: Annotate Popen_safe functionsDylan Baker1-4/+11
2019-07-20Add optional progress bar when generating build.ninjaNirbheek Chauhan1-0/+55
2019-07-08type hints @dcbakerMichael Hirsch, Ph.D1-6/+5
2019-07-08add clang c_std=c18 aliasMichael Hirsch, Ph.D1-3/+3
2019-06-09remove `for_XXX` functions from mesonlibJohn Ericson1-70/+0
2019-06-09Use `env.machines.*` to avoid some `is_cross`John Ericson1-39/+21
2019-06-05Per machine do 'build.' and '' option prefixesJohn Ericson1-5/+7
2019-05-28BUGFIX variable name #5285Michael Hirsch, Ph.D1-2/+4
2019-05-16Merge pull request #5395 from dcbaker/mtest-annotationsJussi Pakkanen1-1/+1
2019-05-16Make `PerMachine` and `MachineChoice` have just `build` and `host`John Ericson1-7/+90
2019-05-14mesonlib: Annotate substring_in_listDylan Baker1-1/+1
2019-05-13This is the fork "sneyx1234/meson" of the current git "mesonbuild/meson" head...Simon Ney1-0/+3
2019-05-02mesonlib: Make a few type annotations stringsDylan Baker1-1/+2
2019-05-02Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen1-8/+8
2019-05-02Add some type annotations and fix lintsJohn Ericson1-5/+3
2019-05-01Don't close fds when executing programsMichael Olbrich1-1/+1
2019-04-29Fix builtin variable namesDaniel Mensinger1-8/+8
2019-04-28Merge pull request #5265 from dcbaker/more-annotationsJussi Pakkanen1-9/+21
2019-04-25mesonlib: Reimplement version comparison for speedDylan Baker1-14/+25
2019-04-25mesonlib: Remove useless repetition of the same checkDylan Baker1-10/+1
2019-04-25mesonlib: specialize the implementation of == and !=Dylan Baker1-1/+8
2019-04-25mesonlib: use ints instead of strings for numbersDylan Baker1-6/+7
2019-04-25mesonlib: use zip() in VersionDylan Baker1-6/+6
2019-04-22mesonlib: Add some type annotationsDylan Baker1-9/+21
2019-03-20replace library type strings with an enumDylan Baker1-0/+10
2019-02-20Fix get_library_dirs() on FreeBSDNiclas Zeising1-0/+2
2019-02-20Fix default_libdir() on FreeBSDNiclas Zeising1-0/+2
2019-02-13add type hintingMichael Hirsch, Ph.D1-44/+45
2019-02-11mesonlib: Use class syntax for defining MachineChoiceDylan Baker1-1/+9
2019-02-01macos: lipo outputs aarch64 as arm64, fix itNirbheek Chauhan1-0/+1
2019-01-31macos: lipo from older xcode does not support -archsNirbheek Chauhan1-1/+2
2019-01-31find_library: Check arch of libraries on DarwinNirbheek Chauhan1-0/+18
2019-02-01Rewrite appleframework and extraframework dependency classesNirbheek Chauhan1-0/+3
2019-01-29pep8 py37Michael Hirsch, Ph.D1-1/+1
2019-01-24configure_file: preserve newlines of the input file. Fixes #4817Christoph Reiter1-2/+2
2018-12-20msetup: Fix callig meson --wipe inside a build directoryDylan Baker1-0/+16
2018-11-02meson: performance optimizethe file objectMarcel Hollerbach1-0/+5
2018-10-28Fix bug in PerMachine constructorJohn Ericson1-1/+1
2018-10-25Merge pull request #4326 from Ericson2314/per-machineJussi Pakkanen1-23/+88
2018-10-10os.path.relpath() can fail on WindowsJon Turney1-0/+9
2018-10-05Rewrite `for_*` machine checks in terms of MachineInfo and phase outJohn Ericson1-23/+39
2018-10-05Pull out essence total map essence of MachineInfos into PerMachineJohn Ericson1-0/+49
2018-10-04Move set_meson_command() to mesonlibXavier Claessens1-0/+17