aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/java.py
AgeCommit message (Expand)AuthorFilesLines
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge1-5/+6
2022-08-17modules: use module level information about new and deprecationDylan Baker1-2/+4
2022-03-29move a bunch of imports into TYPE_CHECKING blocksEli Schwartz1-3/+9
2022-03-29Pass environment down to base Target classXavier Claessens1-1/+6
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz1-1/+1
2022-03-07Fix @typed_pos_args on java.generate_native_headersTristan Partin1-5/+6
2022-03-04Port JavaModule to NewExtensionModule APITristan Partin1-18/+25
2022-03-04Fix @typed_pos args on java.generate_native_headerTristan Partin1-2/+1
2022-03-01Deprecate java.generate_native_header() in favor of java.generate_native_head...Tristan Partin1-3/+44
2022-01-28build: replace kwargs in CustomTarget initializerDylan Baker1-8/+10
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-1/+1
2021-08-23java module: fix FeatureNew versionEli Schwartz1-1/+1
2021-08-22Add Java moduleTristan Partin1-0/+76