aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2018-02-25Use include_directories for D impdirs.dimpdirJussi Pakkanen1-0/+3
2018-02-25Add support for Visual Studio csc c# compilerThibault Saunier1-5/+14
2018-02-22Fix Rust compiler-private library ambiguityAdam C. Foltzer1-0/+4
2018-02-22Allow for missing install_dir in install_data()Peter Hutterer1-0/+2
2018-02-21Generate build rpath for pkg-config dependencies consisting of a one absolute...Martin Hostettler1-1/+1
2018-02-20vala: Fix path of C file with generated Vala filesNirbheek Chauhan1-5/+21
2018-02-16Merge pull request #3069 from dcbaker/pch_one_argJussi Pakkanen1-10/+4
2018-02-15Only remove substring if it is part of stringNiklas Claesson1-3/+6
2018-02-14backends: Only add pch args that are appropriate for the compilerDylan Baker1-10/+4
2018-02-05Rename install_subdir() option elide_directory to strip_directoryAleksey Filippov1-1/+1
2018-02-05Add elide_directory keyword for install_subdir() functionAleksey Filippov1-2/+3
2018-02-04Merge pull request #2938 from acfoltzer/rust-cross-mergeJussi Pakkanen1-5/+11
2018-02-04Refactor and simplify install_subdir()Aleksey Filippov1-11/+8
2018-02-02Only quote colons on build lines. Closes #2961.Jussi Pakkanen1-6/+10
2018-01-29Add cross-compilation support for `rustc`Adam C. Foltzer1-5/+11
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov4-11/+11
2018-01-13Merge pull request #2764 from mesonbuild/generatorpathJussi Pakkanen2-5/+11
2018-01-09Add `export_dynamic` argument to `executable`. (#2662)Nikita Churaev1-0/+3
2018-01-08Merge pull request #2885 from BeChris/fix_vs_pchJussi Pakkanen2-15/+23
2018-01-07Modify exception raised when msvc pch is badly specifiedChristophe Gouiran2-2/+2
2018-01-07Print problem text in error message. Closes #2882.Jussi Pakkanen1-2/+6
2018-01-06Fix MSVC backend crashes when `c_pch` or `cpp_pch` is not an arrayChristophe Gouiran1-14/+22
2017-12-30Fail Visual Studio version detection if VSINSTALLDIR is not setGabríel Arthúr Pétursson1-4/+3
2017-12-21Fix Windows.Jussi Pakkanen2-2/+4
2017-12-18Can declare file generation in one dir and use the output in another.Jussi Pakkanen2-4/+8
2017-12-16Do not extract object for header sourcesXavier Claessens1-2/+8
2017-12-10Merge pull request #2745 from dcbaker/submit/haikuJussi Pakkanen2-2/+2
2017-12-10Merge pull request #2697 from mesonbuild/custom-target-depends-serializeJussi Pakkanen3-17/+34
2017-12-07haiku: do not add pthread argumentsDylan Baker2-2/+2
2017-12-03Fix path for str arguments to depend_filesJoergen Ibsen1-2/+2
2017-12-03Merge pull request #2618 from mesonbuild/osxlinkerfixesJussi Pakkanen1-0/+2
2017-12-02custom target: Consider all build depends while serializingNirbheek Chauhan3-17/+34
2017-11-30VS: Add /DEBUG to linker to generate debug informationNiklas Claesson2-3/+12
2017-11-26spelling: verifierJosh Soref1-1/+1
2017-11-26Use absolute paths for rpaths on OSX.Jussi Pakkanen1-0/+2
2017-11-26spelling: overwriteJosh Soref1-1/+1
2017-11-26spelling: overriddenJosh Soref2-4/+4
2017-11-26spelling: dependencyJosh Soref1-1/+1
2017-11-21Review fixes.Jussi Pakkanen2-3/+3
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen3-7/+8
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