Age | Commit message (Expand) | Author | Files | Lines |
2019-09-08 | Fix static archives stripping (#5905) | David Seifert | 10 | -1/+91 |
2019-09-08 | Rename 'rpath-link secondary' unit test | David Seifert | 9 | -1/+1 |
2019-09-08 | fix objc freestanding sanitycheck | Nguyen, Giang (G. Yakiro) | 1 | -1/+1 |
2019-09-06 | Add `-Wl,-rpath-link` for secondary dependencies | David Seifert | 10 | -3/+129 |
2019-09-06 | Update Quickstart Guide [skip ci] | dundir | 1 | -16/+58 |
2019-09-05 | Merge pull request #5823 from scivision/linker-pgi-linux | Jussi Pakkanen | 5 | -5/+31 |
2019-09-05 | man: Make argument order of setup command consistent with help message | Fabian Bläse | 1 | -4/+4 |
2019-09-05 | mesonlib.split_args/quote_arg/join_args | Aleksey Gurtovoy | 17 | -69/+241 |
2019-09-05 | PGI cannot accept -pthread | Michael Hirsch, Ph.D | 1 | -0/+4 |
2019-09-05 | PGI: windows workaround not-msvc-like enough function | Michael Hirsch, Ph.D | 1 | -1/+5 |
2019-09-05 | PGI: windows PGI is sort of MSVC-like | Michael Hirsch, Ph.D | 1 | -1/+2 |
2019-09-05 | PGI: use ar link wrapper on Windows | Michael Hirsch, Ph.D | 3 | -3/+20 |
2019-09-05 | Create CUDA linker with CUDA compiler | Kramer Peace | 2 | -10/+3 |
2019-09-05 | Add get_soname_args method to CUDA linker | Kramer Peace | 1 | -0/+5 |
2019-09-05 | Add a CUDA linker object | Kramer Peace | 3 | -1/+38 |
2019-09-04 | mintro: Fix resolving nodes in kwargs (fixes #5884) | Daniel Mensinger | 2 | -43/+69 |
2019-09-03 | Log the used strip command. [skip ci] | Jussi Pakkanen | 1 | -1/+1 |
2019-09-03 | correct function call | Clinton Roy | 1 | -1/+1 |
2019-09-03 | docs/syntax: fix typo in dict example [skip ci] | Nirbheek Chauhan | 1 | -1/+1 |
2019-09-03 | docs/syntax: Document that dicts are unordered [skip ci] | Nirbheek Chauhan | 1 | -1/+1 |
2019-09-02 | Fix typo | Simon Allen | 1 | -1/+1 |
2019-09-02 | Handle case of dependency('threads') in 'requires' | Simon Allen | 1 | -0/+2 |
2019-09-01 | tests: Require ninja 1.9 on CI | Nirbheek Chauhan | 1 | -9/+19 |
2019-09-01 | tests: Upgrade to ninja v1.9 for Linux | Nirbheek Chauhan | 2 | -2/+2 |
2019-09-01 | azure: Workaround MSYS2 PCH test failures | Nirbheek Chauhan | 1 | -0/+14 |
2019-09-01 | travis/macos: Use brew ninja and upgrade to v1.9.0 | Nirbheek Chauhan | 1 | -4/+2 |
2019-09-01 | tests: Detect ninja v1.9 and disable timestamp hack | Nirbheek Chauhan | 2 | -6/+18 |
2019-09-01 | azure: Bump to upstream ninja v1.9 release | Nirbheek Chauhan | 1 | -1/+8 |
2019-09-01 | azure: Download pkg-config.exe from meson cidata | Nirbheek Chauhan | 1 | -1/+1 |
2019-09-01 | flatten list to subprocess.Popen, necessary for Python 3.8 | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-08-30 | environment: clang uses lld-link or link.exe on windows | Dylan Baker | 1 | -4/+39 |
2019-08-30 | compilers: Move the compiler argument to proxy linker flags to the compiler c... | Dylan Baker | 9 | -89/+138 |
2019-08-28 | Shell script cleanup. | Jussi Pakkanen | 4 | -9/+6 |
2019-08-28 | Fix gcc include dot | Dylan Baker | 6 | -0/+25 |
2019-08-28 | ninjabackend: do not generate scan-build target if it cannnot be run | Gabriel Ganne | 1 | -0/+3 |
2019-08-27 | Merge pull request #5756 from thiblahute/wine_shortpaths | Nirbheek Chauhan | 3 | -18/+48 |
2019-08-27 | envconfig: make MachineInfo.is_windows and is_cygwin match mesonlib | Dylan Baker | 1 | -2/+2 |
2019-08-27 | envconfig: Add missing MachineInfo is_<os> methods | Dylan Baker | 1 | -0/+13 |
2019-08-27 | environment: Fix detection of MSVC arch on arm64 | Nirbheek Chauhan | 1 | -1/+1 |
2019-08-26 | Fix packaging. [skip ci] | Jussi Pakkanen | 2 | -0/+3 |
2019-08-24 | Add test priorities to force test start order | Peter Hutterer | 7 | -6/+59 |
2019-08-24 | wine: Try to get the short paths when generating WINEPATH | Thibault Saunier | 3 | -18/+48 |
2019-08-24 | Intel-Cl tests: increase robustness of Windows Intel compilers detection (#5828) | Michael Hirsch, Ph.D | 2 | -5/+37 |
2019-08-24 | Vs backend compiler selection (#5448) | Dylan Baker | 6 | -9/+75 |
2019-08-23 | NetBSD detection in envconfig.MachineInfo | nia | 1 | -0/+6 |
2019-08-23 | Support NetBSD aarch64 and earm. | nia | 2 | -3/+8 |
2019-08-23 | Add tests for sources that are disablers. | James Hilliard | 5 | -0/+74 |
2019-08-23 | Add RxDock | Vedran Miletić | 1 | -0/+1 |
2019-08-23 | correct logic for too old cmake | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-08-21 | cmake: fix missing -lpthread (fixes #5821) | Daniel Mensinger | 1 | -4/+7 |