4284 Commits (emscripten-ci)

Author SHA1 Message Date
Joao Matos 49538e367f Improve Emscripten backend. 3 years ago
Joao Matos 714f52e683 And a new getter to setter property detection mode option. 3 years ago
Salvage 7f567b604b Fix non-void returning functions with value-type out parameters 3 years ago
Salvage ebe6b8a415 Fix value type out parameters 3 years ago
Joao Matos 17102021cc Add Method.IsVolatile property. 3 years ago
Joao Matos 99a5ed31a0 Re-generate parser bindings. 3 years ago
João Matos 0e1e46836d
Update to Clang 16 for MSVC 2022 support (#1724) 3 years ago
João Matos e464da48c8
Bug fixes for GCC 11, cache conversion robustness and error handling (#1765) 3 years ago
Pixelstorm 25d6325b13
Fix crash on Linux by `DllImport`ing correct version of libdl (#1764) 3 years ago
Joao Matos 3c31179db1 Use TypePrinter.IntPtrType in CSharpSources.cs code from previous commit. 3 years ago
Trung Nguyen ce3d04abd7
CSharpSources: Dereference pointer variables (#1753) 3 years ago
Trung Nguyen 3978fb3be9
SymbolResolver: Use filename when path cannot be found (#1752) 3 years ago
João Matos 626a362698
Add qualified template name to GetCXXRecordDeclFromBaseType. (#1751) 3 years ago
Trung Nguyen 357efec91b
Array marshalling (#1748) 3 years ago
Joao Matos 9f3ce76261 Fixed debugging printing when type printing delegate is not initialized. 3 years ago
João Matos bb31bd616b
Add type parameter to non-type template parameter decls. (#1749) 3 years ago
Trung Nguyen add3aba684
CSharp: More default parameter fixes (#1747) 3 years ago
Trung Nguyen 1ce9cb7e7f
CSharpExpressionPrinter: Recurse into operands (#1745) 3 years ago
Trung Nguyen 169f8686a9
CSharpExpressionPrinter: Wrap expression in parenthesis (#1741) 3 years ago
stachu99 9923d79617
CppSharp.AST.Declaration - fix return QualifiedOriginalName, QualifiedLogicalOriginalName (#1740) 3 years ago
João Matos 02725320fd
Workaround parsing GNU system headers with GCC 11.0 version. (#1737) 3 years ago
João Matos dc743a23ce
Fix module being ignored when it cannot be found based on include dir. (#1736) 3 years ago
João Matos 8cf6e3f280
Allow passing a `-target-framework` option to `build.sh` (#1718) 4 years ago
João Matos 4417dd987a
Code cleanups and improvements (#1713) 4 years ago
João Matos 117567d61f
Add initial Emscripten generator. (#1712) 4 years ago
João Matos 9b06e7bc01
Add C++ WebAssembly ABI (#1711) 4 years ago
João Matos db7949b263
Misc changes (#1710) 4 years ago
Fabio Anderegg 7998b24516
write pragma to disable new keyword not required warnings (#1697) 4 years ago
Fabio Anderegg 92f774aabf
__CreateInstance: return C# null when native is null (#1698) 4 years ago
Fabio Anderegg eab7a0cdde
Fix disabling NativeToManaged map for classes with vtable (#1696) 4 years ago
josetr 567a0df8c7 Fix FunctionToInstanceMethod 4 years ago
josetr c1b3a1e4d4 Fix HasDependentValueFieldInLayout stack overflow 4 years ago
josetr efdec41f13 Add missing GenerateNativeToManagedFor checks 4 years ago
josetr e160b3a296 Add generate function template specializations whitelist 4 years ago
josetr 7fb553f79e Code to generate function template specializations should support methods as well 4 years ago
josetr 51f06fd7cf Add missing parenthesis when printing a reference to an array 4 years ago
josetr b92a128ba6 Add missing const specifier when printing C arrays 4 years ago
josetr 6a414f37c3 Fix SymbolCodeGenerator printing typed enums as normal typeless integers 4 years ago
Fabio Anderegg a642691348
Call destructor on copied arguments when calling C# method from C++ (MS ABIs only) (#1685) 4 years ago
Joao Matos 5a202e9be2 Support parsing record fields in WalkDeclaration. 4 years ago
Fabio Anderegg 75feb4ebc6
RenamePass: add option to include/exclude namespaces from renaming (#1670) 4 years ago
hxbb00 ef29be59cd
fix:RTTI head loss (#1675) 4 years ago
josetr ed278fc636 Refactor code 4 years ago
josetr 060afd53fc Add partial `ref` param support 4 years ago
josetr 565776ef9e Fix issue where a `ref` parameter would always be overwritten 4 years ago
josetr 0d92eaef16 Use TemplatedDecl.Parameters cuz Class.TemplateParameters may not be available at this point 4 years ago
josetr 06d311dc89 Fix anonymous unions inside template classes 4 years ago
josetr 6bf823e3b9 Fix IsInternalClassNested usage 4 years ago
josetr 37bd7e0155 Add `GenerateNativeToManaged` per-class option 4 years ago
josetr 3414294ab8 Fix FunctionToStaticMethod bug 4 years ago