Tools and libraries to glue C/C++ APIs to high-level languages
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Joe Hull 03bf194b63 Enhanced ExpressionEvaluator to return implicitly typed uint, long, and ulong values from EvaluateNumber when there is no literal type suffix applied to a numeric expression string. 4 years ago
..
AnonTypes.h Generate valid C# when a field with an anon type starts with '$' 6 years ago
AnotherUnit.cpp Fixed the generation when a secondary base is used in more than one unit. 7 years ago
AnotherUnit.h Fixed the warnings in the test C++ for C# only. 7 years ago
CSharp.CSharp.csproj Only use premake for native projects and improve c# projects. 5 years ago
CSharp.Gen.cs Enhanced ExpressionEvaluator to return implicitly typed uint, long, and ulong values from EvaluateNumber when there is no literal type suffix applied to a numeric expression string. 4 years ago
CSharp.Gen.csproj Only use premake for native projects and improve c# projects. 5 years ago
CSharp.Tests.CSharp.csproj Only use premake for native projects and improve c# projects. 5 years ago
CSharp.Tests.cs Enhanced ExpressionEvaluator to return implicitly typed uint, long, and ulong values from EvaluateNumber when there is no literal type suffix applied to a numeric expression string. 4 years ago
CSharp.cpp bug: Repaired broken alignment padding generation for structs with embedded arrays of structs. Added a test for this case. 4 years ago
CSharp.h Enhanced ExpressionEvaluator to return implicitly typed uint, long, and ulong values from EvaluateNumber when there is no literal type suffix applied to a numeric expression string. 4 years ago
CSharpTemplates.cpp Ensure a tested specialization is really generated 5 years ago
CSharpTemplates.h Ignore the still unsupported dependent type names 5 years ago
ExcludedUnit.hpp Fix anonymous member name colliding with enclosing type name (#1425) 5 years ago
premake4.lua