aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-02-19Merge pull request #4929 from mensinda/rwAddRmTgtJussi Pakkanen4-41/+132
2019-02-19Add warning level zerojml17959-28/+54
2019-02-18d: Translate the -isystem flag for LDC and DMDMatthias Klumpp1-0/+11
2019-02-18runpython: insert script's dir into import pathAndrei Alexeyev1-0/+1
2019-02-18Improve handling of gui_appAndrei Alexeyev2-4/+14
2019-02-18Fix console log from generator with multiple output nodesjml17951-4/+8
2019-02-17mconf: Limit the line length of the choices columnDaniel Mensinger1-1/+15
2019-02-16Fixed flake8Daniel Mensinger2-9/+9
2019-02-16Fixed indentationDaniel Mensinger1-0/+2
2019-02-16rewriter: Added support for adding targetsDaniel Mensinger1-17/+52
2019-02-16rewriter: Added support for removing targetsDaniel Mensinger1-10/+43
2019-02-16Can now find the assignment node of a valueDaniel Mensinger4-14/+35
2019-02-16i18n: Catch additional GLib functionsFrediano Ziglio1-0/+8
2019-02-16Merge pull request #4858 from mensinda/rwKWARGSJussi Pakkanen3-13/+380
2019-02-16Merge pull request #4917 from nioncode/vs-fixTargetDependenciesJussi Pakkanen1-10/+26
2019-02-15Fix cross file initialization of CPPFLAGSJohn Ericson1-1/+7
2019-02-15Remove remaining cross-specific compiler-args codeJohn Ericson3-25/+19
2019-02-15Remove a useless `cross_args` which is always emptyJohn Ericson1-3/+1
2019-02-15Remove get_cross_extra_flagsJohn Ericson8-69/+30
2019-02-14Fix cross static linker lookupJohn Ericson1-1/+1
2019-02-13vs: link dependencies of link_whole targetsNicolas Schneider1-6/+15
2019-02-13vs: do not automatically link dependenciesNicolas Schneider1-0/+4
2019-02-13vs: use project references in vcxproj instead of the sln fileNicolas Schneider1-8/+11
2019-02-13ninja: Always treat PCHs as an implicit dependencyAndrei Alexeyev1-8/+1
2019-02-13Fortran 2008/2018 Coarray supportMichael Hirsch, Ph.D3-3/+43
2019-02-13Fixes for CUDA compiler shared library linking.Olexa Bilaniuk1-8/+29
2019-02-13BUGFIX: Fortran openmpMichael Hirsch, Ph.D3-14/+20
2019-02-13Merge pull request #4918 from nioncode/vs-fixUpToDateChecksJussi Pakkanen1-51/+36
2019-02-13add type hintingMichael Hirsch, Ph.D1-44/+45
2019-02-13Add werror flags to nvcc. Closes #4911.Jussi Pakkanen1-0/+3
2019-02-12vs: refactor regen target creationNicolas Schneider1-28/+16
2019-02-12vs: always consider run, install, and test targets out-of-dateNicolas Schneider1-26/+23
2019-02-12Merge pull request #4743 from dcbaker/native-file-extendedJussi Pakkanen6-22/+82
2019-02-12vs: remove regen project dependency from solution fileNicolas Schneider1-2/+0
2019-02-12vs: add reconfigure checks for each targetNicolas Schneider1-3/+9
2019-02-12Merge pull request #4826 from mensinda/confDefOptsJussi Pakkanen2-12/+49
2019-02-11mesonlib: Use class syntax for defining MachineChoiceDylan Baker1-1/+9
2019-02-11allow paths to be set in the cross fileDylan Baker1-0/+1
2019-02-11allow setting directory locations in a native fileDylan Baker5-20/+31
2019-02-11environment: Add class for storing directories from cross and config filesDylan Baker1-1/+41
2019-02-11BUGFIX: ignore non-ascii Fortran charactersMichael Hirsch, Ph.D1-4/+3
2019-02-10Renamed type classesDaniel Mensinger1-30/+30
2019-02-09BUGFIX: handle Fortran 2003 "use" syntaxMichael Hirsch, Ph.D1-1/+3
2019-02-09mtest: Don't use thread executor when enabled gdb in test_setupYeongjin Jeong1-3/+4
2019-02-09Merge pull request #4860 from nioncode/fixPchJussi Pakkanen1-13/+26
2019-02-05dub: fix detecting packages with different compilers and archsLuís Ferreira1-2/+2
2019-02-05Fortran 2008 submodule (#4874)Michael Hirsch, Ph.D2-7/+34
2019-02-05d: fix linker due to argument errorsLuís Ferreira1-1/+1
2019-02-05Fixed some code issuesDaniel Mensinger2-6/+10
2019-02-04Merge pull request #4626 from Ericson2314/consolidate-propertiesJussi Pakkanen14-97/+165