aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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-04Merge pull request #4626 from Ericson2314/consolidate-propertiesJussi Pakkanen14-97/+165
2019-02-04gnome.compile_resources: Add ld binary methodJussi Pakkanen2-15/+148
2019-02-04Merge pull request #4835 from obilaniu/cudaimprovementsJussi Pakkanen3-4/+279
2019-02-04vs: add PCH headers to projectNicolas Schneider1-1/+4
2019-02-04python: don't require a Python lib in case we don't link against it. Fixes #4841Christoph Reiter1-3/+4
2019-02-04vala: Support position-independent executablesCorentin Noël1-0/+6
2019-02-03Fix required versionNinja-Koala1-1/+1
2019-02-03More robust name generationNinja-Koala1-8/+18
2019-02-02Add unstable CUDA module.Olexa Bilaniuk1-0/+259
2019-02-02Move some additional functionality into the new functionNinja-Koala1-10/+11
2019-02-02Never access environment.properties downstreamJohn Ericson12-97/+163
2019-02-02Use triple quote string for linkerscriptNinja-Koala1-11/+11
2019-02-02Move target generation in new functionNinja-Koala1-61/+64
2019-02-02Disable for cross buildsNinja-Koala1-1/+1
2019-02-01msvc: fix PCH stalenessNicolas Schneider1-1/+8
2019-02-01use same compiler args for pch as for regular targetNicolas Schneider1-12/+18
2019-02-01Handle minus sign correctlyNinja-Koala1-1/+2
2019-02-01Add second dependency file for c targetNinja-Koala1-1/+3
2019-02-01Remove dependency file from c targetNinja-Koala1-3/+3
2019-02-01Fix code formattingNinja-Koala1-15/+15
2019-02-01gnome.compile_resources: Add ld binary methodNinja-Koala2-14/+130
2019-02-01C# and Java compilers should have `is_cross = False`John Ericson2-0/+2
2019-02-01Ensure that func dicts provide the same set of functionsDaniel Mensinger1-0/+10
2019-02-01macos: lipo outputs aarch64 as arm64, fix itNirbheek Chauhan1-0/+1
2019-02-01qt: Only look for a framework on macOS if building for macOSNirbheek Chauhan1-1/+3
2019-02-01better handle variable HDF5 setups, update Fortran compiler defMichael Hirsch, Ph.D4-16/+15
2019-02-01CMake: Added support for CMAKE_MODULE_PATH and extra CMake args (closes #4779)Daniel Mensinger2-6/+18
2019-01-31Merge pull request #4831 from scivision/hdf5Jussi Pakkanen3-3/+49
2019-01-31env: Add a repr() for MachineInfoNirbheek Chauhan1-0/+3
2019-01-31macos: lipo from older xcode does not support -archsNirbheek Chauhan1-1/+2
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-31Add cuda_args keyword.Olexa Bilaniuk1-3/+4
2019-01-31Better NVCC version detection.Olexa Bilaniuk1-1/+16
2019-01-31pkgconfig: Avoid deprecation warning when using new syntaxXavier Claessens1-5/+6