aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-02-02Move target generation in new functionNinja-Koala1-61/+64
2019-02-02Disable for cross buildsNinja-Koala1-1/+1
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-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-31pkgconfig: Avoid deprecation warning when using new syntaxXavier Claessens1-5/+6
2019-01-30setup hdf5 testMichael Hirsch, Ph.D1-4/+5
2019-01-30dist: Handle git worktrees, which have a .git file instead of dirDylan Baker1-1/+2
2019-01-30initial HDF5 pkg-config fortran worksMichael Hirsch, Ph.D3-3/+48
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