aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-08Fix static archives stripping (#5905)David Seifert10-1/+91
2019-09-08Rename 'rpath-link secondary' unit testDavid Seifert9-1/+1
2019-09-08fix objc freestanding sanitycheckNguyen, Giang (G. Yakiro)1-1/+1
2019-09-06Add `-Wl,-rpath-link` for secondary dependenciesDavid Seifert10-3/+129
2019-09-06Update Quickstart Guide [skip ci]dundir1-16/+58
2019-09-05Merge pull request #5823 from scivision/linker-pgi-linuxJussi Pakkanen5-5/+31
2019-09-05man: Make argument order of setup command consistent with help messageFabian Bläse1-4/+4
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy17-69/+241
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: windows PGI is sort of MSVC-likeMichael Hirsch, Ph.D1-1/+2
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 Mensinger2-43/+69
2019-09-03Log the used strip command. [skip ci]Jussi Pakkanen1-1/+1
2019-09-03correct function callClinton Roy1-1/+1
2019-09-03docs/syntax: fix typo in dict example [skip ci]Nirbheek Chauhan1-1/+1
2019-09-03docs/syntax: Document that dicts are unordered [skip ci]Nirbheek Chauhan1-1/+1
2019-09-02Fix typoSimon Allen1-1/+1
2019-09-02Handle case of dependency('threads') in 'requires'Simon Allen1-0/+2
2019-09-01tests: Require ninja 1.9 on CINirbheek Chauhan1-9/+19
2019-09-01tests: Upgrade to ninja v1.9 for LinuxNirbheek Chauhan2-2/+2
2019-09-01azure: Workaround MSYS2 PCH test failuresNirbheek Chauhan1-0/+14
2019-09-01travis/macos: Use brew ninja and upgrade to v1.9.0Nirbheek Chauhan1-4/+2
2019-09-01tests: Detect ninja v1.9 and disable timestamp hackNirbheek Chauhan2-6/+18
2019-09-01azure: Bump to upstream ninja v1.9 releaseNirbheek Chauhan1-1/+8
2019-09-01azure: Download pkg-config.exe from meson cidataNirbheek Chauhan1-1/+1
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 Baker9-89/+138
2019-08-28Shell script cleanup.Jussi Pakkanen4-9/+6
2019-08-28Fix gcc include dotDylan Baker6-0/+25
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
2019-08-27envconfig: Add missing MachineInfo is_<os> methodsDylan Baker1-0/+13
2019-08-27environment: Fix detection of MSVC arch on arm64Nirbheek Chauhan1-1/+1
2019-08-26Fix packaging. [skip ci]Jussi Pakkanen2-0/+3
2019-08-24Add test priorities to force test start orderPeter Hutterer7-6/+59
2019-08-24wine: Try to get the short paths when generating WINEPATHThibault Saunier3-18/+48
2019-08-24Intel-Cl tests: increase robustness of Windows Intel compilers detection (#5828)Michael Hirsch, Ph.D2-5/+37
2019-08-24Vs backend compiler selection (#5448)Dylan Baker6-9/+75
2019-08-23NetBSD detection in envconfig.MachineInfonia1-0/+6
2019-08-23Support NetBSD aarch64 and earm.nia2-3/+8
2019-08-23Add tests for sources that are disablers.James Hilliard5-0/+74
2019-08-23Add RxDockVedran Miletić1-0/+1
2019-08-23correct logic for too old cmakeMichael Hirsch, Ph.D1-1/+1
2019-08-21cmake: fix missing -lpthread (fixes #5821)Daniel Mensinger1-4/+7