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
Add "run" to verbs.txt More... almost 9 years ago
Merge pull request #1027 from rokups/feature/referenced-assemblies More... almost 9 years ago
Add ability for managed module wrapper to reference extra assemblies. More... almost 9 years ago
Fixed the generated C# for members of types nested in templates. More... almost 9 years ago
Fixed the generated C# when a template is nested in another. More... almost 9 years ago
Fixed a regression, a crash, when generating the parser bindings. More... almost 9 years ago
Simplified the equalisation of access of overrides. More... almost 9 years ago
Add compiler/abi information to LLVM package names on linux. More... almost 9 years ago
Merge pull request #1022 from rokups/fixes More... almost 9 years ago
Re-added linux include path that was removed by mistake. More... almost 9 years ago
Enable debug information generation for all tests. More... almost 9 years ago
Fix debug output not being generated when AST element had no comment. More... almost 9 years ago
Explicitly link to libstdc++ on linux. More... almost 9 years ago
All arguments passed to `build/Compile.sh` are passed to premake. More... almost 9 years ago
Tweak linux include dirs, previous change broke GCC7 include dirs on archlinux. More... almost 9 years ago
Some linux distributions use `major.minor.patch` and some use `major.minor` for versioning include dirs. Add them all. More... almost 9 years ago
Clean up linux includes setup. More... almost 9 years ago
Test for consistent struct/class keywords. More... almost 9 years ago
Consistent class/struct keywords fixed for cases where wrapper class would contain members from several different translation units. More... almost 9 years ago
Fix debug output breaking generated binding code. More... almost 9 years ago
Completely remove `GenerateUnformatted()` method. More... almost 9 years ago
CI: x64 builds on msvc and sudo requirement for travis More... almost 9 years ago
Consistently declare classes/structs. Fixes issue where compilation error is produced due to file name containing constants matching class marked as value type. More... almost 9 years ago
Always generate formatted code. More... almost 9 years ago
Fix `Delegates` namespace being not generated. More... almost 9 years ago
Fixed a regression when a specialisation is mapped. More... almost 9 years ago
Fix linking to LLVM libs on linux, when system has llvm/clang installed. (#1020) More... almost 9 years ago
Merge pull request #1019 from rokups/cxx11-on More... almost 9 years ago
Worked around a bug in the Mono C# compiler when casting generics. More... almost 9 years ago
Enable cxx11 abi for GCC 4.9+ on linux. More... almost 9 years ago