Age | Commit message (Expand) | Author | Files | Lines |
2019-01-31 | find_library: Check arch of libraries on Darwin | Nirbheek Chauhan | 5 | -39/+85 |
2019-01-31 | Add tsan and ubsan to g-ir-scanner workaround. | Elliott Sales de Andrade | 1 | -3/+9 |
2019-01-31 | configure_file: Allow setting install_dir: false with deprecation | Nirbheek Chauhan | 2 | -2/+13 |
2019-02-01 | project tests: qt is available on the macOS CI | Nirbheek Chauhan | 1 | -0/+4 |
2019-02-01 | qtdep: Look for QMAKE env var again + sprinkle debug | Nirbheek Chauhan | 2 | -0/+4 |
2019-02-01 | Rewrite appleframework and extraframework dependency classes | Nirbheek Chauhan | 12 | -37/+197 |
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 | tests: Don't require pkg-config for macOS tests | Nirbheek Chauhan | 2 | -10/+31 |
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 | 2 | -6/+13 |
2019-01-31 | pkg-config: Don't traceback when not found and not required | Nirbheek Chauhan | 1 | -6/+5 |
2019-01-31 | unit tests: darwin tests must never require pkg-config | Nirbheek Chauhan | 1 | -0/+1 |
2019-01-31 | unit tests: Fix sdl2 failure test on macOS | Nirbheek Chauhan | 2 | -5/+38 |
2019-01-31 | unit tests: Simplify get_fake_env() | Nirbheek Chauhan | 2 | -17/+17 |
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 | unit tests: Run native file tests on the CI | Nirbheek Chauhan | 1 | -18/+37 |
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 | 3 | -8/+22 |
2019-01-29 | pep8 py37 | Michael Hirsch, Ph.D | 13 | -31/+31 |
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 | 5 | -0/+9 |
2019-01-29 | vs: fix PCH | Nicolas Schneider | 2 | -23/+33 |
2019-01-28 | Disable mixed (mscv/clang + gnu) Windows Fortran tests. Closes #4829. | Jussi Pakkanen | 3 | -11/+19 |
2019-01-27 | BUGFIX: broken/missing Fortran code/unit tests | Michael Hirsch, Ph.D | 18 | -121/+149 |
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 | 22 | -393/+1459 |
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 | 5 | -13/+42 |
2019-01-26 | Add install_dir to i18n.gettext | Sergey Shatunov | 2 | -2/+5 |
2019-01-24 | Try multiple CMAKE_LIBRARY_ARCHITECTURE. Closes #4812 | Daniel Mensinger | 1 | -11/+18 |
2019-01-24 | Fixed spelling [skip ci] | Daniel Mensinger | 1 | -1/+1 |
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 | 2 | -2/+36 |
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 | 2 | -4/+27 |
2019-01-23 | Merge pull request #3919 from mesonbuild/cudarebase | Jussi Pakkanen | 15 | -2/+375 |
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 test case and setup.py | Daniel Mensinger | 2 | -7/+4 |
2019-01-22 | Fixed flake8 issues | Daniel Mensinger | 4 | -9/+8 |
2019-01-22 | Removed old test files | Daniel Mensinger | 3 | -11/+0 |
2019-01-22 | Added subdir test | Daniel Mensinger | 5 | -2/+36 |