Age | Commit message (Expand) | Author | Files | Lines |
2019-07-05 | Fix unittests. | Jussi Pakkanen | 1 | -1/+4 |
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 | 1 | -2/+2 |
2019-07-05 | Improve performance with windows defender ATP | Charlie Barto | 3 | -9/+8 |
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-01 | mintro: Add installed subdirs introspection (fixes #5556) | Daniel Mensinger | 1 | -0/+2 |
2019-07-01 | Use the same directory names for dist so that ccache works. Closes #5583. | Jussi Pakkanen | 1 | -5/+9 |
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-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 | 1 | -26/+8 |
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 | 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-26 | dependencies/base: Set PKG_CONFIG_SYSROOT_DIR from cross file | Dylan Baker | 1 | -0/+4 |
2019-06-24 | Merge pull request #5524 from scivision/icl_ifort | Dylan Baker | 5 | -28/+33 |
2019-06-25 | Split attribute visibility | Dylan Baker | 1 | -2/+9 |
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 | windows ifort can't do shared_library sanely | Michael Hirsch, Ph.D | 1 | -4/+2 |
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 | 1 | -0/+4 |
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 | 4 | -22/+24 |
2019-06-23 | coredata: Correctly handle receiving a pipe for native/cross files | Dylan Baker | 3 | -35/+58 |
2019-06-23 | BUGFIX: Fortran module regex handle more edge cases | Michael Hirsch, Ph.D | 1 | -4/+4 |
2019-06-23 | compilers: Fix bitcode and other options for objc code | Nirbheek Chauhan | 2 | -2/+0 |
2019-06-22 | Increase logging for Rust CI failures. | Jussi Pakkanen | 1 | -3/+11 |
2019-06-21 | Made TestHarness a context manager to ensure files get closed. | Jussi Pakkanen | 1 | -14/+25 |
2019-06-21 | Do not quote targetdep, Ninja fails if it contains double quotes. | Jussi Pakkanen | 1 | -1/+1 |
2019-06-21 | environment: Fix detection of Microsoft cl.exe with non English locales | Dylan Baker | 1 | -1/+1 |
2019-06-20 | fortran depscan: ignore module procedure | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-06-20 | BUGFIX syntax | Michael Hirsch, Ph.D | 1 | -7/+10 |
2019-06-19 | Merge pull request #5457 from mensinda/cmakeRefactor | Jussi Pakkanen | 7 | -490/+582 |
2019-06-19 | Handle thread flags when not using C at all. Closes #5497. | Jussi Pakkanen | 1 | -2/+8 |
2019-06-19 | Canonicalize 'i86pc' return from platform.machine() for Solaris | Alan Coopersmith | 1 | -2/+2 |
2019-06-16 | Update version number for new development. | Jussi Pakkanen | 1 | -1/+1 |
2019-06-16 | Update things for new release.0.51.0 | Jussi Pakkanen | 1 | -1/+1 |
2019-06-13 | compilers: Add logging for symbol prefix test | Marvin Scholz | 1 | -0/+2 |
2019-06-13 | tvOS: added support AppleTVOS | Roman Shpuntov | 4 | -8/+8 |
2019-06-13 | dependencies/shaderc: fix exception caused by typo | Andrei Alexeyev | 1 | -1/+1 |
2019-06-12 | cmake: Move parsing the CMake trace into the CMake module | Daniel Mensinger | 4 | -324/+347 |
2019-06-12 | cmake: Moved finding and running CMake out of dependency | Daniel Mensinger | 5 | -167/+236 |
2019-06-12 | Further deduplicate Interpreter native kwarg code | John Ericson | 1 | -15/+15 |
2019-06-12 | Solaris fixes | Kurtis Rader | 2 | -0/+4 |