1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed the generated C# when an injected class is returned. More... about 9 years ago
Updated premake for Windows to the latest version. More... about 9 years ago
Simplified and stabilised the getting of the base of a method. More... about 9 years ago
Fixed os.ishost check so we do not call is_64_bits_mono_runtime on Windows. More... about 9 years ago
Fixed unreachable code warning. More... about 9 years ago
Made whether a method is an override adjustable. More... about 9 years ago
Rewrite build config file generation in Premake. More... about 9 years ago
Update Premake5 to fix Nuget bug. More... about 9 years ago
Use dotnetframework instead of framework Premake command. More... about 9 years ago
Default to .NET Framework 4.6 in Premake. More... about 9 years ago
Included the comments plain text to the remarks block. (#907) More... about 9 years ago
Fix the typo in LLVM.lua (#906) More... about 9 years ago
Ignored the not yet supported classes nested in templates. More... about 9 years ago
Fixed the generation of internals of classes nested in templates. More... about 9 years ago
Made the generation of templates optional and off by default. More... about 9 years ago
Ensured all fields in class layouts are checked for specialisations. More... about 9 years ago
Fixed missing symbols for templates when there are no inlined functions. More... about 9 years ago
Removed publicly unused template specialisations from the generated symbols. More... about 9 years ago
Fixed the generated C# for setters with a reference to a primitive type. More... about 9 years ago
Ensured a single element for remarks in the generated XML documentation comments. (#904) More... about 9 years ago
Fixed the renaming of methods in forwarded types from secondary bases in dependencies. More... about 9 years ago
Fixed a regression when a public virtual is overridden as private. More... about 9 years ago
Deleted an unused method. More... about 9 years ago
Further simplified the getting of base methods from only the primary bases. More... about 9 years ago
Simplified the getting of base methods from only the primary bases. More... about 9 years ago
Simplified the generation of C# for base calls. More... about 9 years ago
Changed the getting of a root base method to use the list of overrides. More... about 9 years ago
Based if a method is an override exclusively on if it has any overridden methods. More... about 9 years ago
Deleted code made redundant by the equalisation of access for overrides. More... about 9 years ago
Added to a method a list of its overridden methods. More... about 9 years ago