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