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