4315 Commits (99e5e19e72db30691a389d769bf4be2fa85f4dd1)

Author SHA1 Message Date
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 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 4ade453647 Manage package versions centrally 5 years ago
josetr db3fcb1eab Add `LanguageVersion.CPP20` support 5 years ago
Dimitar Dobrev 4405525f3a Make unit tests independent of the generator 5 years ago
josetr 1926e69435 Only use premake for native projects and improve c# projects. 5 years ago
josetr 9b69f14705 Move GeneratorTestFixture type to its own file. 5 years ago
Dimitar Dobrev da7dd1b674 Export symbols for indirectly accessible constructors 5 years ago
Dimitar Dobrev 6f784b7172 Fix the expression-generator after changed paths 5 years ago
Dimitar Dobrev 3d750e3539 Fix a regressive crash when generating parser bindings 5 years ago
Dimitar Dobrev f09f95d7a4 Remove redundant overrides from the generated C++/CLI 5 years ago
josetr bdf055fe6c Take advantage of .NET Core transitive dependencies 5 years ago
josetr dbbcb6dbdf Upgrade to .NET Core 3.1 and improve build system 5 years ago
josetr 65eaa3fe44 Remove whitespaces 5 years ago
josetr c3eff90fd0 Only search for MSVC toolchain in Windows 5 years ago
josetr 9e8086501a
Avoid using "action:vs* filter because there are better ones that are more specific (#1523) 5 years ago
Dimitar Dobrev 0e38947e07 Convert the visiting options to an enum 5 years ago
Joao Matos ea05350e54 Update CanCheckCodeGenInfo to check function types as well. 5 years ago
Joao Matos 5ccac5b522 Check for a dependent expression before walking variable initializer. 5 years ago
Joao Matos 42fe2b5dfb Use explicit native type printer kind in CLI headers code. 5 years ago
Dimitar Dobrev 6f276debf6 Don't check the unsupported operator= for symbols 5 years ago
Joao Matos b4cece4601 Add initial NAPI and JS generator. 5 years ago
João Matos dc185a66ea Add initial QuickJS generator. 5 years ago
Joao Matos 6c0c461a84 Add C++ generator support to the CLI. 5 years ago
Joao Matos e16f484be1 Remove artificial limitations for cross-generation in CLI. 5 years ago
Joao Matos 21c89be203 Simplify target-specific message output code in CLI. 5 years ago
Joao Matos 02049cf690 Add a new option to set a prefix for generated files in CLI. 5 years ago