1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 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
Linux toolchain can be supplied in the same spirit in path probing on Mac. More... about 9 years ago
[parser] Refactor the parser layer. More... about 9 years ago
Enabling empty arrays of non-primitives only when not using MSVC. More... about 9 years ago
[generator] Ignore zero-sized constant C array types. More... about 9 years ago
[csharp] Simplify some more type printing code. More... about 9 years ago
[ast] QualifiedType in ITypedDecl is now a setter. More... about 9 years ago
[generator] Small refactoring of the CheckIgnoredDecls pass invalid type processing. More... about 9 years ago
[csharp] Refactor array type printing code to use interpolation strings. More... about 9 years ago
Fixed typo in developers manual. More... about 9 years ago
[driver] Compilation platform is now nullable by default and validated to the host platforms. More... about 9 years ago
[parser] Added LLVM target initialization and supporting libraries for parsing inline assembly. More... about 9 years ago
Merge pull request #925 from tritao/dev-docs More... about 9 years ago
Some improvements to the dev and user's manual. More... about 9 years ago
Update BuildingLLVM.md More... about 9 years ago
[build] Update some deprecated Premake build code. More... about 9 years ago
Merge pull request #924 from tritao/docs More... about 9 years ago
[docs] Update the getting started guide and LLVM compilation guide. More... about 9 years ago
Cleaned up MSVCToolchain. More... about 9 years ago
Fixed a crash when trying to use a VS version missing from the system. More... about 9 years ago
Deleted useless code from the pass for delegates. More... about 9 years ago
Fixed the code style of the C++ printer. More... about 9 years ago
Fixed the binding of multiple identical function pointers with a calling convention. More... about 9 years ago
Changed an event to a context with a read-only list of parameters. More... about 9 years ago
Fixed the setting of name-spaces of parameters to actually work. More... about 9 years ago
Made all lists of parameters read-only. More... about 9 years ago
Update UsersManual.md More... about 9 years ago
Enabled a test previously failing on Linux because of old Mono. More... about 9 years ago
Generated properties from setters returning Booleans. More... about 9 years ago
Completed the handling of separate return types when generating functions. More... about 9 years ago
Simplified the generation of C# for property setters. More... about 9 years ago