aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-12-18linkers: Remove get_allow_undefined_args from link.exeDylan Baker1-2/+1
2019-12-18PkgConfigDependency: Sort -L flags according to PKG_CONFIG_PATHTing-Wei Lan1-0/+40
2019-12-18python: add embed to the python dependency functionDaniel Mensinger2-9/+16
2019-12-18Merge pull request #4649 from dcbaker/summary-functionJussi Pakkanen2-6/+108
2019-12-17Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen17-135/+156
2019-12-17Fail gracefully detecting hdf5 if pkg-config is not available.Jussi Pakkanen1-8/+11
2019-12-15default inc dirs: Fix warning on MSYS (fixes #6336)Daniel Mensinger1-5/+8
2019-12-14intel/intel-cl: handle arguments in intel-specific wayMichael Hirsch, Ph.D1-20/+38
2019-12-13compilers: make use of mlog.log_onceDylan Baker2-6/+2
2019-12-13mlog: Add a log_once functionDylan Baker1-10/+38
2019-12-13mlog: remove incorrect uses of global keywordDylan Baker1-2/+0
2019-12-12summary: Add 'Subprojects' section to main projectXavier Claessens1-4/+20
2019-12-12summary: Add bool_yn keyword argumentXavier Claessens1-6/+13
2019-12-12summary: Allow section with no title, and passing key/value separatelyXavier Claessens1-8/+24
2019-12-12Add a summary() function for configuration summarizationXavier Claessens2-2/+65
2019-12-13mintro: include test protocol in introspection dataPaolo Bonzini1-0/+1
2019-12-12Consider compiler arguments in linker detection logicDylan Baker5-17/+23
2019-12-12Allow setting <lang>_args before the compiler is detectedDylan Baker3-99/+102
2019-12-12compilers: Make get_display_language a class or static methodDylan Baker7-12/+11
2019-12-12compilers: move language attribute to the class levelDylan Baker12-13/+26
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen8-142/+215
2019-12-11dependencies: Fix executable file test on Unix.Jonathan Perkin1-1/+3
2019-12-10dist: Fix --include-subprojects when .wrap file has directory valueXavier Claessens2-15/+23
2019-12-10mintro: Add version key to --scan-dependencies (fixes #6287)Daniel Mensinger2-2/+14
2019-12-10dep: Try extraframework before cmake (fixes #6113)Daniel Mensinger1-1/+3
2019-12-10cmake: subprocess external .decode(errors='ignore') to avoid tracebackMichael Hirsch, Ph.D1-9/+14
2019-12-10assert(): Make message argument optionalXavier Claessens2-7/+20
2019-12-09cmake: add project language to cmakelists.txtMichael Hirsch, Ph.D4-14/+87
2019-12-09cmake: add fortran cache contentMichael Hirsch, Ph.D1-15/+37
2019-12-09run_command: Do not add dependency on /dev/stdoutXavier Claessens1-1/+1
2019-12-08dist: Add --include-subprojects optionXavier Claessens1-8/+36
2019-12-07Fix typing import bug.Jussi Pakkanen1-1/+1
2019-12-07types: Add type annotations to mintro.pyDaniel Mensinger1-120/+93
2019-12-07Merge pull request #6228 from scivision/scalapackJussi Pakkanen3-4/+131
2019-12-07catch malformed command line array option with helpful errorMichael Hirsch, Ph.D1-1/+4
2019-12-07type annoMichael Hirsch, Ph.D1-2/+2
2019-12-06Update Python2 syntax to Python3 syntax in WrapMichael Brockus2-10/+10
2019-12-05wrap: check whitelist subdomainMichael Hirsch, Ph.D1-18/+26
2019-12-05rpm: update for host machine compiler API changeMichael Hirsch, Ph.D1-1/+1
2019-12-05wrap: raise WrapException instead of Python exception when program not availableMichael Hirsch, Ph.D1-23/+36
2019-12-05use WrapDB domain whitelist, don't fallback to non-SSL when SSL availableMichael Hirsch, Ph.D1-12/+19
2019-12-05doc: py35 deprecation commentsMichael Hirsch, Ph.D1-1/+2
2019-12-05find_program(): Add 'dirs' keyword argumentXavier Claessens2-17/+35
2019-12-05interpreter: Remove useless checkXavier Claessens1-2/+0
2019-12-05Partially revert "lgtm: fix Missing call to __init__ during object initializa...Dylan Baker1-19/+16
2019-12-05compilers: Rework the CompilerArgs to be less awfulDylan Baker1-71/+73
2019-12-05compilers: use import typing instead of from typing importDylan Baker1-44/+47
2019-12-05build: Fix type signature of rich comparison dundersDylan Baker1-4/+12
2019-12-05Fix 'meson subprojects foreach' when command returns non-zero exit codeAntonio Ospite1-4/+10
2019-12-05Clean stray .o file that LDC creates during tests.Jussi Pakkanen1-0/+8