3261 Commits (8d2c5f49b51b90d6af403118ad9db24d23b9ab07)
 

Author SHA1 Message Date
triton 54267b88a4 Implemented support for parsing C++11 atomic types. 10 years ago
triton ddd39a9cf3 Formatting code fixes. 10 years ago
Dimitar Dobrev f848f62180 Some refactoring to remove redundant members and casts. 10 years ago
Dimitar Dobrev 80643e0457 Added support for parameters with type a reference to a fixed-size array. 10 years ago
Dimitar Dobrev 7de598b7aa Add a test for "Improve robustness when handling unexpected FunctionProto type locs.". 10 years ago
Dimitar Dobrev c183200815 Fixed a regression causing incorrect sizes of types derived from template instantiations. 10 years ago
triton b908881517 Simplified Parser::GetDeclMangledName. 10 years ago
triton 1d5b9869c8 Added missing test case for 24bdec82b2. 10 years ago
triton 462bb5bc68 Fixed warning by removing #pragma once from source file. 10 years ago
triton aa7f02460e Fixes dependent bitfield testcase introduced in d6b5fcfe2b. 10 years ago
triton 7c3d80b5c7 Fixed infinite loop in CheckAbiParameters. 10 years ago
triton 24e898bdcf Fixed infinite loop in CheckDuplicatedNamesPass. 10 years ago
triton ce7d6b2dc4 Improve robustness when handling unexpected FunctionProto type locs. 10 years ago
triton d6b5fcfe2b Fixed parser crash with dependent-sized bitfields. 10 years ago
triton 24bdec82b2 Fixed wrong dependent checking for some types causing mangler crash. 10 years ago
triton 5f9b484371 Added support for ARMv7k CPU used in Apple WatchOS. 10 years ago
triton 9449e915b3 Use our own version of Clang's TargetInfo when looking up target info. 10 years ago
triton dade7ceff4 Added Clang's Targets.cpp. 10 years ago
triton d07b158a98 Revert "Support overriding the alignment of Clang's target info." 10 years ago
triton 0e1e9c971b Support overriding the alignment of Clang's target info. 10 years ago
triton 15db2c04ad Added a ParserTargetInfo option to the parser options. 10 years ago
triton 9c2237ae01 Added a constructor to ParserTargetInfo and initialize everything to zero. 10 years ago
triton 08d58f555e Fixed minor formatting issues in Parser.cpp. 10 years ago
Dimitar Dobrev beabb8224d Regenerated the parser bindings with all fixes for v-tables and dtors. 10 years ago
Dimitar Dobrev 5dca339ff2 Forbid the disposal of unowned objects and simplified the generated code. 10 years ago
Dimitar Dobrev 1d8f480ef0 Restored a test crashing on Windows on other platforms. 10 years ago
Dimitar Dobrev d769a81ade Called virtual destructors through the virtual table. 10 years ago
Dimitar Dobrev cc97558bbe Replaced the redundant references for v-tables with the native-managed map. 10 years ago
Dimitar Dobrev 235c556374 Simplified the generated code for v-tables. 10 years ago
Dimitar Dobrev 72f062c56f Reused the virtual call for calls to abstract impls. 10 years ago
Dimitar Dobrev 289720d31b Only hooked the v-tables of wrapped C++ pointers when they have virtual dtors. 10 years ago
Dimitar Dobrev 7f8fa9100c Removed references for v-tables upon destruction of the object. 10 years ago
Dimitar Dobrev f33ae8b801 Revert "Factor the saving of original vtables pointers to its method." 10 years ago
triton 89cdf8b997 Reworked per-Abi vtable code to correctly handle all platforms. 10 years ago
triton 03f610f528 Factor the saving of original vtables pointers to its method. 10 years ago
triton a0e6fb874e Fix the virtual table tests compilation under GCC. 10 years ago
triton e2b74a7697 Implemented virtual function call handling. 10 years ago
triton bc3ace2205 Rework __OriginalVTables to be unique per instance. 10 years ago
triton d4cd37ec11 Rename the VTable field names in the generated code to be more specific. 10 years ago
triton 24eb7cf825 Fixed VTables.GetVTableIndex to work with base/derived overrides. 10 years ago
triton 7ec100c47e Document the purpose of Class.OriginalClass. 10 years ago
Dimitar Dobrev 007fb4b57c Removed parameters wrapped in v-table delegate hooks from the native to managed map. 10 years ago
triton 0108a5a23e Invert the if condition to reduce nesting. 10 years ago
Dimitar Dobrev c4a5cdb893 Fixed the v-table hooks for functions with indirect return params. 10 years ago
Dimitar Dobrev c28b8db3e5 Removed the TODO-s about marshalling char and bool because those are not bugs. 10 years ago
Dimitar Dobrev 91b3a5aef1 Worked around an MS .NET bug which prevents marshalling bools in certain cases. 10 years ago
Dimitar Dobrev cdd6e0eaa8 Restored a deleted piece that helps generate simpler code. 10 years ago
Dimitar Dobrev 89483ec17a Fixed a regression when having an array with dependent elements. 10 years ago
Dimitar Dobrev 170e0a5934 Removed char from internal fields because marshalling is broken. 10 years ago
Dimitar Dobrev e9fcc76918 Restored the code formatting of the tests after an accident. 10 years ago