Age | Commit message (Expand) | Author | Files | Lines |
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 | BUGFIX: Fortran module regex handle more edge cases | Michael Hirsch, Ph.D | 3 | -0/+11 |
2019-06-23 | compilers: Fix bitcode and other options for objc code | Nirbheek Chauhan | 5 | -0/+35 |
2019-06-22 | Fix the last remaining Rust install file list. | Jussi Pakkanen | 1 | -1/+5 |
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-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 | 1 | -2/+2 |
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-12 | cmake: Fix missing include_directories in some CMakeLists.txt | Daniel Mensinger | 3 | -2/+4 |
2019-06-12 | modules/python: add a modules keyword argument | Dylan Baker | 1 | -0/+7 |
2019-06-09 | Make test for identity | John Ericson | 4 | -0/+52 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -6/+1 |
2019-06-06 | cmake: Updated test cases | Daniel Mensinger | 7 | -27/+34 |
2019-06-06 | cmake: fixed installed_files.txt | Daniel Mensinger | 2 | -2/+10 |
2019-06-06 | cmake: Fixed test cases for windows | Daniel Mensinger | 34 | -12/+177 |
2019-06-06 | cmake: Added option for additional CMake args | Daniel Mensinger | 2 | -0/+8 |
2019-06-06 | cmake: support object libraries | Daniel Mensinger | 7 | -0/+54 |
2019-06-06 | cmake: Added test for configure_file | Daniel Mensinger | 4 | -0/+16 |
2019-06-06 | cmake: Added Code generation test | Daniel Mensinger | 5 | -0/+57 |
2019-06-06 | cmake: Added project tests | Daniel Mensinger | 5 | -6/+22 |
2019-06-06 | cmake: extract the codemodel | Daniel Mensinger | 6 | -0/+65 |
2019-06-06 | cmake: Server handshake | Daniel Mensinger | 5 | -0/+45 |
2019-06-05 | Add tests for std usage. Closes #5097. | Jussi Pakkanen | 2 | -0/+3 |
2019-06-05 | Per machine do 'build.' and '' option prefixes | John Ericson | 3 | -1/+17 |
2019-06-05 | Merge pull request #5436 from dcbaker/cmake-lexer-spaces-in-args | Jussi Pakkanen | 2 | -0/+82 |
2019-06-05 | rewriter: Fix that default_options would not set the correct id | Daniel Mensinger | 1 | -1/+1 |
2019-05-29 | dependencies/cmake: correctly handle spaces in variable names | Dylan Baker | 1 | -4/+4 |
2019-05-29 | tests: Test the cmake parser more thuroughly | Dylan Baker | 2 | -0/+82 |
2019-05-28 | interpreter: add fallback argument to subproject.get_variable() | Mathieu Duponchelle | 1 | -0/+5 |
2019-05-28 | gnome: make sure the target build directory is passed first for linking | Christoph Reiter | 4 | -0/+99 |
2019-05-27 | coredata: add cmake_prefix_path option | Dylan Baker | 2 | -0/+8 |
2019-05-22 | sourceset: add a realistic example as a testcase | Paolo Bonzini | 23 | -0/+327 |
2019-05-22 | new module "sourceset" to match source file lists against configuration data | Paolo Bonzini | 22 | -0/+248 |
2019-05-21 | Merge pull request #5372 from dcbaker/get_variable | Jussi Pakkanen | 1 | -0/+52 |
2019-05-20 | Generators can have extra target dependencies. Closes #4131. | Jussi Pakkanen | 6 | -0/+50 |
2019-05-20 | Combine the two different pipeline test dirs into one. | Jussi Pakkanen | 6 | -5/+4 |
2019-05-20 | fixup! fixup! tests: Add test for Dependency.get_variable | Dylan Baker | 1 | -7/+7 |
2019-05-16 | compilers/fortran: Fix all has_argument methods in meson | Dylan Baker | 1 | -1/+4 |
2019-05-14 | Merge pull request #5331 from dcbaker/icl | Jussi Pakkanen | 13 | -20/+25 |
2019-05-13 | ast: fix #5376 | Daniel Mensinger | 1 | -0/+7 |
2019-05-10 | tests/fortran/14: Add vsdef files | Dylan Baker | 2 | -1/+3 |
2019-05-10 | tests/fortran/9 cpp: It's okay to link ICL and ifort | Dylan Baker | 1 | -1/+1 |
2019-05-10 | tests/fortran/1: call compiler.get_id() == str instead of compiler == str | Dylan Baker | 1 | -1/+1 |