summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure_file: Allow setting install_dir: false with deprecationnirbheek/deprecation-notice-install_dir-typeNirbheek Chauhan2019-01-312-2/+13
* pkgconfig: Avoid deprecation warning when using new syntaxXavier Claessens2019-01-311-5/+6
* unit tests: Run native file tests on the CINirbheek Chauhan2019-01-301-18/+37
* dist: Handle git worktrees, which have a .git file instead of dirDylan Baker2019-01-301-1/+2
* qt: Print the full path of the `qmake` binary foundNirbheek Chauhan2019-01-301-1/+1
* Overhaul pkg-config and CMake lookup, fixing the latterJohn Ericson2019-01-302-123/+157
* BUGFIX: allow fc.run(code) to work, pick only Fortran moduleMichael Hirsch, Ph.D2019-01-293-8/+22
* pep8 py37Michael Hirsch, Ph.D2019-01-2913-31/+31
* correct naming to CudaCompiler, pep8Michael Hirsch, Ph.D2019-01-293-3/+3
* raise an error if PCH files are stored in different foldersNicolas Schneider2019-01-295-0/+9
* vs: fix PCHNicolas Schneider2019-01-292-23/+33
* Disable mixed (mscv/clang + gnu) Windows Fortran tests. Closes #4829.Jussi Pakkanen2019-01-283-11/+19
* BUGFIX: broken/missing Fortran code/unit testsMichael Hirsch, Ph.D2019-01-2718-121/+149
* fix non-default option printingNicolas Schneider2019-01-271-3/+4
* Merge pull request #4814 from mensinda/astVisitorJussi Pakkanen2019-01-2722-393/+1459
|\
| * Fixed style issuesDaniel Mensinger2019-01-242-23/+17
| * Fixed test case and setup.pyDaniel Mensinger2019-01-222-7/+4
| * Fixed flake8 issuesDaniel Mensinger2019-01-224-9/+8
| * Removed old test filesDaniel Mensinger2019-01-223-11/+0
| * Added subdir testDaniel Mensinger2019-01-225-2/+36
| * Can now rewrite filesDaniel Mensinger2019-01-225-4/+120
| * Fixed line and column numbers for dict and array nodesDaniel Mensinger2019-01-221-8/+8
| * Added support for removing sources from a targetDaniel Mensinger2019-01-223-12/+159
| * Added suport for adding sources to a targetDaniel Mensinger2019-01-223-27/+89
| * First rewriter test caseDaniel Mensinger2019-01-228-90/+339
| * Added support for assignments in the AST interpretorDaniel Mensinger2019-01-221-2/+9
| * Updated basic rewrite testcaseDaniel Mensinger2019-01-221-1/+2
| * Added target AST Interpreter supportDaniel Mensinger2019-01-222-8/+115
| * Removed the RewriteIntrepreterDaniel Mensinger2019-01-222-146/+1
| * AST post processingDaniel Mensinger2019-01-226-77/+173
| * Moved the introspection interpreterDaniel Mensinger2019-01-225-115/+132
| * Added Ast printerDaniel Mensinger2019-01-223-6/+196
| * Basic AST visitor patternDaniel Mensinger2019-01-227-57/+263
* | vs: escape embedded quotes of run targetsNicolas Schneider2019-01-271-0/+3
* | run_command: add env kwargJan Tojnar2019-01-275-13/+42
* | Add install_dir to i18n.gettextSergey Shatunov2019-01-262-2/+5
* | Try multiple CMAKE_LIBRARY_ARCHITECTURE. Closes #4812Daniel Mensinger2019-01-241-11/+18
* | Fixed spelling [skip ci]Daniel Mensinger2019-01-241-1/+1
* | Merge pull request #4818 from xclaesse/locationJussi Pakkanen2019-01-242-30/+37
|\ \
| * | Interpreter: Add a location to all mlog.warning() callsXavier Claessens2019-01-221-8/+13
| * | InterpreterBase: Fix extracting the node in all method/function callsXavier Claessens2019-01-221-21/+14
| * | Interpreter: Add current_node to 'state' passed to module methodsXavier Claessens2019-01-221-1/+2
| * | Interpreter: Set self.current_node during method/function callsXavier Claessens2019-01-221-0/+8
| |/
* | configure_file: preserve newlines of the input file. Fixes #4817Christoph Reiter2019-01-242-2/+36
* | NotFoundDependency: Implement partial_dependency()Xavier Claessens2019-01-241-0/+4
* | coredata: Only reject a load if major version differsNirbheek Chauhan2019-01-232-4/+27
* | Merge pull request #3919 from mesonbuild/cudarebaseJussi Pakkanen2019-01-2315-2/+375
|\ \
| * | Add release note snippet.cudarebaseJussi Pakkanen2019-01-221-0/+7
| * | All the fixes needed to make work against current master.Jussi Pakkanen2019-01-214-11/+28
| * | Convert basic test to print out card info.Jussi Pakkanen2019-01-211-4/+26