12 Commits (ee48df522d6b57fe950263f7ad1fde314fa4d51f)

Author SHA1 Message Date
Dimitar Dobrev 25b9082c4c Disable the msvc warning about unexported template specializations 5 years ago
josetr bc8fb5caeb
Fix C4273 warnings about inconsistent dll linkage (#1491) 5 years ago
josetr be2bc1be5b
Fix C4251 warnings (#1487) 5 years ago
Ali Alamiri 29adf57f83
Correctly marshal constant arrays in C++/CLI (#1346) 5 years ago
Ali Alamiri 190cbfa2d3
Handle returned pointers to std::vector in C++/CLI 5 years ago
Dimitar Dobrev 653f4cc287 Generate by ref parameters of type a pointer to enum 5 years ago
Ali Alamiri eb838be70f
Use UnsupportedType description for type name instead of empty string (#1339) 5 years ago
Ali Alamiri 32b83a3015
Generate forward ref header for enum defined inside a class in C++/CLI (#1322) 5 years ago
Ali Alamiri 344656c787
Move the GenerateInclude logic to GetTypeReference (#1319) 5 years ago
Ali Alamiri d2f5c26da0
By reference enum param fixes (#1321) 5 years ago
Victor Peter Rouven Müller 0a61baa4b6 Completely ignore incomplete classes in C++/CLI (#823) 8 years ago
triton 5ef899366c Renamed the test suite projects. 10 years ago
triton a7c6747e72 * Revert "Fixed namespace conflict in C++/CLI." 10 years ago
triton 0fa18a9f62 Fixed namespace conflict in C++/CLI. 10 years ago
triton cf472f526c Fixed C++/CLI to handle namespace conflicts between free functions and namespaces. 10 years ago
Dimitar Dobrev 2600493dd6 Generated static methods for creating instance by an IntPtr in the C++/CLI branch. 11 years ago
Dimitar Dobrev 9e5be9e92c Added the ability to only enable a given type map for a selected back-end. 11 years ago
Elias Holzer 06218ec48a Extended the ObjectOverridesPass to generate ToString methods if the insertion operator (<<) is overloaded. 11 years ago
Elias Holzer 6145bf600b Do not generate the destructor/finalizer pair if the destructor of the native class is protected. 11 years ago
triton 341140b929 Factor DLL API macros into its own shared header for tests. 11 years ago
triton 6bf0ae980c Changed attributed types test to be CLI-only for now since Clang currently fails with some mangling bugs. 12 years ago