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
Fixed a crash when the body of a templated function contains references to non-functions. More... almost 9 years ago
Merge pull request #1018 from rokups/fix-unpackaged-llvm-includes More... almost 9 years ago
get_llvm_build_dir() returns "build" subdir if it exists, if not - subdir with package name. More... almost 9 years ago
Do not try to get Git revision in `git.rev_parse` if the directory is not a repo. More... almost 9 years ago
Remove extra whitespace. More... almost 9 years ago
Fix linked libs for linux More... almost 9 years ago
Use correct LLVM build dir for includes from unpackaged LLVM builds More... almost 9 years ago
Merge pull request #1017 from rokups/disable-extra-linux-libs More... almost 9 years ago
Explicitly disable use of libedit, zlib, terminfo and libxml2 in LLVM builds. More... almost 9 years ago
Removed a duplicate explicit instantiation from the tests. More... almost 9 years ago
Worked around duplication of types nested in templates and forwarded. More... almost 9 years ago
Regenerated the parser bindings. More... almost 9 years ago
Ignore all archives in build/scripts directory More... almost 9 years ago
Fixed a crash when passing null as an std::string on Unix. (#1012) More... almost 9 years ago
Cloning llvm from git replaced with downloading archives of exacty commits from github. This is much faster. More... almost 9 years ago
Force-set platform type to managed targets. (#1011) More... almost 9 years ago
Linux fixes, Bootstrap.cs build errors, warnings (#1010) More... almost 9 years ago
Fixed a crash when there are parsing errors. More... almost 9 years ago
Fixed the collection of additional symbols to ignore warnings. More... almost 9 years ago
Fixed the generated C# when a constructor takes a specialisation. More... almost 9 years ago
Fixed a possible crash when instantiating template functions in the parser. More... almost 9 years ago
Fixed the generated C# for templates with fields other templates not used anywhere else. More... almost 9 years ago
Fixed the generated C# when using std::map. More... almost 9 years ago
Fixed the generated C# for specialisations with an ignored specialisation as an arg. More... almost 9 years ago
Fixed the generated C# for specialisations only used as type arguments. More... almost 9 years ago
Removed extensions for internal template specialisations. More... almost 9 years ago
Fixed the parsing of an undeclared template specialisation with an extension method. More... almost 9 years ago
Added a new field acessor synth kind. More... almost 9 years ago
Improved IsSynthetized check to handle property setters. More... almost 9 years ago
Remove extra new line. More... almost 9 years ago