aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-11-17fs: use pathlib.Path, add type hint checkMichael Hirsch, Ph.D1-14/+17
2019-11-17Issue #6174: run_command() with compiler object behind ccache fails.Jehan1-2/+4
2019-11-16environment: Only check compiler basename for compiler nameJan Tojnar1-4/+6
2019-11-13coredata: CmdLineFileParser no longer interpolates strings.Paulo Neves1-1/+1
2019-11-13Revert "Add `-Wl,-rpath-link` for secondary dependencies"Jussi Pakkanen1-48/+5
2019-11-12cmake: Log warnings in CMakeLists.txtDaniel Mensinger1-4/+39
2019-11-12Prevent install_name_tool to run on EXE when cross compile on OSXBinh Nguyen1-2/+2
2019-11-12Raise an exception if we cannot detect the MSVC compiler target architectureLuca Bacci1-2/+4
2019-11-12Fixed issue that the key's value type wasn't checked correctly.fchin2-4/+5
2019-11-12Adding dictionary entry using string variable as key.franczc2-11/+22
2019-11-11hotdoc: work around argparse syntax ambiguityMathieu Duponchelle1-3/+19
2019-11-10Store run target names in build.Jussi Pakkanen3-0/+10
2019-11-08Make the hint about built-in options more usefulZbigniew Jędrzejewski-Szmek1-6/+12
2019-11-08"built-in" is the standard spelllingZbigniew Jędrzejewski-Szmek1-5/+5
2019-11-08pass sanitize option to linker on macOSmfurukawa1-0/+5
2019-11-08Created the filesystem module.Jussi Pakkanen3-1/+78
2019-11-07mesonbuild/mtest: plumb and report a test's start timeCamilo Celis Guzman1-11/+17
2019-11-07pkgconfig: only check import_filename for shared librariesRyan Lucia1-1/+1
2019-11-07CI: add initial type annotation checkingMichael Hirsch, Ph.D3-11/+11
2019-11-07wrap.py: catch connection error with WrapExceptionMichael Hirsch, Ph.D2-7/+13
2019-11-07wrap.py: apply type annotation, modernize syntaxMichael Hirsch, Ph.D3-59/+61
2019-11-07dependencies/pkgconfig: Log pkg-config exceptionsMarvin Scholz1-0/+1
2019-11-07dependencies/pkgconfig: Fix error reportingMarvin Scholz1-19/+20
2019-11-07dependencies/pkgconfig: Fix found state ignoring errorsMarvin Scholz1-2/+2
2019-11-06Add -L= to soname linker argument, too.Jussi Pakkanen1-1/+4
2019-11-06Fix typos found by codespellWolfgang Stöggl31-60/+60
2019-11-05dependency('cuda')Aleksey Gurtovoy5-2/+269
2019-11-05Change default pkgconfig directory on FreeBSDsghctoma1-1/+4
2019-11-02Fix split of CMAKE_PREFIX_PATH under WindowsWolfgang Stöggl1-2/+2
2019-11-02Merge pull request #6123 from scivision/bugfix-fortranJussi Pakkanen2-8/+7
2019-11-02Minit templates modularizationMichael Hirsch, Ph.D8-330/+930
2019-11-02Add option for controlling RTTI.Jussi Pakkanen1-0/+15
2019-11-02Pass explicit command line argument to disable exceptions with MSVC.Jussi Pakkanen1-1/+3
2019-11-02Ask Ninja to expand rsp files in compile_commands.jsonAleksey Gurtovoy2-4/+10
2019-10-31fix PGI Windows 'ar' linkerMichael Hirsch, Ph.D1-1/+1
2019-10-31bugfix: fortran compiler assertionerror from 0c22798Michael Hirsch, Ph.D2-7/+6
2019-10-29MSVC: support -LIBPATHAleksey Gurtovoy1-2/+4
2019-10-24Return a disabler when an unknown method is called on a disabler objectJames Hilliard1-2/+5
2019-10-23Fix for issue #4499, multiple entries per file in install-log.txtOrlando Wingbrant1-1/+0
2019-10-22raise exception when a non-required module not found and subsequently usedMichael Hirsch, Ph.D1-0/+2
2019-10-22ducking 'None' for missing moduleMichael Hirsch, Ph.D1-2/+2
2019-10-22mconf: Fix printing options when there is no compiler/project optionsXavier Claessens1-3/+3
2019-10-22Merge pull request #6090 from GoaLitiuM/masterJussi Pakkanen2-8/+27
2019-10-22Add source tags targetsMarc-André Lureau2-0/+69
2019-10-21Use run-clang-tidy when available.Jussi Pakkanen1-4/+18
2019-10-21d: Fix various linking issues on WindowsGoaLitiuM1-1/+10
2019-10-21d: Prefer MSVC and LLVM linker over optlink when availableGoaLitiuM1-7/+17
2019-10-21Remove duplicated object files in static librariesXavier Claessens1-1/+2
2019-10-20Merge pull request #6074 from mensinda/cmFileAPIJussi Pakkanen6-157/+524
2019-10-20Fix all flake8 warningsDaniel Mensinger6-6/+4