aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2018-04-17Open build files with utf-8Nirbheek Chauhan2-6/+6
2018-04-16Merged Arm CC support.Jussi Pakkanen1-4/+4
2018-04-16Add macOS linker versioning informationTom Schoonjans1-1/+1
2018-04-15cross: Add compiler cross_args after normal argsNirbheek Chauhan1-5/+5
2018-04-15Merge pull request #3115 from makise-homura/e2k-lcc-supportJussi Pakkanen1-1/+1
2018-04-15ninjabackend: Try to guess library dependencies for linker invocation.Martin Hostettler1-2/+75
2018-04-08VS backend: dedup AdditionalDependenciesPaul I1-1/+2
2018-04-03extract_all_objects: Also extract generated sourcesXavier Claessens1-1/+11
2018-04-02Merge pull request #3242 from thejk/coverage_targetsJussi Pakkanen1-79/+31
2018-03-31Ensure D feature flags get applied to all D filesMatthias Klumpp1-3/+5
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-20Fixed compatibility issue regarding Python 3.5makise-homura1-1/+1
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-19Exclude subprojects when doing coverageJoel Klinghed1-0/+2
2018-03-19Use standalone coverage script for legacy targetsJoel Klinghed1-79/+29
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-05First cut of ARMCC support for MESON.Bedarkar, Malhar1-4/+4
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