aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-01-31find_library: Check arch of libraries on DarwinNirbheek Chauhan3-9/+42
2019-01-31Add tsan and ubsan to g-ir-scanner workaround.Elliott Sales de Andrade1-3/+9
2019-01-31configure_file: Allow setting install_dir: false with deprecationNirbheek Chauhan1-2/+7
2019-02-01qtdep: Look for QMAKE env var again + sprinkle debugNirbheek Chauhan2-0/+4
2019-02-01Rewrite appleframework and extraframework dependency classesNirbheek Chauhan6-37/+169
2019-01-31pkgconfig: Only warn about deprecation at a location onceNirbheek Chauhan1-12/+20
2019-01-31gnustep-config: config tools are lists, not stringsNirbheek Chauhan1-2/+2
2019-01-31cmake deps: Again, get_command() is None when not foundNirbheek Chauhan1-7/+6
2019-01-31pkg-config: Fix another case where we were throwing a tracebackNirbheek Chauhan1-5/+6
2019-01-31pkg-config: Don't traceback when not found and not requiredNirbheek Chauhan1-6/+5
2019-01-31Use ConfigParser instead of deprecated SafeConfigParserNirbheek Chauhan1-1/+1
2019-01-31pkgconfig: Avoid deprecation warning when using new syntaxXavier Claessens1-5/+6
2019-01-30dist: Handle git worktrees, which have a .git file instead of dirDylan Baker1-1/+2
2019-01-30qt: Print the full path of the `qmake` binary foundNirbheek Chauhan1-1/+1
2019-01-30Overhaul pkg-config and CMake lookup, fixing the latterJohn Ericson2-123/+157
2019-01-29BUGFIX: allow fc.run(code) to work, pick only Fortran moduleMichael Hirsch, Ph.D2-8/+2
2019-01-29pep8 py37Michael Hirsch, Ph.D11-28/+28
2019-01-29correct naming to CudaCompiler, pep8Michael Hirsch, Ph.D3-3/+3
2019-01-29raise an error if PCH files are stored in different foldersNicolas Schneider1-0/+3
2019-01-29vs: fix PCHNicolas Schneider1-23/+28
2019-01-27BUGFIX: broken/missing Fortran code/unit testsMichael Hirsch, Ph.D4-6/+16
2019-01-27fix non-default option printingNicolas Schneider1-3/+4
2019-01-27Merge pull request #4814 from mensinda/astVisitorJussi Pakkanen9-325/+1101
2019-01-27vs: escape embedded quotes of run targetsNicolas Schneider1-0/+3
2019-01-27run_command: add env kwargJan Tojnar1-11/+15
2019-01-26Add install_dir to i18n.gettextSergey Shatunov1-2/+4
2019-01-24Try multiple CMAKE_LIBRARY_ARCHITECTURE. Closes #4812Daniel Mensinger1-11/+18
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 Reiter1-2/+2
2019-01-24NotFoundDependency: Implement partial_dependency()Xavier Claessens1-0/+4
2019-01-23coredata: Only reject a load if major version differsNirbheek Chauhan1-2/+5
2019-01-23Merge pull request #3919 from mesonbuild/cudarebaseJussi Pakkanen4-2/+268
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 flake8 issuesDaniel Mensinger3-8/+6
2019-01-22Can now rewrite filesDaniel Mensinger2-2/+100
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 Mensinger1-12/+57
2019-01-22Added suport for adding sources to a targetDaniel Mensinger1-1/+26
2019-01-22First rewriter test caseDaniel Mensinger4-31/+169
2019-01-22Added support for assignments in the AST interpretorDaniel Mensinger1-2/+9
2019-01-22Added target AST Interpreter supportDaniel Mensinger2-8/+115
2019-01-22Removed the RewriteIntrepreterDaniel Mensinger2-146/+1
2019-01-22AST post processingDaniel Mensinger5-76/+172
2019-01-22Moved the introspection interpreterDaniel Mensinger5-115/+132
2019-01-22Added Ast printerDaniel Mensinger3-6/+196