5298 Commits (24b02e4d865f09682eb959e927b3d42cbdf6096a)
 

Author SHA1 Message Date
Joao Matos 3ff9fb2078 Disable getter/setter to property pass by default in non-managed backends. 5 years ago
Joao Matos fc2a938713 Fix forward include collector to consider value class semantics in function returns. 5 years ago
Joao Matos c4f96ab1b9 Factor VarPrefix and ArgumentPrefix helpers into base marshaler. 5 years ago
Joao Matos 94fffda145 Implement basic visiting behavior in some CodeGenerator overloads. 5 years ago
Joao Matos 5cb683a199 Normalize visiting overloads to be virtual. 5 years ago
Joao Matos b358b32c5f Minor csproj reformatting. 5 years ago
josetr c0a5d8602f Split StdLib file per language 5 years ago
josetr 8ec03edd3b
Flush `Module.ExternalClassTemplateSpecializations` to avoid emitting the same specialization in multiple files 5 years ago
Joao Matos 617517fe14 Add initial Node and N-API testing infrastructure and tests. 5 years ago
Joao Matos f98829e700 Big update to NAPI generator with initial support for basic examples. 5 years ago
Joao Matos 4e58e266e6 Add DFA/NFA state machine utility code. 5 years ago
josetr 4bbd18ad11
Replace outdated Clang compiler flags such as `std=c++1z` and replace it with `std=c++17` 5 years ago
josetr 7446ed2927 Change `GenerateSequentialLayout` default value to `true` 5 years ago
Joao Matos a3a70ad0f5 Simplify TU.FileRelativeDirectory by using Path.GetDirectoryName. 5 years ago
Joao Matos 6a1db77cbf Update driver to only generate system modules for C# generators. 5 years ago
Joao Matos db08034d4b Clean up some properties in TranslationUnit.cs with null coalescing operators. 5 years ago
Joao Matos 598604e8f8 Add ILibrary.GenerateCode as a custom code generation callback. 5 years ago
Joao Matos 9bc3453411 Upgrade .NET projects to C# 8.0. 5 years ago
Joao Matos 70f237aac9 Improve generation of type printing declaration names for C language. 5 years ago
Joao Matos eba1b83324 Rework constructor generation in C++ code generator. 5 years ago
Joao Matos 59bd475c17 Setup include dirs on the module instead of parser options in the CLI. 5 years ago
Joao Matos 2b7ea694dd Improve error handling in CLI and avoid defaulting to a generator on unknown option.. 5 years ago
Joao Matos 6ea853e9fd Add N-API generator support to the CLI. 5 years ago
Joao Matos e8fbdaa68a Extract and re-use GetIncludePath across multiple generators. 5 years ago
Joao Matos f18022b57e Fix TU.FileRelativeDirectory to be more robust against some paths. 5 years ago
Joao Matos 2cfd76b8be Fully resolve include dirs paths in driver option validation. 5 years ago
Joao Matos ef084fa504 Minor refactorings. 5 years ago
Joao Matos 1f3a50b37b Fix ShouldGenerateClassNativeField to use NeedsBase instead of HasBase. 5 years ago
Joao Matos bc22e1808e Update Class.HasNonIgnoredBase to use the actual base class. 5 years ago
Joao Matos a13a1e7e88 Fix rename pass not handling some declarations due to early return. 5 years ago
josetr d9e738f851 Add workflow files to workspace 5 years ago
josetr 4ade453647 Manage package versions centrally 5 years ago
josetr 02b50fcfa4 Disable msbuild logo 5 years ago
josetr 39230069a2 Disable dotnet telemetry 5 years ago
josetr a74bd2906b Disable dotnet logo 5 years ago
josetr db3fcb1eab Add `LanguageVersion.CPP20` support 5 years ago
josetr afaf834728 Only upload artifacts from master branch 5 years ago
josetr a792f2cd95 Simplify code that regenerates test bindings 5 years ago
Dimitar Dobrev 4405525f3a Make unit tests independent of the generator 5 years ago
josetr 47b98a2265 Simplify code that regenerates test bindings 5 years ago
josetr 1926e69435 Only use premake for native projects and improve c# projects. 5 years ago
josetr 0b270df006 Rename files 5 years ago
josetr 9b69f14705 Move GeneratorTestFixture type to its own file. 5 years ago
josetr f474a7327b Fix typo and move alignment offsets to cpp file 5 years ago
Dimitar Dobrev cd7b3576db Export or implement accessible functions in tests 5 years ago
Dimitar Dobrev da7dd1b674 Export symbols for indirectly accessible constructors 5 years ago
Ali Alamiri ee48df522d
Publish artifacts for CI builds (#1533) 5 years ago
Dimitar Dobrev ed51c802b9 Fix importing/exporting redeclaration in symbols 5 years ago
josetr a9616bdc75 CI: Add `Restore` step to make it easier to analyze build times 5 years ago
Dimitar Dobrev 1c7cfaeaaf Don't warn repeatedly about an existing LLVM dir 5 years ago