5298 Commits (24b02e4d865f09682eb959e927b3d42cbdf6096a)
 

Author SHA1 Message Date
Dimitar Dobrev 50808812af Document release 0.11. 4 years ago
Matt Key 64ca939eb0 Refactoring to reduce code duplication 4 years ago
Matt Key 3fee9dd5b9 Adding test for new pass 4 years ago
Matt Key 6c57169bde Adding extract interface pass 4 years ago
Dimitar Dobrev 65eb50b653 Add a log for changes per release 4 years ago
ElonH 333ce5b137 Add test 4 years ago
ElonH 79c927d329 Fixed alias of signed char cannot be marshaled 4 years ago
Dimitar Dobrev fe1e7c4812 Fixed auto-building for projects at spaced paths 4 years ago
josetr 06f1cd578a Add missing quotes to support paths with spaces in build scripts 4 years ago
Dimitar Dobrev 4181f7c534 Ignore the still unsupported dependent type names 4 years ago
Joao Matos 88fc5b9c36 Rewrite GenerateEnumFromMacros helper to also look into enum items. 4 years ago
Joao Matos 22448e09f4 Fix generation of overloads in NAPI by re-ordering final calculated states. 4 years ago
Joao Matos b093fbe509 Fix marshaling of primitive types in NAPI generator. 4 years ago
Joao Matos 77972c78fa Fix generation of operators in NAPI generator. 4 years ago
Joao Matos 06d271806d Refactor and extract common code in NAPI source generator. 4 years ago
Joao Matos 1ddecb1dbd Update expression evaluator code from latest upstream. 4 years ago
Joao Matos bcc6fd887d Improve visiting options implementation in CodeGenerator. 4 years ago
Joao Matos 1e9cff43c6 Clean multiline function signatures in the AST converter. 4 years ago
Joao Matos 39ce0255b5 Fix generation of text blocks using NewLineKind.IfNotEmpty. 4 years ago
Joao Matos d6dd93d2f8 Minor code cleanups. 4 years ago
Joao Matos ab338e2765 Git ignore IDEA project folders. 4 years ago
Dimitar Dobrev c38556a93b Make auto-compiling of C# work with .NET Core 4 years ago
SnGmng 5041fa328f Update intrin.ps1 4 years ago
Dimitar Dobrev 8451cefc98 Change XML comments to be tested at run-time 4 years ago
Dimitar Dobrev 86835469ac Generate valid C++ for pointers in template args 5 years ago
Dimitar Dobrev f5a46b8e62 Better detect invalid specialized functions 5 years ago
Dimitar Dobrev 9f7098b8ff Simplify the marking of invalid functions 5 years ago
Dimitar Dobrev 85b6a92861 Generate valid C++ for protected constructors 5 years ago
Dimitar Dobrev d741ced55a Generate valid C++ for protected destructors 5 years ago
Dimitar Dobrev 1020e18bdc Only implement abstract classes in C++ for ctors/dtors 5 years ago
Dimitar Dobrev e24277e6b2
Remove win x86 from the NuGet for smaller size (#1550) 5 years ago
Joao Matos 6c0058a47e Fix test generation for QuickJS generator. 5 years ago
Joao Matos 096adcfa94 Remove unused code in QuickJS module generator. 5 years ago
Joao Matos 90ddc2dff5 Add enum support to QuickJS generator. 5 years ago
Joao Matos 11cc603ee1 Marshaling correctness fix for enum and primitive types in NAPI. 5 years ago
Joao Matos 931ff7d873 Abstract marshaler into overridable method in NAPI sources. 5 years ago
Joao Matos 2d608dbe48 Extract NAPI VarPrefix and ArgumentPrefix to base class. 5 years ago
Joao Matos e447a54f11 Remove QuickJS example, we have proper tests now. 5 years ago
Joao Matos 698d5f507b Move NAPI and QuickJS generators to the base generators folder. 5 years ago
josetr eccd769d8b Add missing clang headers 5 years ago
josetr 62e9119c63 Create a single nuget package that supports windows / linux / macos 5 years ago
Joao Matos fa7e76f0f5 Refactor QuickJS generator structure to follow NAPI patterns. 5 years ago
Joao Matos 7969925c2c Minor refactoring of NAPI sources generation. 5 years ago
Joao Matos 93dc4e98ef Add initial QuickJS primitive type support and test suite. 5 years ago
Dimitar Dobrev c18d047daf Ensure a tested specialization is really generated 5 years ago
Dimitar Dobrev 3a50a54fa4 Place all output of tests in their own directories 5 years ago
josetr 0b69eb8655 Use C++17 in all native projects 5 years ago
Joao Matos f58ca3b62f Minor code cleanups in CLITypeReference.cs. 5 years ago
Joao Matos f79e0efacc Continue implementation of NAPI generator. 5 years ago
Joao Matos cd76498c9c Minor refactoring in ctor generation for CLI sources. 5 years ago