| Age | Commit message (Expand) | Author |
| 2019-06-24 | BUGFIX: typo for PGI C/CPP | Michael Hirsch, Ph.D |
| 2019-06-24 | correct missing argument for IntelClFortranCompiler | Michael Hirsch, Ph.D |
| 2019-06-24 | Keep all build dirs inside the source tree. | Jussi Pakkanen |
| 2019-06-23 | fortran 2003 use, non_instrinsic | Michael Hirsch, Ph.D |
| 2019-06-23 | fortran submodule checks | Michael Hirsch, Ph.D |
| 2019-06-23 | fortran include syntax checks | Michael Hirsch, Ph.D |
| 2019-06-23 | only --only option to run_project_tests, add type hints, improve variable nam... | Michael Hirsch, Ph.D |
| 2019-06-23 | coredata: Correctly handle receiving a pipe for native/cross files | Dylan Baker |
| 2019-06-23 | windows project_test speedup by 2 | Michael Hirsch, Ph.D |
| 2019-06-23 | BUGFIX: Fortran module regex handle more edge cases | Michael Hirsch, Ph.D |
| 2019-06-23 | compilers: Fix bitcode and other options for objc code | Nirbheek Chauhan |
| 2019-06-22 | Do not check for DOS line endings in log files. | Jussi Pakkanen |
| 2019-06-22 | Increase logging for Rust CI failures. | Jussi Pakkanen |
| 2019-06-22 | Fix the last remaining Rust install file list. | Jussi Pakkanen |
| 2019-06-22 | Detect broken Rust compiler setups. | Jussi Pakkanen |
| 2019-06-22 | Run Rust shared library test via rustup to get the environment right. | Jussi Pakkanen |
| 2019-06-21 | Add Rust generated pdbs to list of installed files. | Jussi Pakkanen |
| 2019-06-21 | Made TestHarness a context manager to ensure files get closed. | Jussi Pakkanen |
| 2019-06-21 | Do not quote targetdep, Ninja fails if it contains double quotes. | Jussi Pakkanen |
| 2019-06-21 | docs: Update libdir caveat | Dylan Baker |
| 2019-06-21 | environment: Fix detection of Microsoft cl.exe with non English locales | Dylan Baker |
| 2019-06-20 | Merge pull request #5516 from scivision/fortran_module_find | Dylan Baker |
| 2019-06-20 | fortran depscan: ignore module procedure | Michael Hirsch, Ph.D |
| 2019-06-20 | add fortarn use inline comment test | Michael Hirsch, Ph.D |
| 2019-06-20 | add inline comment test for Fortran submodule | Michael Hirsch, Ph.D |
| 2019-06-20 | add inline comment test for Fortran include | Michael Hirsch, Ph.D |
| 2019-06-20 | BUGFIX syntax | Michael Hirsch, Ph.D |
| 2019-06-19 | make test more stringent by building separate library | Michael Hirsch, Ph.D |
| 2019-06-19 | add fortran module inline comment test | Michael Hirsch, Ph.D |
| 2019-06-19 | Skip `196 install_mode` project test on Windows | Aleksey Gurtovoy |
| 2019-06-19 | Merge pull request #5457 from mensinda/cmakeRefactor | Jussi Pakkanen |
| 2019-06-19 | Quick_guide.md:add python-setuptools and wheel | andy5995 |
| 2019-06-19 | Handle thread flags when not using C at all. Closes #5497. | Jussi Pakkanen |
| 2019-06-19 | Canonicalize 'i86pc' return from platform.machine() for Solaris | Alan Coopersmith |
| 2019-06-19 | Reference-manual.md:add missing equal sign in "both_libraries" section | andy5995 |
| 2019-06-16 | Updated msi creator to use 64 bit VS 2019. [skip ci] | Jussi Pakkanen |
| 2019-06-16 | Update version number for new development. | Jussi Pakkanen |
| 2019-06-16 | Update things for new release. | Jussi Pakkanen |
| 2019-06-16 | Tutorial.md: Improve English [skip ci] | Francisco Velázquez |
| 2019-06-13 | compilers: Add logging for symbol prefix test | Marvin Scholz |
| 2019-06-13 | Added tvOS cross file | Roman Shpuntov |
| 2019-06-13 | tvOS: added support AppleTVOS | Roman Shpuntov |
| 2019-06-13 | dependencies/shaderc: fix exception caused by typo | Andrei Alexeyev |
| 2019-06-12 | cmake: Move parsing the CMake trace into the CMake module | Daniel Mensinger |
| 2019-06-12 | cmake: Moved finding and running CMake out of dependency | Daniel Mensinger |
| 2019-06-12 | cmake: Fix missing include_directories in some CMakeLists.txt | Daniel Mensinger |
| 2019-06-12 | Further deduplicate Interpreter native kwarg code | John Ericson |
| 2019-06-12 | Solaris fixes | Kurtis Rader |
| 2019-06-12 | modules/python: add a modules keyword argument | Dylan Baker |
| 2019-06-11 | compilers: armclang supports only cross-compilation | sompen |