aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-27fix non-default option printingNicolas Schneider1-3/+4
2019-01-27Merge pull request #4814 from mensinda/astVisitorJussi Pakkanen22-393/+1459
2019-01-27vs: escape embedded quotes of run targetsNicolas Schneider1-0/+3
2019-01-27run_command: add env kwargJan Tojnar5-13/+42
2019-01-26Add install_dir to i18n.gettextSergey Shatunov2-2/+5
2019-01-24Try multiple CMAKE_LIBRARY_ARCHITECTURE. Closes #4812Daniel Mensinger1-11/+18
2019-01-24Fixed spelling [skip ci]Daniel Mensinger1-1/+1
2019-01-24Fixed style issuesDaniel Mensinger2-23/+17
2019-01-24Merge pull request #4818 from xclaesse/locationJussi Pakkanen2-30/+37
2019-01-24configure_file: preserve newlines of the input file. Fixes #4817Christoph Reiter2-2/+36
2019-01-24NotFoundDependency: Implement partial_dependency()Xavier Claessens1-0/+4
2019-01-23coredata: Only reject a load if major version differsNirbheek Chauhan2-4/+27
2019-01-23Merge pull request #3919 from mesonbuild/cudarebaseJussi Pakkanen15-2/+375
2019-01-23dependencies/llvm: add debian's llvm-9Dylan Baker1-1/+2
2019-01-22Interpreter: Add a location to all mlog.warning() callsXavier Claessens1-8/+13
2019-01-22InterpreterBase: Fix extracting the node in all method/function callsXavier Claessens1-21/+14
2019-01-22Interpreter: Add current_node to 'state' passed to module methodsXavier Claessens1-1/+2
2019-01-22Interpreter: Set self.current_node during method/function callsXavier Claessens1-0/+8
2019-01-22Fixed test case and setup.pyDaniel Mensinger2-7/+4
2019-01-22Fixed flake8 issuesDaniel Mensinger4-9/+8
2019-01-22Removed old test filesDaniel Mensinger3-11/+0
2019-01-22Added subdir testDaniel Mensinger5-2/+36
2019-01-22Can now rewrite filesDaniel Mensinger5-4/+120
2019-01-22Fixed line and column numbers for dict and array nodesDaniel Mensinger1-8/+8
2019-01-22Added support for removing sources from a targetDaniel Mensinger3-12/+159
2019-01-22Added suport for adding sources to a targetDaniel Mensinger3-27/+89
2019-01-22First rewriter test caseDaniel Mensinger8-90/+339
2019-01-22Added support for assignments in the AST interpretorDaniel Mensinger1-2/+9
2019-01-22Updated basic rewrite testcaseDaniel Mensinger1-1/+2
2019-01-22Added target AST Interpreter supportDaniel Mensinger2-8/+115
2019-01-22Removed the RewriteIntrepreterDaniel Mensinger2-146/+1
2019-01-22AST post processingDaniel Mensinger6-77/+173
2019-01-22Moved the introspection interpreterDaniel Mensinger5-115/+132
2019-01-22Added Ast printerDaniel Mensinger3-6/+196
2019-01-22Basic AST visitor patternDaniel Mensinger7-57/+263
2019-01-22Add release note snippet.Jussi Pakkanen1-0/+7
2019-01-21All the fixes needed to make work against current master.Jussi Pakkanen4-11/+28
2019-01-21Convert basic test to print out card info.Jussi Pakkanen1-4/+26
2019-01-21More tests and pic.Jussi Pakkanen9-0/+68
2019-01-21Clean up minor issues.Jussi Pakkanen2-10/+10
2019-01-21added cuda compilerBeau Johnston6-2/+261
2019-01-21Add PGI C and C++ compilers (#4803)Michael Hirsch, Ph.D8-19/+82
2019-01-20docs: update URI for vala-extra-vapis repository [skip ci]Alistair Thomas1-2/+2
2019-01-20Remove stray bracket [skip ci]Shubham Lagwankar1-1/+1
2019-01-20docs: Use modern shell constructs [skip ci]Hugo Locurcio2-2/+2
2019-01-17run_unittests: Use Python 3.5-compatible subprocess invocationSimon McVittie1-4/+3
2019-01-17Merge pull request #4792 from scivision/flangJussi Pakkanen6-2/+28
2019-01-17docMichael Hirsch, Ph.D1-0/+3
2019-01-17tests: Don't return an undefined value from main()Simon McVittie1-0/+1
2019-01-17add support for generating cmake filesDavid Fort7-0/+334