aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz19-34/+77
2022-07-03fix totally invalid import of an importEli Schwartz1-1/+3
2022-07-03sort imports for neatnessEli Schwartz3-18/+17
2022-07-03Bump version number for new development.Jussi Pakkanen1-1/+1
2022-07-03Finalize the release.0.63.0Jussi Pakkanen1-1/+1
2022-06-27dependencies: update llvm versionsDylan Baker1-1/+3
2022-06-27Bump version number for rc2.0.63.0.rc2Jussi Pakkanen1-1/+1
2022-06-26Fix destdir_joinAkihiko Odaki1-3/+3
2022-06-26add missing lower() to fix msvc backend platform detectionTad Young1-1/+1
2022-06-24fix: handle the case where the last item of `four_column` results in being < ...fxxf1-1/+2
2022-06-22Move python version check as first thingXavier Claessens1-6/+0
2022-06-21fix type checking for declare_dependency to allow linking to executableEli Schwartz1-3/+3
2022-06-21visualstudio.py: Apply /utf-8 only on clang or VS2015+Chun-wei Fan1-7/+5
2022-06-19Update version numbers for rc1.0.63.0rc1Jussi Pakkanen1-1/+1
2022-06-19Merge pull request #10464 from rtbo/fix_generated_depsJussi Pakkanen1-2/+9
2022-06-19python module: implicitly add python dep to extensionsEli Schwartz1-9/+19
2022-06-19python module: cache dependency() lookup between invocationsEli Schwartz1-14/+26
2022-06-19gnome module: fix regression that broke using built xml files as gresourcesEli Schwartz1-1/+8
2022-06-19Update CUDA Toolkit/driver version table for recent releases.Olexa Bilaniuk1-0/+5
2022-06-17always run external projects multi-threaded if possibleStaz M1-4/+3
2022-06-17always set DESTDIR via the environment for external projectsStaz M1-4/+1
2022-06-17external-project: Add depends kwargXavier Claessens1-5/+11
2022-06-17migrate declare_dependency to typed_kwargsEli Schwartz2-32/+94
2022-06-17refactor logic for parsing dependency variables into type_checking moduleEli Schwartz2-12/+41
2022-06-17fix confusing incorrect default name for a KwargInfoEli Schwartz2-2/+2
2022-06-17typed_kwargs: support dict/list as "new since" typesEli Schwartz1-6/+12
2022-06-17interpreter: fix a subproject check with symlinksHemmo Nieminen1-1/+1
2022-06-17fix parameter expansion in several error messagesMichael Mera3-5/+5
2022-06-17devenv: Do not use relative WINEPATHXavier Claessens1-5/+5
2022-06-17Improve WINEPATH reductionXavier Claessens4-72/+69
2022-06-17ExternalProgram: Make get_version() work without interpreterXavier Claessens1-6/+15
2022-06-16fix regression that broke proper warnings about passing subproject as a depEli Schwartz1-0/+3
2022-06-16fix crash when passing invalid inputs as build_target dependenciesfxxf1-6/+7
2022-06-16minstall: Add more safety checks when unpickling installdataXavier Claessens3-26/+30
2022-06-14devenv: Add support for PowerShell 7 on WindowsSeungha Yang2-4/+3
2022-06-14Fix crash when a reconfigure adds a new subprojectXavier Claessens1-2/+1
2022-06-14backend: always use the same code to compute the files in ExtractedObjectsPaolo Bonzini3-18/+9
2022-06-14take override_option('unity=...') into account when allowing extract_objects()Paolo Bonzini4-10/+9
2022-06-13ninja backend: generate additional meta-rules for test/benchmarks targetsEli Schwartz3-12/+24
2022-06-13flake8: remove unused variableEli Schwartz1-1/+1
2022-06-13flake8: don't use f-strings for strings without formattingEli Schwartz3-3/+3
2022-06-13flake8: fix non-idiomatic ordering of "if not in" checksEli Schwartz1-3/+3
2022-06-13flake8: fix various whitespace nitsEli Schwartz9-16/+16
2022-06-10add Feature checks for install_subdir creating an empty directoryEli Schwartz1-0/+7
2022-06-10ACfL version detection with regexStepan Nassyr1-28/+6
2022-06-10Allow for 3-component ACfL versionsStepan Nassyr1-8/+26
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz17-59/+93
2022-06-10flake8: remove import that was never usedEli Schwartz1-1/+0
2022-06-10flake8: remove no longer used importsEli Schwartz4-4/+0
2022-06-10build: CustomTargetIndex.is_linkable_target misses '.dylib'Sutou Kouhei1-1/+1