summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-12Make vs_module_defs: do something for gcc on Windows as wellJon Turney
2017-05-12Merge pull request #1735 from dcbaker/list-of-filesJussi Pakkanen
2017-05-12setup.py: dependencies is now a directoryNirbheek Chauhan
2017-05-11Flatten SharedLibary link_args.Dylan Baker
2017-05-11Merge pull request #1631 from QuLogic/split-dependenciesJussi Pakkanen
2017-05-11docs: make the required argument for find_program stick out morePeter Hutterer
2017-05-11Update Compiler-properties.mdliberforce
2017-05-11appveyor: Don't run appveyor for docs only changesDylan Baker
2017-05-11Allow passing a list of Files to CustomTarget. Closes #1720Dylan Baker
2017-05-11Use flatten for link targets. Fixes #1764Dylan Baker
2017-05-11Flatten should always return a listDylan Baker
2017-05-11Merge pull request #1761 from keszybz/docsJussi Pakkanen
2017-05-11Now cracks a noble heart. Good night sweet prince:Jussi Pakkanen
2017-05-11Update Running-Meson.mdliberforce
2017-05-11Update Syntax.mdliberforce
2017-05-11pkgconfig: add suppport for custom variables during generationPeter Hutterer
2017-05-09Make base imports explicit.Elliott Sales de Andrade
2017-05-09Tweak formatting of base dependency file.Elliott Sales de Andrade
2017-05-09Split misc dependencies into their own file.Elliott Sales de Andrade
2017-05-09Split apart platform-specific dependenciesElliott Sales de Andrade
2017-05-09Split development-related deps into their own file.Elliott Sales de Andrade
2017-05-09Split UI-related into a separate file.Elliott Sales de Andrade
2017-05-09Move dependencies.py into a subdirectory.Elliott Sales de Andrade
2017-05-09docs: add puncuation to description of compiler object functionsZbigniew Jędrzejewski-Szmek
2017-05-09docs: mention $DESTDIR in add_install_script description, add punctuationZbigniew Jędrzejewski-Szmek
2017-05-09Merge pull request #1610 from valum-framework/vala-use-generate-basic-compile...Jussi Pakkanen
2017-05-09vs: surround project guid with '{}'Nicolas Schneider
2017-05-09Merge pull request #1751 from centricular/fix-cached-depsJussi Pakkanen
2017-05-09Merge pull request #1758 from dcbaker/llvm-cpp-blacklistJussi Pakkanen
2017-05-09Upgrade CI image to Ubuntu Zesty.Jussi Pakkanen
2017-05-09dependencies: Only store found deps in the cacheNirbheek Chauhan
2017-05-09dependencies: Fix two more edge-cases in dependency searchingNirbheek Chauhan
2017-05-09Completely overhaul caching of external dependenciesNirbheek Chauhan
2017-05-09project tests: Also regen before buildingNirbheek Chauhan
2017-05-09pkgconfig dependency: Define version_reqs at the startNirbheek Chauhan
2017-05-09mesonintrospect: Print all deps, not just those with the same nameNirbheek Chauhan
2017-05-09interpreter: Typo in error messageNirbheek Chauhan
2017-05-09dependencies: Fix caching of native/cross dependenciesNirbheek Chauhan
2017-05-09Merge pull request #1762 from tp-m/docs-find-program-additional-pathsTim-Philipp Müller
2017-05-09docs: how to make find_program() search additional directoriesTim-Philipp Müller
2017-05-08docs: add hyperlinks and a short description of unity buildsZbigniew Jędrzejewski-Szmek
2017-05-08docs: clarify where hotdoc should be runZbigniew Jędrzejewski-Szmek
2017-05-08Allow link_depends to take strings, Files or generated objects. Closes #1172Dylan Baker
2017-05-08vala: Add 'no_warn_args' with '--disable-warnings'Guillaume Poirier-Morency
2017-05-08Use 'generate_basic_compiler_args' for Vala targetsGuillaume Poirier-Morency
2017-05-08Add support for @CURRENT_SOURCE_DIR@ in generator argumentsAlberto Aguirre
2017-05-08Make name_suffix keyword known to binariesNiclas Moeslund Overby
2017-05-08mesonintrospect: List all installed filesQuentin Glidic
2017-05-08docs: make project(license:) a separate bullet pointJon Turney
2017-05-08Merge pull request #1747 from centricular/run-command-configure-fileJussi Pakkanen