aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-31Upgrade MSI builder from WiX3 to WiX 4.wix4Jussi Pakkanen1-45/+53
2023-07-31Merge pull request #11986 from williamspatrick/clang-enable-cpp23Jussi Pakkanen2-2/+39
2023-07-30Revert "CI: add potential workaround for python crashes in MSYS2"Christoph Reiter1-3/+0
2023-07-30tests: skip a test that fails with new Python 3.11 from MSYS2Christoph Reiter1-0/+3
2023-07-28modules/python3: exclude name_prefix and name_suffixDylan Baker1-5/+1
2023-07-28modules/python3: use typed_pos_args for extension_moduleDylan Baker1-4/+9
2023-07-28modules/python3: use typed_kwargs for extension_moduleDylan Baker1-3/+12
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-28ugh, fix typo in previous commitEli Schwartz1-1/+0
2023-07-28docs: clarify what str.split doesEli Schwartz2-4/+8
2023-07-26Fix install_data() default install pathDaniele Nicolodi10-21/+38
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-25unittests: test the vala templateDylan Baker1-1/+1
2023-07-25unittests: use subtests for template testsDylan Baker1-25/+26
2023-07-25mypy: add templates to checked modulesDylan Baker1-0/+1
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-25packaging: fix regression that prevented pyinstaller from getting custom depsEli Schwartz1-0/+4
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 Baker2-1/+5
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 tests: make cpp test actually use cpp HDF5George Sedov1-19/+9
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-20docs: fix typo in previous commitEli Schwartz1-1/+1
2023-07-20interpreter: deprecate 'jar' value of build_target(target_type)Dylan Baker3-3/+18
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