aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2017-10-31namespace run_targets by subprojectMartin Kelly1-4/+9
2017-10-03Use long form of valac options and make --basedir use relative pathAlistair Thomas1-4/+4
2017-10-03Merge github.com:mesonbuild/meson into vala-target-dirsCorentin Noël1-0/+24
2017-10-03Reduce code complexity, fix nested array in files instructionCorentin Noël1-4/+3
2017-10-02Merge pull request #2397 from mesonbuild/prebuiltJussi Pakkanen1-0/+24
2017-10-02Allow different directories for Vala filesCorentin Noël1-2/+8
2017-10-02Add rpath entries for all found libraries outside of system libraries.Jussi Pakkanen1-3/+8
2017-10-01backends: avoid extraneous trailing os.path.sep when joining pathsLiam Staskawicz1-2/+5
2017-10-01Merge pull request #2313 from dcbaker/fix-2180Jussi Pakkanen2-11/+36
2017-10-01Fix MSVC builds.Jussi Pakkanen1-1/+3
2017-09-30Add an rpath entry to shared libraries that are linked from the source tree.Jussi Pakkanen1-0/+17
2017-09-30vs: Fix link_whole usage with the vs backendNirbheek Chauhan2-8/+27
2017-09-30vs: Fix detection of options vs libraries in link argsNirbheek Chauhan1-0/+2
2017-09-30vs: Add a helper for adding a project referenceNirbheek Chauhan1-3/+7
2017-09-29Implement capture for generatorsNiklas Claesson2-1/+24
2017-09-27Allow CustomTarget's to be indexedDylan Baker3-7/+10
2017-09-22Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen2-21/+19
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker2-2/+1
2017-09-21Merge pull request #2340 from NickeZ/generator-fixJussi Pakkanen2-2/+2
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker2-19/+18
2017-09-20ninja: Generator is more informative on what it is doing.Florian Zwoch1-1/+1
2017-09-20Add @PLAINNAME@ and @BASENAME@ to arguments argument for GeneratorNiklas Claesson2-2/+2
2017-09-18ninja: Fix the dependency on the VAPI when 'vala_vapi' is usedGuillaume Poirier-Morency1-1/+1
2017-09-18Revert "Revert "Merge pull request #1931 from centricular/use-patched-ninja""Nirbheek Chauhan1-6/+5
2017-09-12Merge pull request #1943 from QuLogic/duplicate-namesJussi Pakkanen3-78/+48
2017-09-12Renamed test serialisation from is_cross to is_cross_built for clarity.Jussi Pakkanen1-5/+5
2017-09-12An external program is never a "cross test".Jussi Pakkanen1-0/+4
2017-09-11backends: Add custom target inc dirs before target inc dirsNirbheek Chauhan2-9/+15
2017-08-24csharp: Take into account project and global argsThibault Saunier1-0/+2
2017-08-24c#: Handle external dependencies from .pc filesThibault Saunier1-1/+4
2017-08-23ninjabackend: Add support for generated csharp sources.Thibault Saunier1-0/+9
2017-08-20Fix coverage target breakage and add a test for it.Jussi Pakkanen1-1/+1
2017-08-18Make all functionality invokable via the main Meson binary,Jussi Pakkanen3-60/+43
2017-08-17Ignore encoding when scanning Fortran sources.Jussi Pakkanen1-1/+3
2017-08-14Remove VS implementation of object name resolver.Elliott Sales de Andrade1-33/+1
2017-08-14Fix object extraction in unity builds.Elliott Sales de Andrade1-12/+9
2017-08-14Use full relative paths to generate object names.Elliott Sales de Andrade1-5/+27
2017-08-14Use object_filename_from_source when creating objects.Elliott Sales de Andrade2-15/+2
2017-08-14Only calculate absolute source path when necessary.Elliott Sales de Andrade1-9/+6
2017-08-14Simplify path-determination in compile-generation.Elliott Sales de Andrade1-14/+13
2017-08-15ninja: Fix detection of vs compiler usageNirbheek Chauhan1-4/+6
2017-08-15ninja: Fix cleaning in various edge casesNirbheek Chauhan1-25/+68
2017-08-14Use "meson test" in test invocations so it will not print the deprecation war...Jussi Pakkanen2-4/+4
2017-08-06Allow excluding files from `install_subdir`Elliott Sales de Andrade1-1/+1
2017-08-05Add option to disable implicit include directories. Closes #2139.Jussi Pakkanen2-5/+11
2017-08-05Add option to limit maximum number of concurrent link processes.Jussi Pakkanen1-1/+13
2017-08-04Fix #1993nyorain1-2/+2
2017-08-01Vala: enable colored warning and error output (#2142)Ben1-0/+1
2017-07-31Convert man inputs to Files so you can install_man the output of configure_fi...Jussi Pakkanen1-2/+2
2017-07-24Ensure same compiler flags are used for compiling PCH as normal sourcesGabríel Arthúr Pétursson1-3/+3