aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-02-20msubprojects: We return a string from git() nowNirbheek Chauhan1-4/+4
2020-02-20Introduce dataonly for the pkgconfig moduleRohan Garg1-22/+38
2020-02-19cmake: Ignore files that violate subproject isolation (fixes #6640)Daniel Mensinger1-1/+13
2020-02-19coredata: Fix crash when cmd_line_options contains booleansXavier Claessens1-2/+5
2020-02-19modules/cmake: Add a found() method to the cmake subprojectDylan Baker1-0/+8
2020-02-19modules/cmake: Use the noPosargs helperDylan Baker1-3/+2
2020-02-18linkers: typing -> T fixupDylan Baker1-1/+1
2020-02-18Don't pass --allow-shlib-undefined to lld if it's not supportedAndrei Alexeyev1-1/+12
2020-02-17minstall: Add a new option --quietNirbheek Chauhan1-10/+18
2020-02-17minstall: Optimize when to call makedirs()Nirbheek Chauhan1-9/+11
2020-02-17minstall: Error out when trying to copy file to dirNirbheek Chauhan1-0/+1
2020-02-17depfixer: Ignore more extensions that can't need RPATH fixesNirbheek Chauhan1-5/+4
2020-02-17depfixer: Cache searching of install_name_toolNirbheek Chauhan1-1/+11
2020-02-17minstall: Fix check for when something was installedNirbheek Chauhan1-10/+11
2020-02-17minstall: Add new hidden argument --profile-selfNirbheek Chauhan1-1/+9
2020-02-17mdist: Use windows_proof_rmtree when deletingNirbheek Chauhan1-4/+4
2020-02-17mdist: Don't delete builddir on dist failureNirbheek Chauhan1-26/+31
2020-02-17modules/python: Do not error out if positional args are passedNirbheek Chauhan1-1/+5
2020-02-17version parsing: match only when version starts with a numberGerion Entrup2-2/+2
2020-02-17base.py: remove trailing whitespaceGerion Entrup1-2/+2
2020-02-16Popen_safe: Always re-setup the console colorsNirbheek Chauhan1-4/+9
2020-02-16Split console colourization into a separate functionNirbheek Chauhan2-9/+10
2020-02-16mesonlib: Set stdin to DEVNULL for all programs run by usNirbheek Chauhan1-0/+4
2020-02-15msvc: add prefix to build type argumentsDmitry Kozlyuk1-0/+3
2020-02-15cmake: Fix crash when no C++ compiler is not installed (fixes #6559)Daniel Mensinger1-46/+50
2020-02-12Add unity block size option.Jussi Pakkanen2-15/+31
2020-02-12Refactor UserIntegerOption to work with BuiltinOption.Jussi Pakkanen2-8/+8
2020-02-12cmake: Add support for the new JSON trace formatDaniel Mensinger1-15/+38
2020-02-12meson: unbreak --profile-selfMarcel Hollerbach1-1/+1
2020-02-11configure_file: Also copy timestamps to avoid useless rebuildsNirbheek Chauhan1-1/+1
2020-02-11minstall: Make --only-changed less verboseNirbheek Chauhan1-1/+5
2020-02-10Exclude .hg* from dist tarballsRichard Laager1-1/+10
2020-02-07Merge pull request #6421 from dcbaker/zlib-system-depJussi Pakkanen2-1/+55
2020-02-06Make 'default_library' per-subproject builtin optionXavier Claessens3-25/+61
2020-02-06backends: Remove unused methodXavier Claessens1-4/+0
2020-02-06add FeatureNewMichael Hirsch, Ph.D1-0/+5
2020-02-06add fs.stem()Michael Hirsch, Ph.D1-2/+11
2020-02-06fs: add expanduser methodMichael Hirsch, Ph.D1-1/+8
2020-02-06fs: add methods as_posix, is_absoluteMichael Hirsch, Ph.D1-7/+43
2020-02-05Merge pull request #6161 from scivision/native_propertyJussi Pakkanen3-4/+37
2020-02-05depdenencies/qt: Second attempt to allow qt --no-framework on MacOS.nikolayp1-4/+12
2020-02-05Merge pull request #6589 from dcbaker/wx-widgets-staticJussi Pakkanen1-5/+21
2020-02-05Fix import dependency from dubMax1-0/+8
2020-02-05docMichael Hirsch, Ph.D1-2/+2
2020-02-05add get_external_property to replace get_cross_propertyMichael Hirsch, Ph.D1-14/+29
2020-02-05add meson.get_native_property for native filesMichael Hirsch, Ph.D3-1/+19
2020-02-05Merge pull request #6573 from michaelbadcrumble/add_sample_templatesJussi Pakkanen6-56/+719
2020-02-05Merge pull request #6582 from mensinda/cmQuotesJussi Pakkanen1-5/+13
2020-02-05dependencies/ui: Honor static argument with wxwidgetsDylan Baker1-2/+14
2020-02-05dependencies/ui: Add type annotations to WxDependencyDylan Baker1-2/+6