summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add blocks dependencytingping/blocks-dependencyPatrick Griffis2019-09-078-1/+72
* Merge pull request #5823 from scivision/linker-pgi-linuxJussi Pakkanen2019-09-055-5/+31
|\
| * PGI cannot accept -pthreadMichael Hirsch, Ph.D2019-09-051-0/+4
| * PGI: windows workaround not-msvc-like enough functionMichael Hirsch, Ph.D2019-09-051-1/+5
| * PGI: windows PGI is sort of MSVC-likeMichael Hirsch, Ph.D2019-09-051-1/+2
| * PGI: use ar link wrapper on WindowsMichael Hirsch, Ph.D2019-09-053-3/+20
* | man: Make argument order of setup command consistent with help messageFabian Bläse2019-09-051-4/+4
* | mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy2019-09-0517-69/+241
|/
* Create CUDA linker with CUDA compilerKramer Peace2019-09-052-10/+3
* Add get_soname_args method to CUDA linkerKramer Peace2019-09-051-0/+5
* Add a CUDA linker objectKramer Peace2019-09-053-1/+38
* mintro: Fix resolving nodes in kwargs (fixes #5884)Daniel Mensinger2019-09-042-43/+69
* Log the used strip command. [skip ci]Jussi Pakkanen2019-09-031-1/+1
* correct function callClinton Roy2019-09-031-1/+1
* docs/syntax: fix typo in dict example [skip ci]Nirbheek Chauhan2019-09-031-1/+1
* docs/syntax: Document that dicts are unordered [skip ci]Nirbheek Chauhan2019-09-031-1/+1
* Fix typoSimon Allen2019-09-021-1/+1
* Handle case of dependency('threads') in 'requires'Simon Allen2019-09-021-0/+2
* tests: Require ninja 1.9 on CINirbheek Chauhan2019-09-011-9/+19
* tests: Upgrade to ninja v1.9 for LinuxNirbheek Chauhan2019-09-012-2/+2
* azure: Workaround MSYS2 PCH test failuresNirbheek Chauhan2019-09-011-0/+14
* travis/macos: Use brew ninja and upgrade to v1.9.0Nirbheek Chauhan2019-09-011-4/+2
* tests: Detect ninja v1.9 and disable timestamp hackNirbheek Chauhan2019-09-012-6/+18
* azure: Bump to upstream ninja v1.9 releaseNirbheek Chauhan2019-09-011-1/+8
* azure: Download pkg-config.exe from meson cidataNirbheek Chauhan2019-09-011-1/+1
* flatten list to subprocess.Popen, necessary for Python 3.8Michael Hirsch, Ph.D2019-09-011-2/+2
* environment: clang uses lld-link or link.exe on windowsDylan Baker2019-08-301-4/+39
* compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker2019-08-309-89/+138
* Shell script cleanup.Jussi Pakkanen2019-08-284-9/+6
* Fix gcc include dotDylan Baker2019-08-286-0/+25
* ninjabackend: do not generate scan-build target if it cannnot be runGabriel Ganne2019-08-281-0/+3
* Merge pull request #5756 from thiblahute/wine_shortpathsNirbheek Chauhan2019-08-273-18/+48
|\
| * wine: Try to get the short paths when generating WINEPATHThibault Saunier2019-08-243-18/+48
* | envconfig: make MachineInfo.is_windows and is_cygwin match mesonlibDylan Baker2019-08-271-2/+2
* | envconfig: Add missing MachineInfo is_<os> methodsDylan Baker2019-08-271-0/+13
* | environment: Fix detection of MSVC arch on arm64Nirbheek Chauhan2019-08-271-1/+1
* | Fix packaging. [skip ci]Jussi Pakkanen2019-08-262-0/+3
* | Add test priorities to force test start orderPeter Hutterer2019-08-247-6/+59
|/
* Intel-Cl tests: increase robustness of Windows Intel compilers detection (#5828)Michael Hirsch, Ph.D2019-08-242-5/+37
* Vs backend compiler selection (#5448)Dylan Baker2019-08-246-9/+75
* NetBSD detection in envconfig.MachineInfonia2019-08-231-0/+6
* Support NetBSD aarch64 and earm.nia2019-08-232-3/+8
* Add tests for sources that are disablers.James Hilliard2019-08-235-0/+74
* Add RxDockVedran Miletić2019-08-231-0/+1
* correct logic for too old cmakeMichael Hirsch, Ph.D2019-08-231-1/+1
* cmake: fix missing -lpthread (fixes #5821)Daniel Mensinger2019-08-211-4/+7
* Fix type annotations in linkers for python < 3.5.4Dylan Baker2019-08-211-2/+2
* Rerun configuration for all potential input files. Closes #5809.Jussi Pakkanen2019-08-211-3/+4
* Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen2019-08-2033-926/+1464
|\
| * docs: add snippet for l_undef on appleDylan Baker2019-08-141-0/+5