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