Age | Commit message (Expand) | Author | Files | Lines |
2019-07-05 | Explain that using shell functionality is forbidden. [skip ci] | Jussi Pakkanen | 1 | -0/+6 |
2019-07-05 | Fix unittests. | Jussi Pakkanen | 2 | -7/+11 |
2019-07-05 | compilers: Add missing cflags when calling compiler in link mode | Marvin Scholz | 1 | -10/+11 |
2019-07-05 | compilers: Fix missing cflags for function detection | Marvin Scholz | 1 | -4/+4 |
2019-07-05 | Fix windres module argument flattening | ePirat | 2 | -3/+4 |
2019-07-05 | Improve performance with windows defender ATP | Charlie Barto | 3 | -9/+8 |
2019-07-05 | Document that add_languages() returns a boolean [skip ci] (#5600) | Xavier Claessens | 1 | -1/+4 |
2019-07-05 | env: Do not return empty tool env vars | Marvin Scholz | 1 | -0/+4 |
2019-07-03 | Return zero in cross_sizeof | Abhishek Pandit-Subedi | 1 | -0/+1 |
2019-07-02 | dependencies/dev: Switch order of llvm dependency finders | Dylan Baker | 1 | -3/+3 |
2019-07-02 | tests/llvm: Test both cmake and llvm-config methods | Dylan Baker | 1 | -20/+24 |
2019-07-01 | mintro: Add installed subdirs introspection (fixes #5556) | Daniel Mensinger | 2 | -0/+30 |
2019-07-01 | Use the same directory names for dist so that ccache works. Closes #5583. | Jussi Pakkanen | 1 | -5/+9 |
2019-07-01 | Describe array values in install_dir. [skip ci] | Jussi Pakkanen | 1 | -0/+21 |
2019-06-30 | xcodebackend: Fix iterating compilers after host/build changes | Dylan Baker | 1 | -1/+1 |
2019-06-28 | Remove build host mixing warning on native | John Ericson | 1 | -5/+0 |
2019-06-28 | cmake: Also detect Windows paths | Daniel Mensinger | 1 | -1/+1 |
2019-06-28 | tests: Ignore all files in 'data' directories | Daniel Mensinger | 1 | -0/+2 |
2019-06-28 | cmake: Skip ARGS key in COMMAND | Daniel Mensinger | 2 | -1/+3 |
2019-06-28 | cmake: Added custom_target test case | Daniel Mensinger | 9 | -0/+157 |
2019-06-28 | cmake: Added support for custom_target generation | Daniel Mensinger | 1 | -25/+279 |
2019-06-28 | cmake: Added custom target wrapper script | Daniel Mensinger | 2 | -1/+63 |
2019-06-28 | ast: printer fix index node printing | Daniel Mensinger | 2 | -1/+3 |
2019-06-28 | cmake: Parse trace when configuring CMake | Daniel Mensinger | 1 | -9/+26 |
2019-06-28 | cmake: added suport for add_custom_command in the trace parser | Daniel Mensinger | 1 | -2/+101 |
2019-06-28 | cmake: Added permissive support to the trace parser | Daniel Mensinger | 1 | -11/+26 |
2019-06-27 | Fix failing test_find_program test (Windows-only) | Aleksey Gurtovoy | 1 | -5/+8 |
2019-06-27 | Fix two errors when cross-compiling with Vala | James Westman | 2 | -2/+4 |
2019-06-27 | `add_{global,project}_{,link_}arguments`: simply native flag behavior | John Ericson | 5 | -67/+58 |
2019-06-27 | meson_exe: Don't assert that we need an exe_wrapper when we say we don't need... | Dylan Baker | 2 | -5/+7 |
2019-06-27 | Improve error message when Python is not usable. [skip ci] | Jussi Pakkanen | 1 | -1/+1 |
2019-06-27 | Fix faling test_msvc_toolset_version test | Aleksey Gurtovoy | 1 | -2/+6 |
2019-06-27 | sanitycheckc: avoid linking sanitycheckc when cross compiling | Cody Schafer | 3 | -7/+14 |
2019-06-27 | gnome.py: correctly pick the compiler for gtk-doc builds | Alexander Kanavin | 1 | -4/+1 |
2019-06-27 | docs: Fix link to SourceSet module in the navbar [skip ci] | Iñigo MartÃnez | 1 | -0/+1 |
2019-06-26 | dependencies/base: Set PKG_CONFIG_SYSROOT_DIR from cross file | Dylan Baker | 3 | -0/+16 |
2019-06-26 | Switch to using Pyinstaller. Closes #5550. | Jussi Pakkanen | 1 | -14/+18 |
2019-06-25 | fortran-specific openMP tests | Michael Hirsch, Ph.D | 2 | -0/+51 |
2019-06-24 | Merge pull request #5524 from scivision/icl_ifort | Dylan Baker | 9 | -32/+54 |
2019-06-25 | Split attribute visibility | Dylan Baker | 3 | -3/+34 |
2019-06-24 | run_unitests: Skip the native_file_is_pipe test on cygwin | Dylan Baker | 1 | -1/+2 |
2019-06-24 | meson: add cache for getting options | Marcel Hollerbach | 1 | -0/+1 |
2019-06-24 | typo | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-06-24 | known Python 3.5 on windows workaround for subprocess(cwd=str(Path)) | Michael Hirsch, Ph.D | 1 | -1/+2 |
2019-06-24 | only test if Zlib found | Michael Hirsch, Ph.D | 1 | -2/+6 |
2019-06-24 | windows ifort can't do shared_library sanely | Michael Hirsch, Ph.D | 2 | -4/+8 |
2019-06-24 | update compiler ID for windows INtel MPI | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-06-24 | intel windows coarray args | Michael Hirsch, Ph.D | 2 | -1/+6 |
2019-06-24 | BUGFIX: typo for PGI C/CPP | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-06-24 | correct missing argument for IntelClFortranCompiler | Michael Hirsch, Ph.D | 5 | -23/+31 |