aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/ninjabackend.py
AgeCommit message (Expand)AuthorFilesLines
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
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 Claesson1-1/+1
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 Pakkanen1-28/+11
2017-09-11backends: Add custom target inc dirs before target inc dirsNirbheek Chauhan1-6/+10
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 Pakkanen1-45/+33
2017-08-17Ignore encoding when scanning Fortran sources.Jussi Pakkanen1-1/+3
2017-08-14Use object_filename_from_source when creating objects.Elliott Sales de Andrade1-14/+1
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