aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Change meson test's build failure exit code to 125Christoph Weiss1-1/+4
2019-07-11Merge pull request #5560 from scivision/cstd18_bugMichael Hirsch, Ph.D2-11/+13
2019-07-11pythonic file checksMichael Hirsch, Ph.D1-4/+7
2019-07-11Ignore -D* and -fstack-protector* args for D compilersmyfreeweb1-0/+4
2019-07-11cmake: Fix dependencies with try_compile (closes #5605)Daniel Mensinger1-11/+52
2019-07-11Fix MSVC /link argument ordering (#5598)Norbert Nemec1-19/+32
2019-07-11Merge pull request #5606 from xclaesse/alias_targetJussi Pakkanen5-18/+52
2019-07-11Adapting Boost Python library detection to Boost >= 1.67. Closes #4288.gjaeger11-12/+17
2019-07-10vs backend: commandrunner.py takes source dir firstXavier Claessens1-1/+1
2019-07-10Add alias_target() functionXavier Claessens5-17/+51
2019-07-10try IMPORTED_IMPLIB before IMPORTED_LOCATION for cmake dependenciesNorbert Nemec1-1/+5
2019-07-10Merge pull request #5574 from mensinda/cmakeCCmdJussi Pakkanen5-45/+493
2019-07-10Warn if the user manually adds arguments we have builtin support for.Jussi Pakkanen1-0/+19
2019-07-10Reference error code as hex value and improve commentNorbert Nemec1-2/+2
2019-07-10diagnostics for missing DLLs on Windows in meson_exe.pyNorbert Nemec1-0/+5
2019-07-10Make faster w defender atpCharlie Barto1-2/+2
2019-07-08type hints @dcbakerMichael Hirsch, Ph.D1-6/+5
2019-07-08add clang c_std=c18 aliasMichael Hirsch, Ph.D2-7/+10
2019-07-08Add (v)c++latest to VC_VERSION_MAPRobin Kertels1-0/+2
2019-07-07move Gnu-specific feature '--print-search-dirs' to GnuLikeCompilerNorbert Nemec2-51/+60
2019-07-07expanduser for tildeMichael Hirsch, Ph.D1-0/+1
2019-07-06check that compiler name is not blank or emptyMichael Hirsch, Ph.D1-2/+2
2019-07-06BUGFIX: typo from 32e827dcdc451e1c5 broke PGI compilersMichael Hirsch, Ph.D1-1/+1
2019-07-05Fix unittests.Jussi Pakkanen1-1/+4
2019-07-05compilers: Add missing cflags when calling compiler in link modeMarvin Scholz1-10/+11
2019-07-05compilers: Fix missing cflags for function detectionMarvin Scholz1-4/+4
2019-07-05Fix windres module argument flatteningePirat1-2/+2
2019-07-05Improve performance with windows defender ATPCharlie Barto3-9/+8
2019-07-05env: Do not return empty tool env varsMarvin Scholz1-0/+4
2019-07-03Return zero in cross_sizeofAbhishek Pandit-Subedi1-0/+1
2019-07-02dependencies/dev: Switch order of llvm dependency findersDylan Baker1-3/+3
2019-07-01mintro: Add installed subdirs introspection (fixes #5556)Daniel Mensinger1-0/+2
2019-07-01Use the same directory names for dist so that ccache works. Closes #5583.Jussi Pakkanen1-5/+9
2019-06-30xcodebackend: Fix iterating compilers after host/build changesDylan Baker1-1/+1
2019-06-28Remove build host mixing warning on nativeJohn Ericson1-5/+0
2019-06-28cmake: Also detect Windows pathsDaniel Mensinger1-1/+1
2019-06-28cmake: Skip ARGS key in COMMANDDaniel Mensinger1-0/+2
2019-06-28cmake: Added support for custom_target generationDaniel Mensinger1-25/+279
2019-06-28cmake: Added custom target wrapper scriptDaniel Mensinger1-0/+59
2019-06-28ast: printer fix index node printingDaniel Mensinger2-1/+3
2019-06-28cmake: Parse trace when configuring CMakeDaniel Mensinger1-9/+26
2019-06-28cmake: added suport for add_custom_command in the trace parserDaniel Mensinger1-2/+101
2019-06-28cmake: Added permissive support to the trace parserDaniel Mensinger1-11/+26
2019-06-27Fix two errors when cross-compiling with ValaJames Westman2-2/+4
2019-06-27`add_{global,project}_{,link_}arguments`: simply native flag behaviorJohn Ericson1-26/+8
2019-06-27meson_exe: Don't assert that we need an exe_wrapper when we say we don't need...Dylan Baker2-5/+7
2019-06-27Improve error message when Python is not usable. [skip ci]Jussi Pakkanen1-1/+1
2019-06-27sanitycheckc: avoid linking sanitycheckc when cross compilingCody Schafer3-7/+14
2019-06-27gnome.py: correctly pick the compiler for gtk-doc buildsAlexander Kanavin1-4/+1
2019-06-26dependencies/base: Set PKG_CONFIG_SYSROOT_DIR from cross fileDylan Baker1-0/+4