aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2017-05-13Strip system directories and show coverage for files not executed at all. Clo...Jussi Pakkanen1-19/+37
2017-05-13Moved coverage commands to a standalone script.Jussi Pakkanen4-0/+77
2017-05-13Merged rust_args branch.Jussi Pakkanen3-4/+10
2017-05-12Merge pull request #1669 from mesonbuild/distJussi Pakkanen4-0/+167
2017-05-12Make vs_module_defs: do something for gcc on Windows as wellJon Turney2-2/+12
2017-05-12Merge pull request #1735 from dcbaker/list-of-filesJussi Pakkanen2-12/+5
2017-05-12Add test and release notes.Jussi Pakkanen1-1/+1
2017-05-11Flatten SharedLibary link_args.Dylan Baker1-3/+1
2017-05-11Merge pull request #1631 from QuLogic/split-dependenciesJussi Pakkanen7-1815/+1966
2017-05-11Allow passing a list of Files to CustomTarget. Closes #1720Dylan Baker1-2/+1
2017-05-11Use flatten for link targets. Fixes #1764Dylan Baker1-6/+2
2017-05-11Flatten should always return a listDylan Baker1-1/+1
2017-05-11Initialise submodules.Jussi Pakkanen1-15/+37
2017-05-11Test created tarball by doing a full build + test + install cycle.Jussi Pakkanen2-24/+70
2017-05-11Created a dist target. Closes #877.Jussi Pakkanen4-0/+99
2017-05-11pkgconfig: add suppport for custom variables during generationPeter Hutterer1-2/+31
2017-05-09Make base imports explicit.Elliott Sales de Andrade1-1/+3
2017-05-09Tweak formatting of base dependency file.Elliott Sales de Andrade1-14/+21
2017-05-09Split misc dependencies into their own file.Elliott Sales de Andrade3-360/+390
2017-05-09Split apart platform-specific dependenciesElliott Sales de Andrade3-25/+48
2017-05-09Split development-related deps into their own file.Elliott Sales de Andrade3-273/+302
2017-05-09Split UI-related into a separate file.Elliott Sales de Andrade3-530/+575
2017-05-09Move dependencies.py into a subdirectory.Elliott Sales de Andrade2-5/+20
2017-05-09Merge pull request #1610 from valum-framework/vala-use-generate-basic-compile...Jussi Pakkanen3-23/+25
2017-05-09vs: surround project guid with '{}'Nicolas Schneider1-4/+4
2017-05-09Merge pull request #1751 from centricular/fix-cached-depsJussi Pakkanen5-54/+72
2017-05-09Merge pull request #1758 from dcbaker/llvm-cpp-blacklistJussi Pakkanen2-3/+8
2017-05-09dependencies: Only store found deps in the cacheNirbheek Chauhan1-30/+7
2017-05-09dependencies: Fix two more edge-cases in dependency searchingNirbheek Chauhan1-12/+11
2017-05-09Completely overhaul caching of external dependenciesNirbheek Chauhan4-32/+82
2017-05-09pkgconfig dependency: Define version_reqs at the startNirbheek Chauhan1-1/+1
2017-05-09mesonintrospect: Print all deps, not just those with the same nameNirbheek Chauhan1-3/+3
2017-05-09interpreter: Typo in error messageNirbheek Chauhan1-1/+1
2017-05-09dependencies: Fix caching of native/cross dependenciesNirbheek Chauhan2-23/+15
2017-05-08rust: Use -C to specify build typePatrick Griffis1-4/+4
2017-05-08rust: Support rust_argsPatrick Griffis2-0/+6
2017-05-08Allow link_depends to take strings, Files or generated objects. Closes #1172Dylan Baker2-12/+39
2017-05-08vala: Add 'no_warn_args' with '--disable-warnings'Guillaume Poirier-Morency1-0/+3
2017-05-08Use 'generate_basic_compiler_args' for Vala targetsGuillaume Poirier-Morency3-23/+22
2017-05-08Add support for @CURRENT_SOURCE_DIR@ in generator argumentsAlberto Aguirre3-0/+8
2017-05-08Make name_suffix keyword known to binariesNiclas Moeslund Overby1-1/+1
2017-05-08mesonintrospect: List all installed filesQuentin Glidic1-0/+6
2017-05-08Merge pull request #1747 from centricular/run-command-configure-fileJussi Pakkanen2-45/+49
2017-05-08Prevent going into the same directory twice via symlinks. Closes #1749.Jussi Pakkanen1-2/+4
2017-05-08Fix error log in LLVM, which used the wrong variableDylan Baker1-1/+1
2017-05-08Implement a cpp blacklist for LLVM dependencyDylan Baker1-1/+2
2017-05-08Implement difference method for OrderedSetDylan Baker1-0/+3
2017-05-08Fix OrderedSet `__repr__` protocol for non-string objectsDylan Baker1-1/+2
2017-05-07run_command: Refactor + improve errors and testNirbheek Chauhan2-47/+46
2017-05-07run_command: accept built File objects tooNirbheek Chauhan1-7/+12