aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2023-07-28modules/python: use typed_pos_args for extension_moduleDylan Baker1-5/+7
2023-07-28modules/python: typed_kwargs for subdirDylan Baker1-8/+9
2023-07-28modules/python: use the SHARED_MOD_KWS for extension methodDylan Baker1-3/+10
2023-07-26Fix install_data() default install pathDaniele Nicolodi3-14/+18
2023-07-26interpreter: Remove redundant commentDaniele Nicolodi1-1/+0
2023-07-25templates: use common classes for remaining languagesDylan Baker11-369/+182
2023-07-25templates: use a common template for C# and JavaDylan Baker4-99/+110
2023-07-25templates: fix typo in function name `sameple` -> `sample`Dylan Baker2-3/+3
2023-07-25templates: move initializer to base classDylan Baker12-55/+32
2023-07-25templates/samplefactory: move type checking only import to special blockDylan Baker1-1/+1
2023-07-25minit: use a Protocol for argumentsDylan Baker3-11/+34
2023-07-25minit: put imports togetherDylan Baker1-4/+1
2023-07-25minit: fix docstringDylan Baker1-1/+2
2023-07-25make 'gui_app' an interpreter only conceptDylan Baker7-44/+23
2023-07-25interpreter: use typed_kwargs for Executable(win_subsystem)Dylan Baker4-10/+17
2023-07-25interpreter: use typed_kwargs for gui_appDylan Baker4-7/+7
2023-07-25modules/pkgconfig: Don't insert None into devenv listDylan Baker1-1/+2
2023-07-24ninjabackend: add or correct various bits of typingEli Schwartz1-24/+24
2023-07-24ninjabackend: track all outputs using a setEli Schwartz1-3/+3
2023-07-24ninjabackend: remove useless and unused API bits in phony targetsEli Schwartz1-21/+21
2023-07-24force interpreter functions to actually receive tuple from typed posargsEli Schwartz1-1/+1
2023-07-24interpreter: fix typing for adding testsEli Schwartz1-1/+3
2023-07-24fix a few miscellaneous implicit-optional typing issuesEli Schwartz2-5/+5
2023-07-24interpreter: stop setting member out of initializer that isn't even usedDylan Baker1-1/+0
2023-07-24build: remove useless method callDylan Baker1-1/+0
2023-07-24build: remove BuildTarget.need_installDylan Baker1-8/+6
2023-07-23hdf5: remove C sub-dependency for config toolGeorge Sedov1-7/+0
2023-07-23hdf5: fix wrong env values for config toolGeorge Sedov1-2/+5
2023-07-23backend: fix checking dep instance for xcodeAlbert Tang1-5/+5
2023-07-21Prevent summary displaying timestamp twiceCharles Brunet2-14/+15
2023-07-21Display more timestamps when profiling ninjaCharles Brunet3-0/+14
2023-07-20interpreter: deprecate 'jar' value of build_target(target_type)Dylan Baker1-1/+5
2023-07-20interpreter: use kwarginfo for build_target(target_type)Dylan Baker3-11/+17
2023-07-20interpreter: use typed_kwargs for jar(java_resources)Dylan Baker2-1/+3
2023-07-20build|interpreter: move main_class to typed_kwargsDylan Baker3-6/+6
2023-07-20interpreter: use type_checking defined target argument listsDylan Baker2-9/+90
2023-07-20intepreter: add kwargs annotations for build_target classesDylan Baker2-9/+55
2023-07-19move various bits of type-checking only code to TYPE_CHECKING blocksEli Schwartz9-12/+16
2023-07-19avoid module indirection in name resolution for imported objectsEli Schwartz1-56/+56
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz31-100/+97
2023-07-19mypy: add more mixin base classesEli Schwartz1-3/+3
2023-07-19linkers: fix mypy errors that were ignored due to lack of inheritanceEli Schwartz1-4/+11
2023-07-19linkers: reorganize code so that linker base classes always come firstEli Schwartz1-199/+200
2023-07-19add better comments for mypy suppressionsEli Schwartz2-2/+3
2023-07-19cmake: fix empty BOOL generator expression evaluating to truekiwixz1-1/+1
2023-07-19cmake: find dependencies with bare library names on all platformskiwixz1-2/+2
2023-07-18mtest: avoid meddling with stdout by defaultEli Schwartz1-1/+1
2023-07-17Merge pull request #11976 from tristan957/cleanupsJussi Pakkanen23-463/+494
2023-07-17Bump version number for new development.Jussi Pakkanen1-1/+1
2023-07-17Bump version number for release.1.2.0Jussi Pakkanen1-1/+1