aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-07-23Consider `link_whole` as well as `link_with` for Vala depsSam Thursfield1-1/+1
2017-07-22add `crate-name` to Rust target argsAdam C. Foltzer1-0/+1
2017-07-21Merged buildrpath branch.Jussi Pakkanen1-0/+2
2017-07-21Fix run_target() accepting ConfigureFile for commandPatrick Griffis1-0/+2
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen1-0/+2
2017-07-20Support implibs for executables on WindowsJon Turney3-7/+19
2017-07-20Allow test to depend on executable target in cross build. (#2007)FredericHamel1-0/+2
2017-07-18Revert "Merge pull request #1931 from centricular/use-patched-ninja"Jussi Pakkanen1-5/+6
2017-07-17ninja backend: Detect ninja only once and log itNirbheek Chauhan1-6/+5
2017-07-16Removed consecutive identical variable assignments.Jussi Pakkanen1-1/+0
2017-06-29add project/global args and include_dirs (useful for module maps) to swift ta...Goncalo Carvalho1-0/+19
2017-06-27Merged Genie support.Jussi Pakkanen2-5/+5
2017-06-27Merge pull request #1986 from phako/masterJussi Pakkanen1-0/+3
2017-06-26Add 'Compiler.get_display_language'Guillaume Poirier-Morency1-1/+1
2017-06-26Recognise .gs extension as a Vala sourceAlistair Thomas2-5/+5
2017-06-22Split linkers out from compilers.pyAlistair Thomas1-8/+8
2017-06-22Merge pull request #1922 from acfoltzer/rust-improvementsJussi Pakkanen1-1/+35
2017-06-22vala: Only add --use-header for unity buildsNirbheek Chauhan1-1/+7
2017-06-22Skip handling non-available dependenciesJens Georg1-0/+3
2017-06-19fix indentation per @ignatenkobrainAdam C. Foltzer1-1/+1
2017-06-19Expand magic markers on custom and run targets too. Closes #1681.Jussi Pakkanen1-6/+14
2017-06-14fix failing Rust test casesAdam C. Foltzer1-0/+13
2017-06-14rename `crate_type` to `rust_crate_type` per @TingPingAdam C. Foltzer1-2/+2
2017-06-12Preserve -L -l pairings fetched from external depsNirbheek Chauhan2-4/+8
2017-06-11Merge pull request #1927 from centricular/gir-rpath-linkJussi Pakkanen2-9/+9
2017-06-11gnome: Work around GNU ld bug with -rpath,$ORIGINNirbheek Chauhan2-9/+9
2017-06-09Enhance Rust supportAdam C. Foltzer1-1/+22
2017-06-09vs: Sometimes WindowsSDKVersion is unsetNirbheek Chauhan1-1/+3
2017-06-09vs: Always check VSINSTALLDIR in case VisualStudioVersion is unsetNirbheek Chauhan1-17/+15
2017-06-09dependencies: Add a new class ExternalDependencyNirbheek Chauhan1-1/+1
2017-06-08fix WarningLevel in vcxproj #1913Bug1-3/+3
2017-06-04Merge pull request #1545 from centricular/dont-link-recursivelyJussi Pakkanen2-37/+33
2017-06-03Use relative rpath so builds are reproducible.Jussi Pakkanen1-0/+9
2017-06-02ninja: Use shlex.quote for quoting on non-WindowsNirbheek Chauhan1-23/+23