aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/build.py
AgeCommit message (Expand)AuthorFilesLines
2018-02-25Use include_directories for D impdirs.dimpdirJussi Pakkanen1-3/+7
2018-02-04Don't version shared libraries for AndroidRobert Bragg1-20/+32
2018-01-31Make checks a bit more robust against empty entries.Jussi Pakkanen1-0/+4
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov1-6/+6
2018-01-13Merge pull request #2764 from mesonbuild/generatorpathJussi Pakkanen1-7/+30
2018-01-09Add `export_dynamic` argument to `executable`. (#2662)Nikita Churaev1-7/+18
2018-01-06Fix a problem when anyone actually tries to use a non-found dependencyJon Turney1-1/+1
2017-12-26fix AttributeError in CustomTargetIndex.__repr__Andrei Alexeyev1-1/+1
2017-12-18Can declare file generation in one dir and use the output in another.Jussi Pakkanen1-5/+6
2017-12-17Preserve_path_from should be a kwarg of process(), not generator().Jussi Pakkanen1-18/+9
2017-12-12Files created with generator can have path segments.Jussi Pakkanen1-3/+34
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