aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-08-01Hoist trying several dependency detection methods up to find_external_depende...Jon Turney3-193/+209
2018-08-01Remove do-nothing pkgconfig method from dubJon Turney1-1/+1
2018-08-01Remove do-nothing extraframework method from libwmf and pcapJon Turney1-8/+2
2018-07-31Updated boost discovery to handle version >= 1.65 for MSVC (#3961)Derek Kingston1-2/+16
2018-07-31custom targets: Add a 'console' kwarg for long-running commandsNirbheek Chauhan3-1/+10
2018-07-31Merge pull request #3799 from rossburton/gtkdocJussi Pakkanen2-7/+17
2018-07-31Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacksJussi Pakkanen11-46/+107
2018-07-29gnome: Fix building gir with asan againTingPing1-1/+1
2018-07-27python.find_installation: only try to find python with the py launcher if it ...Christoph Reiter1-2/+5
2018-07-27Merge pull request #3898 from mesonbuild/vsinstallJussi Pakkanen4-222/+303
2018-07-27Warn for future keyword (#3908)Xavier Claessens1-0/+5
2018-07-25Make the rpath order deterministic. (#3932)Rafael Ávila de Espíndola1-1/+1
2018-07-25Merge pull request #3943 from xclaesse/auto-feature-defaultXavier Claessens1-1/+1
2018-07-25Add a feature-new entry for UserFeatureOptionNirbheek Chauhan1-5/+6
2018-07-25UserFeatureOption: Default to 'auto' when no value specifiedXavier Claessens1-1/+1
2018-07-24Print a useful error when a compiler is not found in the cross fileNirbheek Chauhan1-0/+2
2018-07-22Make the dependency order deterministic. (#3927)Rafael Ávila de Espíndola1-2/+2
2018-07-22Added install target to VS. Closes #3841.Jussi Pakkanen4-7/+83
2018-07-21mesonbuild: Recognise risc-v architectureKhem Raj1-0/+2
2018-07-21Merge pull request #3893 from FFY00/masterJussi Pakkanen3-1/+312
2018-07-19Handle transitive links to 'threads' dependencies. (#3895)Rafael Ávila de Espíndola1-7/+14
2018-07-19Merge pull request #3814 from behlec/configure-file-outputJussi Pakkanen1-0/+9
2018-07-17Moved install data file generation to base class.Jussi Pakkanen2-218/+223
2018-07-16dlang module: fix DubDependency - new compiler apiFFY001-0/+1
2018-07-16dlang module: allow all configuration types when generating dub.jsonFFY001-37/+2
2018-07-13Avoid concatenating two options in listThomas Hindoe Paaboel Andersen1-1/+1
2018-07-11gnome.gdbus_codegen: Handle XML docbook in subdirsNirbheek Chauhan2-2/+2
2018-07-10Implement get_link_whole_for() for IntelCompiler (#3863)Alberto Sartori1-0/+3
2018-07-10find_library: Validate and sort globbed shared library filesNirbheek Chauhan1-2/+19
2018-07-09gtkdoc: pass the cross compiler if cross compilingRoss Burton1-6/+13
2018-07-09scripts/gtkdochelper: add support for --runRoss Burton1-1/+4
2018-07-09Fix directory verification. Closes #3857.Jussi Pakkanen1-2/+11
2018-07-09Fix searching of shared libraries on OpenBSD (#3851)Nirbheek Chauhan4-53/+119
2018-07-09cross: Be more permissive about not-found exe_wrapperNirbheek Chauhan6-16/+45
2018-07-09cross: Use ExternalProgram for cross-file exe_wrapperNirbheek Chauhan10-36/+68
2018-07-08Add missing method on external library object: type_name() (#3845)Nirbheek Chauhan2-1/+7
2018-07-08Use mlog.bold to add quotesChristoph Behle1-1/+1
2018-07-08Simplified and cleaned up warning.Christoph Behle1-4/+4
2018-07-07Consider subdir for output files.Christoph Behle1-3/+7
2018-07-07Track line numbers for configure_file.Christoph Behle1-2/+2
2018-07-07Add warning if configure_file overwrites output.Christoph Behle1-0/+5
2018-07-07Print a more usable message when a subproject fails to configureNirbheek Chauhan4-8/+24
2018-07-07Raise a MesonException when substituting an invalid valueNirbheek Chauhan2-3/+11
2018-07-07Add new method: mlog.deprecation()Nirbheek Chauhan6-7/+12
2018-07-07Merge pull request #3763 from noverby/wip/noverby/jar-linking-manifestJussi Pakkanen3-2/+38
2018-07-07Ask for more details when warning about unknown arch [skip appveyor]Nirbheek Chauhan1-1/+3
2018-07-07Canonicalise 64-bit PowerPC CPU families to "ppc64"Ross Burton1-1/+2
2018-07-06mlog: Log timestamps in profile-self modeNirbheek Chauhan2-1/+15
2018-07-06mlog: Add built-in support for quoting bolded messagesNirbheek Chauhan2-25/+31
2018-07-06gnome.gtkdoc: Don't treat install_dir as a file optionNirbheek Chauhan1-1/+1