Age | Commit message (Expand) | Author | Files | Lines |
2019-02-01 | Rewrite appleframework and extraframework dependency classes | Nirbheek Chauhan | 6 | -37/+169 |
2019-01-31 | pkgconfig: Only warn about deprecation at a location once | Nirbheek Chauhan | 1 | -12/+20 |
2019-01-31 | gnustep-config: config tools are lists, not strings | Nirbheek Chauhan | 1 | -2/+2 |
2019-01-31 | cmake deps: Again, get_command() is None when not found | Nirbheek Chauhan | 1 | -7/+6 |
2019-01-31 | pkg-config: Fix another case where we were throwing a traceback | Nirbheek Chauhan | 1 | -5/+6 |
2019-01-31 | pkg-config: Don't traceback when not found and not required | Nirbheek Chauhan | 1 | -6/+5 |
2019-01-31 | Use ConfigParser instead of deprecated SafeConfigParser | Nirbheek Chauhan | 1 | -1/+1 |
2019-01-31 | pkgconfig: Avoid deprecation warning when using new syntax | Xavier Claessens | 1 | -5/+6 |
2019-01-30 | dist: Handle git worktrees, which have a .git file instead of dir | Dylan Baker | 1 | -1/+2 |
2019-01-30 | qt: Print the full path of the `qmake` binary found | Nirbheek Chauhan | 1 | -1/+1 |
2019-01-30 | Overhaul pkg-config and CMake lookup, fixing the latter | John Ericson | 2 | -123/+157 |
2019-01-29 | BUGFIX: allow fc.run(code) to work, pick only Fortran module | Michael Hirsch, Ph.D | 2 | -8/+2 |
2019-01-29 | pep8 py37 | Michael Hirsch, Ph.D | 11 | -28/+28 |
2019-01-29 | correct naming to CudaCompiler, pep8 | Michael Hirsch, Ph.D | 3 | -3/+3 |
2019-01-29 | raise an error if PCH files are stored in different folders | Nicolas Schneider | 1 | -0/+3 |
2019-01-29 | vs: fix PCH | Nicolas Schneider | 1 | -23/+28 |
2019-01-27 | BUGFIX: broken/missing Fortran code/unit tests | Michael Hirsch, Ph.D | 4 | -6/+16 |
2019-01-27 | fix non-default option printing | Nicolas Schneider | 1 | -3/+4 |
2019-01-27 | Merge pull request #4814 from mensinda/astVisitor | Jussi Pakkanen | 9 | -325/+1101 |
2019-01-27 | vs: escape embedded quotes of run targets | Nicolas Schneider | 1 | -0/+3 |
2019-01-27 | run_command: add env kwarg | Jan Tojnar | 1 | -11/+15 |
2019-01-26 | Add install_dir to i18n.gettext | Sergey Shatunov | 1 | -2/+4 |
2019-01-24 | Try multiple CMAKE_LIBRARY_ARCHITECTURE. Closes #4812 | Daniel Mensinger | 1 | -11/+18 |
2019-01-24 | Fixed style issues | Daniel Mensinger | 2 | -23/+17 |
2019-01-24 | Merge pull request #4818 from xclaesse/location | Jussi Pakkanen | 2 | -30/+37 |
2019-01-24 | configure_file: preserve newlines of the input file. Fixes #4817 | Christoph Reiter | 1 | -2/+2 |
2019-01-24 | NotFoundDependency: Implement partial_dependency() | Xavier Claessens | 1 | -0/+4 |
2019-01-23 | coredata: Only reject a load if major version differs | Nirbheek Chauhan | 1 | -2/+5 |
2019-01-23 | Merge pull request #3919 from mesonbuild/cudarebase | Jussi Pakkanen | 4 | -2/+268 |
2019-01-23 | dependencies/llvm: add debian's llvm-9 | Dylan Baker | 1 | -1/+2 |
2019-01-22 | Interpreter: Add a location to all mlog.warning() calls | Xavier Claessens | 1 | -8/+13 |
2019-01-22 | InterpreterBase: Fix extracting the node in all method/function calls | Xavier Claessens | 1 | -21/+14 |
2019-01-22 | Interpreter: Add current_node to 'state' passed to module methods | Xavier Claessens | 1 | -1/+2 |
2019-01-22 | Interpreter: Set self.current_node during method/function calls | Xavier Claessens | 1 | -0/+8 |
2019-01-22 | Fixed flake8 issues | Daniel Mensinger | 3 | -8/+6 |
2019-01-22 | Can now rewrite files | Daniel Mensinger | 2 | -2/+100 |
2019-01-22 | Fixed line and column numbers for dict and array nodes | Daniel Mensinger | 1 | -8/+8 |
2019-01-22 | Added support for removing sources from a target | Daniel Mensinger | 1 | -12/+57 |
2019-01-22 | Added suport for adding sources to a target | Daniel Mensinger | 1 | -1/+26 |
2019-01-22 | First rewriter test case | Daniel Mensinger | 4 | -31/+169 |
2019-01-22 | Added support for assignments in the AST interpretor | Daniel Mensinger | 1 | -2/+9 |
2019-01-22 | Added target AST Interpreter support | Daniel Mensinger | 2 | -8/+115 |
2019-01-22 | Removed the RewriteIntrepreter | Daniel Mensinger | 2 | -146/+1 |
2019-01-22 | AST post processing | Daniel Mensinger | 5 | -76/+172 |
2019-01-22 | Moved the introspection interpreter | Daniel Mensinger | 5 | -115/+132 |
2019-01-22 | Added Ast printer | Daniel Mensinger | 3 | -6/+196 |
2019-01-22 | Basic AST visitor pattern | Daniel Mensinger | 7 | -57/+263 |
2019-01-21 | All the fixes needed to make work against current master. | Jussi Pakkanen | 3 | -8/+28 |
2019-01-21 | More tests and pic. | Jussi Pakkanen | 1 | -0/+3 |
2019-01-21 | Clean up minor issues. | Jussi Pakkanen | 1 | -4/+6 |