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