aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2018-03-25Merge pull request #2976 from dzabraev/fix-reversed-orderJussi Pakkanen2-2/+6
2018-03-23Enable b_ndebug on VisualStudioCCompilerAleksey Filippov1-1/+1
2018-03-21Fix b_ndebug=if-release optionAleksey Filippov2-5/+23
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 Filippov3-12/+6
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-12Merge pull request #3205 from sarum9in/use-itertoolsJussi Pakkanen1-1/+1
2018-03-12Fix shared library building on xcode.Jukka Laurila1-1/+1
2018-03-11Use itertools.chain() instead of list concatenationAleksey Filippov1-1/+1
2018-03-10Exclude subprojects when doing coverageNiklas Claesson1-5/+24
2018-03-09Fix xcode backend to run "meson test" instead of the nonexistent meson_test.py.Jukka Laurila1-3/+1
2018-03-07Get generated headers from link_whole_targets as meson does for link_targetsAleksey Filippov1-1/+2
2018-03-03Fix flake8 'imported but unused' reportsJon Turney2-2/+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-25Include project name in a test object.Hemmo Nieminen1-5/+6
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-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-11keep include paths orderMaxim Dzabraev1-1/+2
2018-02-11Fix bug include_directories([p1,p2]) produces -Ip2 -Ip1 (reversed order)Maxim Dzabraev1-1/+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