aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/ninjabackend.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-20Merge pull request #3223 from sarum9in/renameJussi Pakkanen1-5/+4
2018-03-19Create a helper for checking if a string has a path componentNirbheek Chauhan1-5/+5
2018-03-17Add rename parameter to install_data()Aleksey Filippov1-5/+4
2018-03-15Use target.get_id() instead of basename and type_suffix concatenation at call...Aleksey Filippov1-2/+1
2018-03-13Merge pull request #3145 from thejk/gcovrJussi Pakkanen1-3/+21
2018-03-12fixup! Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed1-1/+1
2018-03-12fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed1-2/+2
2018-03-11Use itertools.chain() instead of list concatenationAleksey Filippov1-1/+1
2018-03-10Exclude subprojects when doing coverageNiklas Claesson1-5/+24
2018-03-07Get generated headers from link_whole_targets as meson does for link_targetsAleksey Filippov1-1/+2
2018-03-01Harmonize data pickling.Hemmo Nieminen1-0/+6
2018-03-01Remove some unused variables.Hemmo Nieminen1-4/+1
2018-02-27Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed1-0/+13
2018-02-27Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed1-3/+8
2018-02-25Use include_directories for D impdirs.Jussi 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-20vala: Fix path of C file with generated Vala filesNirbheek Chauhan1-5/+21
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 Filippov1-8/+8
2018-01-13Merge pull request #2764 from mesonbuild/generatorpathJussi Pakkanen1-3/+8
2018-01-09Add `export_dynamic` argument to `executable`. (#2662)Nikita Churaev1-0/+3
2018-01-08Merge pull request #2885 from BeChris/fix_vs_pchJussi Pakkanen1-1/+1
2018-01-07Modify exception raised when msvc pch is badly specifiedChristophe Gouiran1-1/+1
2018-01-07Print problem text in error message. Closes #2882.Jussi Pakkanen1-2/+6
2017-12-21Fix Windows.Jussi Pakkanen1-0/+1
2017-12-18Can declare file generation in one dir and use the output in another.Jussi Pakkanen1-3/+7
2017-12-10Merge pull request #2745 from dcbaker/submit/haikuJussi Pakkanen1-1/+1
2017-12-07haiku: do not add pthread argumentsDylan Baker1-1/+1
2017-12-02custom target: Consider all build depends while serializingNirbheek Chauhan1-5/+13
2017-11-26spelling: overwriteJosh Soref1-1/+1
2017-11-26spelling: overriddenJosh Soref1-2/+2
2017-11-26spelling: dependencyJosh Soref1-1/+1
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen1-2/+2
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-03Reduce code complexity, fix nested array in files instructionCorentin Noël1-4/+3
2017-10-02Allow different directories for Vala filesCorentin Noël1-2/+8
2017-09-29Implement capture for generatorsNiklas Claesson1-1/+14
2017-09-27Allow CustomTarget's to be indexedDylan Baker1-5/+6
2017-09-22Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen1-16/+17
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker1-1/+1
2017-09-21Merge pull request #2340 from NickeZ/generator-fixJussi Pakkanen1-1/+1
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker1-15/+16