12744 Commits (e7d87b6f58c653c3962479f59867397ffc15c32f)
 

Author SHA1 Message Date
Xavier Claessens 807cbcb350 external-project: Add depends kwarg 2 years ago
Eli Schwartz 47426f3663
migrate declare_dependency to typed_kwargs 2 years ago
Eli Schwartz ca52dac38b
refactor logic for parsing dependency variables into type_checking module 2 years ago
Eli Schwartz b13a95c301
docs: d_module_versions has an undocumented ability to accept integers 2 years ago
Eli Schwartz e99e55d0aa
docs: fix incorrect info for declare_dependency sources 2 years ago
Eli Schwartz edb38fd6f6
fix confusing incorrect default name for a KwargInfo 2 years ago
Eli Schwartz c1aeb2f7e4
typed_kwargs: support dict/list as "new since" types 2 years ago
Hemmo Nieminen b49b9f52b2 interpreter: fix a subproject check with symlinks 2 years ago
Michael Mera 9b21428006 fix parameter expansion in several error messages 2 years ago
Xavier Claessens a693e2d091 devenv: Do not use relative WINEPATH 2 years ago
Xavier Claessens 57909b53d6 Improve WINEPATH reduction 2 years ago
Xavier Claessens b1649899a2 ExternalProgram: Make get_version() work without interpreter 2 years ago
Eli Schwartz 41860f686f docs: ensure stable order of release notes 2 years ago
Eli Schwartz b87067dc8b
fix regression that broke proper warnings about passing subproject as a dep 2 years ago
fxxf c72715db68
test (failing): 127 subproject object as a dependency 2 years ago
fxxf b7159f4a1a
fix crash when passing invalid inputs as build_target dependencies 2 years ago
Xavier Claessens 2e3ac3eec0 minstall: Add more safety checks when unpickling installdata 2 years ago
Eli Schwartz 7229443738
docs: only list the latest build of a given stable tag for each wrapdb entry 2 years ago
Xavier Claessens ebfbaef7ee doc: Add meson.override_dependency() in external-project example 2 years ago
Seungha Yang ee7a7fec10 devenv: Add support for PowerShell 7 on Windows 2 years ago
Xavier Claessens d85a9733e6 Fix crash when a reconfigure adds a new subproject 2 years ago
Paolo Bonzini e559ea0b7c add testcase for previous commit 2 years ago
Paolo Bonzini e4a8f4dbd6 backend: always use the same code to compute the files in ExtractedObjects 2 years ago
Paolo Bonzini dae986073d take override_option('unity=...') into account when allowing extract_objects() 2 years ago
Eli Schwartz f3ba24f289
ninja backend: generate additional meta-rules for test/benchmarks targets 2 years ago
Eli Schwartz 036181ef6a
unittests: do more accurate check for ninja "nothing to do" 2 years ago
Eli Schwartz 2acb6ee79e
unittests: allow test commands to suppress returning stderr 2 years ago
Eli Schwartz 16ed82a62f flake8: remove unused variable 2 years ago
Eli Schwartz 85f3fc2022 flake8: don't use f-strings for strings without formatting 2 years ago
Eli Schwartz 3f42c844de flake8: fix non-idiomatic ordering of "if not in" checks 2 years ago
Eli Schwartz 462b35e4b1 flake8: fix various whitespace nits 2 years ago
Eli Schwartz f380862284
add Feature checks for install_subdir creating an empty directory 2 years ago
ff 4ad869cd84 fix typo in IndepthTutorial.md 2 years ago
Stepan Nassyr b0158955b7 ACfL version detection with regex 2 years ago
Stepan Nassyr d045c9f79d Allow for 3-component ACfL versions 2 years ago
Eli Schwartz a49cd00d64 treewide: various cleanups to move imports for mypy into typechecking blocks 2 years ago
Eli Schwartz 6aeb8792ca flake8: remove import that was never used 2 years ago
Eli Schwartz 1eaf49c880 flake8: remove no longer used imports 2 years ago
Sutou Kouhei f6e7cc070e build: CustomTargetIndex.is_linkable_target misses '.dylib' 2 years ago
Xavier Claessens 0aeb61bd52 wayland: Lookup for wayland-scanner using pkgconfig 2 years ago
Eli Schwartz c151988b39
intro-install_plan: fix destinations for build_targets with custom install_dir 2 years ago
Hemmo Nieminen e8a3f4d38c mtest: do not process zero byte reads in read_decode() 2 years ago
Hemmo Nieminen 657a6eeb81 mtest: enable access to the console logger instance 2 years ago
Hemmo Nieminen 4304df30c2 mtest: store all test results directly to TestRun 2 years ago
Hemmo Nieminen 702f3fe15f mtest: store test output directly to a TestRun object 2 years ago
Hemmo Nieminen a0eb04788d mtest: print only one empty line before test summary 2 years ago
Hemmo Nieminen a9e25f4765 mlog: add support for italic/emphasized text in AnsiText 2 years ago
Hemmo Nieminen 565b12183f mtest: improve text test log formatting 2 years ago
Hemmo Nieminen e9f77dc072 mtest: differentiate stdout and stderr in test log text files 2 years ago
Hemmo Nieminen 5b0629dc11 mtest: print "live" test output when verbose with only 1 test 2 years ago