5495 Commits (arm64)
 

Author SHA1 Message Date
Conrad Kreyling c880be445c Enable ARM64 support on LLVM builds 1 year ago
Joao Matos b5ab95e11d Update iOS64 ABI name to the more accurate AppleARM64. 1 year ago
Joao Matos d1307a532f Add support for AArch64 C++ ABI. 1 year ago
deadlocklogic 9071cd2a59
Implement ClassTemplatePartialSpecialization::Parameters (#1809) 2 years ago
deadlocklogic 2ecd9528ff
regenerated bindings (#1813) 2 years ago
deadlocklogic 24d1a8491d
Stdlib.CSharp.cs: remove buggy typemap (#1812) 2 years ago
deadlocklogic 1327971e25
GeneratorKind: patch bug caused by missing ToString (#1811) 2 years ago
Joao Matos 519e97f2da Remove 32-bit builds and non-debug symbols release builds from LLVM Windows CI. 2 years ago
deadlocklogic 12112720f3
Build llvm `Debug`/`Release` for `Windows`. (#1800) 2 years ago
zylalx1 12c267d9c4
Fixed a bug causing the header file to be included twice when Options.GenerateName is not null (#1803) 2 years ago
deadlocklogic e068f2a14a
Typemap cleanup (#1802) 2 years ago
deadlocklogic 8c2da6d542
Major refactor: TypePrinter: improve modular design + cleanup (#1796) 2 years ago
deadlocklogic 0edd48c6a1
Major refactoring: refactor GeneratorKind enum into a class (#1794) 2 years ago
deadlocklogic 40f3a09296
Minor improvements (#1793) 2 years ago
Stefan b14038ab07
Value types may generate `Dispose` (#1787) 2 years ago
João Matos 3b2a15d9f5
Update README.md 2 years ago
Stefan a5afda8603
Fix parameterless constructors not being generated for structs (#1783) 2 years ago
Stefan b16e809b9e
Introduce `GenerateFreeStandingFunctionsClassName` option (#1782) 2 years ago
Stefan 03874e743f
Fix Value Type String Member Invalid Codegen (#1778) 2 years ago
Salvage adffc99bc8 Fix erroneous newline 2 years ago
Salvage b4f261ea38 Simplify `IsTemplateParameterType` 2 years ago
Salvage 28000a14b4 Fix #1251 three parameter equality operator 2 years ago
Joao Matos d7faf5f063 Fix SDL_PollEvent generation in the SDL example. 2 years ago
Salvage 7f567b604b Fix non-void returning functions with value-type out parameters 2 years ago
Salvage 0c60384ea3 Additional bump 2 years ago
Salvage 0534e33178 Bump GH actions versions to solve warnings 2 years ago
Salvage a6ef9d9095 Fix source dir 2 years ago
Salvage 7e6c49225f Test fix broken packages 2 years ago
Joao Matos 2a351b7f22 Update our version to 1.1. 2 years ago
Salvage 20950c5a34 More stringent test; Fix indentation (of the code itself, not in the generator) 2 years ago
Salvage ebe6b8a415 Fix value type out parameters 2 years ago
Joao Matos 17102021cc Add Method.IsVolatile property. 2 years ago
Joao Matos 99a5ed31a0 Re-generate parser bindings. 2 years ago
Joao Matos 7cddce6ad7 Default to .NET 5.0 if building for VS2019 or under. 2 years ago
Joao Matos 4817904797 Add Kythera AI to the list of projects using CppSharp. 2 years ago
João Matos 0e1e46836d
Update to Clang 16 for MSVC 2022 support (#1724) 2 years ago
João Matos e464da48c8
Bug fixes for GCC 11, cache conversion robustness and error handling (#1765) 2 years ago
Pixelstorm 25d6325b13
Fix crash on Linux by `DllImport`ing correct version of libdl (#1764) 2 years ago
Joao Matos 3c31179db1 Use TypePrinter.IntPtrType in CSharpSources.cs code from previous commit. 2 years ago
Trung Nguyen ce3d04abd7
CSharpSources: Dereference pointer variables (#1753) 2 years ago
Trung Nguyen 3978fb3be9
SymbolResolver: Use filename when path cannot be found (#1752) 2 years ago
João Matos 626a362698
Add qualified template name to GetCXXRecordDeclFromBaseType. (#1751) 2 years ago
Trung Nguyen 357efec91b
Array marshalling (#1748) 2 years ago
Joao Matos 9f3ce76261 Fixed debugging printing when type printing delegate is not initialized. 2 years ago
Joao Matos 8c1fa18ccb Update parser example to latest API. 2 years ago
João Matos bb31bd616b
Add type parameter to non-type template parameter decls. (#1749) 2 years ago
Trung Nguyen add3aba684
CSharp: More default parameter fixes (#1747) 2 years ago
Trung Nguyen 1ce9cb7e7f
CSharpExpressionPrinter: Recurse into operands (#1745) 2 years ago
João Matos 160efb469a
Update README.md 2 years ago
Trung Nguyen 169f8686a9
CSharpExpressionPrinter: Wrap expression in parenthesis (#1741) 2 years ago