1362 Commits (6f3224ca6012428e2e612809050efc53210fbd40)
 

Author SHA1 Message Date
Dimitar Dobrev 6f3224ca60 Changed writable indexers of primitive types to use the types themselves instead of pointers. 12 years ago
João Matos 8f575d836f Released an updated build. 12 years ago
João Matos e0207a0fa9 Update README.md 12 years ago
João Matos 4d32d3a087 Update README.md 12 years ago
João Matos 46cea84b87 Merge pull request #64 from ddobrev/master 12 years ago
Dimitar Dobrev 5d308dc7c3 Fixed the generation of calls to members of nested classes. 12 years ago
João Matos 6b65c457b1 Merge pull request #63 from ddobrev/master 12 years ago
Dimitar Dobrev 6edc1ac19b Marshalled pointers to primitive types as such instead of using IntPtr. 12 years ago
triton 53a1763652 Fixed generation of incomplete types by walking through the complete declarations. 12 years ago
triton 0f8f0a83c4 Fixed generation of non-primitive/reference out/ref types. 12 years ago
João Matos 83827ba46a Merge pull request #62 from ddobrev/master 12 years ago
Dimitar Dobrev b82aebab3a Added support for writing using indexers. 12 years ago
Dimitar Dobrev 0e16998342 Added a test copy constructor. 12 years ago
João Matos c242c5d807 Merge pull request #61 from ddobrev/master 12 years ago
Dimitar Dobrev cf58c70d23 Moved all ignored tests for the C# back-end to a temporary test project and enabled them. 12 years ago
Dimitar Dobrev 39bc4da0e9 Fixed the test for indexers. 12 years ago
Dimitar Dobrev 7dde8df3e1 Generated the inlines only when using the C# back-end because the CLI one does not need them. 12 years ago
Dimitar Dobrev 083dc3a9f8 Improved the generation of indexers by removing const overloads of []. NOTE: did that by removing the method type check in the pass for ambiguous overloads. 12 years ago
Dimitar Dobrev 6cb37ef382 Added a test for indexers ([] operators). 12 years ago
Dimitar Dobrev 54c93f4d91 Added support for read-only [] operators. 12 years ago
triton 36226268a6 Fixed checking of virtual overrides to also check if the base override is ignored. 12 years ago
triton 287dd7bf7c Fixed getter/setter properties to inherit the access from their methods. 12 years ago
triton 8a1cb28cd0 Fixed resolving of incomplete enum declarations. 12 years ago
triton bed92373ec Fixed out reference parameters in CLI backend (with test). 12 years ago
triton a7def2de27 Fixed type map finding not setting the type in the type map in one exit of the method. 12 years ago
triton 66ef3c55ff Reworked support for out parameters in both backends and added a test. 12 years ago
triton ac7321d91c Implement std::vector type map ignores by checking the inner template type. 12 years ago
triton 5abfbeca39 Ignore unresolved declarations. 12 years ago
triton 741f22d51e Reworked type map handling to not do recursive type map finding by default. 12 years ago
triton 86b6588951 Check for invalid virtual method overrides due to ignored base classes. 12 years ago
João Matos bc4e28b238 Merge pull request #60 from ddobrev/master 12 years ago
Dimitar Dobrev 422b0769ba Added a new test project for Unicode strings. 12 years ago
Dimitar Dobrev f38fa134e4 Added an option for an encoding. 12 years ago
Dimitar Dobrev de4879f108 Added support for Unicode when marshalling strings. 12 years ago
João Matos 8511d578f5 Merge pull request #59 from ddobrev/master 12 years ago
Dimitar Dobrev 348c3db122 Fixed the v-table interop to be compilable. 12 years ago
João Matos 3bec4ddb8f Merge pull request #58 from ddobrev/master 12 years ago
Dimitar Dobrev e3e47ff32e Updated the news with a message about the wrapping of inlines. 12 years ago
João Matos 4791894c6e Merge pull request #57 from ddobrev/inlines 12 years ago
Dimitar Dobrev 023389666f Disabled the test for non-public access in order not to break the build because the C++/CLI back-end does not support protected members yet. 12 years ago
Dimitar Dobrev 70b4cff9bf Broke up the pass for inlines in two main functions. 12 years ago
Dimitar Dobrev 763ce63bca Restored the protected field used to test access modifiers of properties. 12 years ago
Dimitar Dobrev 1532f7d0bf Moved the changing of access modifiers of constructors of abstract classes to the pass for internal implementations of abstract classes. 12 years ago
Dimitar Dobrev 74ec730811 Some reordering of code and improved logging. 12 years ago
Dimitar Dobrev faa32abe20 Ensured the directory to write the C++ file wrapping inlines, exists. 12 years ago
Dimitar Dobrev fddcea0405 Fixed the regression caused by methods always returning null regardless of the return type. 12 years ago
Dimitar Dobrev 453dc26964 Fixed the generation of complement operators. 12 years ago
Dimitar Dobrev 2f7934569e Added tests for overrides changing access and for protected fields. 12 years ago
Dimitar Dobrev 2848ee7453 Fixed a regression causing a run-time crash with moved operators. 12 years ago
Dimitar Dobrev b92897c50e Fixed the access of properties generated from fields. 12 years ago