aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-09-26Q&D experiment to scan and build C++ modules with VS.vsmodtestJussi Pakkanen3-2/+83
2019-09-26cmake: Support ALIAS librariesDaniel Mensinger1-1/+10
2019-09-26cmake: define set_and_check in CMake package config (fixes #5889)Daniel Mensinger1-0/+12
2019-09-26envconfig: Add MicroBlaze CPU familyNathan Rossi1-0/+1
2019-09-26Merge pull request #5958 from keszybz/caching-cleanupJussi Pakkanen3-37/+33
2019-09-25environment: Don't make special case for scan-build on LinuxTing-Wei Lan1-9/+4
2019-09-25Print user defined options in meson-log.txtXavier Claessens2-0/+15
2019-09-25Use functools cache instead of open-coded implementationZbigniew Jędrzejewski-Szmek1-11/+4
2019-09-25Drop unused variableZbigniew Jędrzejewski-Szmek1-1/+0
2019-09-25Add helper to print warnings onceZbigniew Jędrzejewski-Szmek3-25/+29
2019-09-25removed the InternalDepdendencyHolder, since it is unusedDaniel Mensinger1-38/+1
2019-09-24CUDA support on WindowsAleksey Gurtovoy9-51/+177
2019-09-23Add blocks dependencyPatrick Griffis2-1/+35
2019-09-23mtest: TAP: ignore empty linesMarc-André Lureau1-0/+3
2019-09-23mesonbuild: fix exception name.Jehan1-1/+1
2019-09-17configure_file(): Allow multiple inputs in command modeXavier Claessens1-41/+34
2019-09-17pkgconfig: Fix ordering of public librariesXavier Claessens1-3/+8
2019-09-14uniform scan-build detection processGabriel Ganne3-36/+56
2019-09-14Merge pull request #5917 from alanc/solaris-fixesJussi Pakkanen2-1/+9
2019-09-13get_library_dirs: Add Solaris 64-bit library subdirsAlan Coopersmith1-0/+8
2019-09-13mconf: Fix meson configure crash (fixes #5909)Daniel Mensinger1-2/+2
2019-09-12modules/python: improve log when probing Python binaryRoss Burton1-9/+8
2019-09-10compilers: Recognize Solaris 11.4 linkerAlan Coopersmith1-1/+1
2019-09-10Workaround for mingw-llvm linker (lld) misdetectionAndrei Alexeyev1-0/+17
2019-09-09environment: merge successive is_windows blocksDylan Baker1-3/+1
2019-09-09the solaris linker also needs start/end-group for circular linkingDylan Baker1-2/+2
2019-09-09environment: gcc/g++ and clang/clang++ are valid objc/objc++ compilers to tryDylan Baker1-2/+5
2019-09-09If ar is unrecognized, try gar for GNU arAlan Coopersmith1-6/+7
2019-09-08Fix static archives stripping (#5905)David Seifert1-1/+14
2019-09-08fix objc freestanding sanitycheckNguyen, Giang (G. Yakiro)1-1/+1
2019-09-06Add `-Wl,-rpath-link` for secondary dependenciesDavid Seifert1-3/+45
2019-09-05Merge pull request #5823 from scivision/linker-pgi-linuxJussi Pakkanen4-4/+29
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy15-58/+134
2019-09-05PGI cannot accept -pthreadMichael Hirsch, Ph.D1-0/+4
2019-09-05PGI: windows workaround not-msvc-like enough functionMichael Hirsch, Ph.D1-1/+5
2019-09-05PGI: use ar link wrapper on WindowsMichael Hirsch, Ph.D3-3/+20
2019-09-05Create CUDA linker with CUDA compilerKramer Peace2-10/+3
2019-09-05Add get_soname_args method to CUDA linkerKramer Peace1-0/+5
2019-09-05Add a CUDA linker objectKramer Peace3-1/+38
2019-09-04mintro: Fix resolving nodes in kwargs (fixes #5884)Daniel Mensinger1-42/+66
2019-09-03Log the used strip command. [skip ci]Jussi Pakkanen1-1/+1
2019-09-03correct function callClinton Roy1-1/+1
2019-09-02Handle case of dependency('threads') in 'requires'Simon Allen1-0/+2
2019-09-01flatten list to subprocess.Popen, necessary for Python 3.8Michael Hirsch, Ph.D1-2/+2
2019-08-30environment: clang uses lld-link or link.exe on windowsDylan Baker1-4/+39
2019-08-30compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker8-88/+137
2019-08-28Fix gcc include dotDylan Baker1-0/+2
2019-08-28ninjabackend: do not generate scan-build target if it cannnot be runGabriel Ganne1-0/+3
2019-08-27Merge pull request #5756 from thiblahute/wine_shortpathsNirbheek Chauhan3-18/+48
2019-08-27envconfig: make MachineInfo.is_windows and is_cygwin match mesonlibDylan Baker1-2/+2