summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-01Describe array values in install_dir. [skip ci]Jussi Pakkanen
2019-06-30xcodebackend: Fix iterating compilers after host/build changesDylan Baker
2019-06-28Remove build host mixing warning on nativeJohn Ericson
2019-06-27Fix failing test_find_program test (Windows-only)Aleksey Gurtovoy
2019-06-27Fix two errors when cross-compiling with ValaJames Westman
2019-06-27`add_{global,project}_{,link_}arguments`: simply native flag behaviorJohn Ericson
2019-06-27meson_exe: Don't assert that we need an exe_wrapper when we say we don't need...Dylan Baker
2019-06-27Improve error message when Python is not usable. [skip ci]Jussi Pakkanen
2019-06-27Fix faling test_msvc_toolset_version testAleksey Gurtovoy
2019-06-27sanitycheckc: avoid linking sanitycheckc when cross compilingCody Schafer
2019-06-27gnome.py: correctly pick the compiler for gtk-doc buildsAlexander Kanavin
2019-06-27docs: Fix link to SourceSet module in the navbar [skip ci]Iñigo Martínez
2019-06-26dependencies/base: Set PKG_CONFIG_SYSROOT_DIR from cross fileDylan Baker
2019-06-26Switch to using Pyinstaller. Closes #5550.Jussi Pakkanen
2019-06-25fortran-specific openMP testsMichael Hirsch, Ph.D
2019-06-24Merge pull request #5524 from scivision/icl_ifortDylan Baker
2019-06-25Split attribute visibilityDylan Baker
2019-06-24run_unitests: Skip the native_file_is_pipe test on cygwinDylan Baker
2019-06-24meson: add cache for getting optionsMarcel Hollerbach
2019-06-24typoMichael Hirsch, Ph.D
2019-06-24known Python 3.5 on windows workaround for subprocess(cwd=str(Path))Michael Hirsch, Ph.D
2019-06-24only test if Zlib foundMichael Hirsch, Ph.D
2019-06-24windows ifort can't do shared_library sanelyMichael Hirsch, Ph.D
2019-06-24update compiler ID for windows INtel MPIMichael Hirsch, Ph.D
2019-06-24intel windows coarray argsMichael Hirsch, Ph.D
2019-06-24BUGFIX: typo for PGI C/CPPMichael Hirsch, Ph.D
2019-06-24correct missing argument for IntelClFortranCompilerMichael Hirsch, Ph.D
2019-06-24Keep all build dirs inside the source tree.Jussi Pakkanen
2019-06-23fortran 2003 use, non_instrinsicMichael Hirsch, Ph.D
2019-06-23fortran submodule checksMichael Hirsch, Ph.D
2019-06-23fortran include syntax checksMichael Hirsch, Ph.D
2019-06-23only --only option to run_project_tests, add type hints, improve variable nam...Michael Hirsch, Ph.D
2019-06-23coredata: Correctly handle receiving a pipe for native/cross filesDylan Baker
2019-06-23windows project_test speedup by 2Michael Hirsch, Ph.D
2019-06-23BUGFIX: Fortran module regex handle more edge casesMichael Hirsch, Ph.D
2019-06-23compilers: Fix bitcode and other options for objc codeNirbheek Chauhan
2019-06-22Do not check for DOS line endings in log files.Jussi Pakkanen
2019-06-22Increase logging for Rust CI failures.Jussi Pakkanen
2019-06-22Fix the last remaining Rust install file list.Jussi Pakkanen
2019-06-22Detect broken Rust compiler setups.Jussi Pakkanen
2019-06-22Run Rust shared library test via rustup to get the environment right.Jussi Pakkanen
2019-06-21Add Rust generated pdbs to list of installed files.Jussi Pakkanen
2019-06-21Made TestHarness a context manager to ensure files get closed.Jussi Pakkanen
2019-06-21Do not quote targetdep, Ninja fails if it contains double quotes.Jussi Pakkanen
2019-06-21docs: Update libdir caveatDylan Baker
2019-06-21environment: Fix detection of Microsoft cl.exe with non English localesDylan Baker
2019-06-20Merge pull request #5516 from scivision/fortran_module_findDylan Baker
2019-06-20fortran depscan: ignore module procedureMichael Hirsch, Ph.D
2019-06-20add fortarn use inline comment testMichael Hirsch, Ph.D
2019-06-20add inline comment test for Fortran submoduleMichael Hirsch, Ph.D