summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2021-07-07windows: Support wrc resource compilerConnor Abbott
2021-07-06Fix unsupported linker error messageAndrea Pappacoda
2021-07-05Bump version number for rc1.Jussi Pakkanen
2021-07-05cmake: Improved error message for using dependency for executablesDaniel Mensinger
2021-07-05condense linesEli Schwartz
2021-07-05simplify mesonlib imports for the sake of line lengthsEli Schwartz
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz
2021-07-05fix typo in log messageEli Schwartz
2021-07-05pyupgradeEli Schwartz
2021-07-05use modern set syntaxEli Schwartz
2021-07-04dependencies: Deterministic LLVM compile and link arg ordering (#8959)kira78
2021-07-05cmake: Only use the `cm_` prefix when it is actually required (fixes #8955)Daniel Mensinger
2021-07-04dist: only exclude actual git filesAndrea Pappacoda
2021-07-03Merge pull request #8950 from dcbaker/submit/import-required-disabledJussi Pakkanen
2021-07-03Delete redirected wrap files in subprojects purgeTristan Partin
2021-07-02Flatten test suite valueTristan Partin
2021-07-02backends/ninja: only pass project specific arguments to scan-buildDylan Baker
2021-07-02fix: get_variable default variables are not ObjectHolders (fixes #8936)Daniel Mensinger
2021-07-01Add minimum NVIDIA driver version entry in table for newly-released CUDA Tool...Olexa Bilaniuk
2021-06-30interpreter: add required and disabled to importDylan Baker
2021-07-01C2000: linker uses now binary setting defined within the cross-filemiebka
2021-06-30modules: modules need to return either an ExtensionModlue or aDylan Baker
2021-06-30modules: add classes with the found methodDylan Baker
2021-06-30interpreter: use typed_pos_args for func_importDylan Baker
2021-06-29Merge pull request #8882 from xclaesse/msubprojects-parallelJussi Pakkanen
2021-06-29Add feed arg to custom_target()Simon Ser
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-06-29pathlib: Patch pathlib to work around some bugs (fixes #7295)Daniel Mensinger
2021-06-28 build: fix object path for vs backendDenis Fortin
2021-06-27modules/qt: use _impl private methods to avoid incorrect FeatureNewDylan Baker
2021-06-27Update detect.pyIan Harvey
2021-06-26refactor: Refactor BothLibraries logicDaniel Mensinger
2021-06-25msubprojects: Display progress while tasks are runningXavier Claessens
2021-06-25msubprojects: Add message at the end of purgeXavier Claessens
2021-06-25msubprojects: Run action on all subprojects in parallelXavier Claessens
2021-06-25typing: Annotate compilers.detectDaniel Mensinger
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger
2021-06-25linkers: move linkers.py into the linkers packageDaniel Mensinger
2021-06-23gnome: add update_desktop_database to post_install()Xavier Claessens
2021-06-23gnome: Set GSETTINGS_SCHEMA_DIR in devenvXavier Claessens
2021-06-23interpreter: Empty list used to be allowed in install_headers/manXavier Claessens
2021-06-23Merge pull request #8884 from dcbaker/submit/type-and-annotate-install-functionsJussi Pakkanen
2021-06-23Merge pull request #8912 from mensinda/fixBothLibrariesJussi Pakkanen
2021-06-22fix: Handling BothLibraries objects (fixes #8907)Daniel Mensinger
2021-06-22Merge pull request #8905 from mensinda/refactorFixJussi Pakkanen
2021-06-22Add Visual Studio 2012/2013 backends (#8803)fanc999
2021-06-22Merge pull request #8900 from bonzini/extract-objects-docsJussi Pakkanen
2021-06-22Merge pull request #8898 from e820/interpreter-required-argumentsDylan Baker
2021-06-22minstall: make intentions clearerDylan Baker
2021-06-22install_*: FileMode doesn't need to be NoneDylan Baker