aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/build.py
AgeCommit message (Expand)AuthorFilesLines
2017-12-26fix AttributeError in CustomTargetIndex.__repr__Andrei Alexeyev1-1/+1
2017-12-02custom target: Consider all build depends while serializingNirbheek Chauhan1-0/+18
2017-11-26spelling: targetJosh Soref1-1/+1
2017-11-26spelling: overriddenJosh Soref1-1/+1
2017-11-11compilers: Improve manual library searchingNirbheek Chauhan1-1/+1
2017-10-31namespace run_targets by subprojectMartin Kelly1-19/+16
2017-10-29Raise InvalidArguments when trying to link against stringsLyude Paul1-0/+2
2017-10-08Better error message when using external libraries incorrectly. Closes #2447.Jussi Pakkanen1-0/+6
2017-10-01Use listify and extract_as_list everywhereNirbheek Chauhan1-18/+7
2017-10-01Merge pull request #2313 from dcbaker/fix-2180Jussi Pakkanen1-1/+1
2017-09-29Implement capture for generatorsNiklas Claesson1-0/+6
2017-09-27Allow CustomTarget's to be indexedDylan Baker1-1/+33
2017-09-21link_whole should be considered a source for targetsDylan Baker1-1/+1
2017-09-21Merge pull request #2340 from NickeZ/generator-fixJussi Pakkanen1-2/+4
2017-09-20Consider compilers used in static_library parentsDylan Baker1-8/+35
2017-09-20Add @PLAINNAME@ and @BASENAME@ to arguments argument for GeneratorNiklas Claesson1-2/+4
2017-09-18Last round with listify function refactoring.Alexis Jeandet1-18/+6
2017-09-18Introduced extract_as_list.Alexis Jeandet1-24/+15
2017-09-18Introduction of listify method. Test on build.py module to see benefits.Alexis Jeandet1-63/+30
2017-09-17d: Make feature names less verboseMatthias Klumpp1-6/+6
2017-09-12d: Implement specific properties for D featuresMatthias Klumpp1-1/+19
2017-08-05Add option to disable implicit include directories. Closes #2139.Jussi Pakkanen1-0/+4
2017-08-03Consider link_whole_targets when determining linkerDylan Baker1-1/+2
2017-07-21Merged buildrpath branch.Jussi Pakkanen1-0/+8
2017-07-21build.py: fixed a small issue where hasattr was passed only a name argument.Hagai1-1/+1
2017-07-21Check for manual attempts to set rpath and update docs.Jussi Pakkanen1-0/+4
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen1-0/+4
2017-07-20Make the name of the executable implib configurableJon Turney1-4/+7
2017-07-20Support implibs for executables on WindowsJon Turney1-2/+54
2017-07-02Merge pull request #2017 from mesonbuild/fix2012Jussi Pakkanen1-10/+22
2017-07-02Update args_frozen attribute check.Hemmo Nieminen1-1/+1
2017-07-01Fix remaining Interpreter object leaks.Jussi Pakkanen1-8/+16
2017-07-01Fix custom target sourcesJussi Pakkanen1-2/+6
2017-06-22Merge pull request #1922 from acfoltzer/rust-improvementsJussi Pakkanen1-8/+37
2017-06-14rename `crate_type` to `rust_crate_type` per @TingPingAdam C. Foltzer1-21/+21
2017-06-09Enhance Rust supportAdam C. Foltzer1-8/+37
2017-06-09dependencies: Add a new class ExternalDependencyNirbheek Chauhan1-1/+1
2017-06-02Revert slashes in filenames being a hard error to give downstream projects ti...Jussi Pakkanen1-1/+4
2017-05-29Whitespace tweaks to reduce Flake8 warningsAlistair Thomas1-3/+3
2017-05-26Target file name must not contain a path separator as that breaks things.Jussi Pakkanen1-0/+2
2017-05-22objc++: Add support for objcpp_args keywordPaulo Antonio Alvarez1-0/+5
2017-05-22objc: Add support for objc_args keywordPaulo Antonio Alvarez1-0/+5
2017-05-21Merge pull request #1792 from jon-turney/custom_target_vs_module_defsJussi Pakkanen1-1/+8
2017-05-17Remove unused variables.Elliott Sales de Andrade1-6/+4
2017-05-16Allow vs_module_defs to use a custom_targetJon Turney1-1/+8
2017-05-13Merged rust_args branch.Jussi Pakkanen1-0/+5
2017-05-11Flatten SharedLibary link_args.Dylan Baker1-3/+1
2017-05-11Allow passing a list of Files to CustomTarget. Closes #1720Dylan Baker1-2/+1
2017-05-11Use flatten for link targets. Fixes #1764Dylan Baker1-6/+2
2017-05-08rust: Support rust_argsPatrick Griffis1-0/+5