1331 Commits (422b0769bab929f5e4965de9ef963241e2234ffc)
 

Author SHA1 Message Date
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
Dimitar Dobrev a3bc0491f9 Assumed types with empty names (that is, "struct { ... };") to be private. 12 years ago
Dimitar Dobrev a15c5b8f99 Fixed the check for ignoring to verify the access at the declaration level. 12 years ago
Dimitar Dobrev de8b3fc00e Corrected the checks for private methods because overrides must be allowed through regardless of access. 12 years ago
Dimitar Dobrev 840e3c93cf Corrected the access modifier of overridden methods because in C++ overriding may change access. 12 years ago
Dimitar Dobrev bb14da5a0c Fixed the moving of operators to classes to discard the original name space and function. 12 years ago
Dimitar Dobrev 22355f64ed Corrected the access modifiers of methods, delegates and properties. 12 years ago
Dimitar Dobrev 42a1af6503 Added a pass for generating wrapper code and definitions for inlines and an option for the name of the lib with inlines. Ignored non-tag indirect return types. 12 years ago
Dimitar Dobrev b6d4f0f97b Fixed a regression caused by the returning of null. 12 years ago
Dimitar Dobrev ec92508726 Moved the finding of symbols after the custom passes. Gave a default value to the output dir. 12 years ago
João Matos 5e710a3912 Update README.md 12 years ago
João Matos a6e98649d5 Merge pull request #53 from ddobrev/abstract_implementations 12 years ago
Dimitar Dobrev 1a33dc6964 Documented the addition of internal implementations to the respective unit. 12 years ago
Dimitar Dobrev b9f1ecb715 Changed the parameter type comparer to work with qualified types because overriding cannot change the qualification of types. 12 years ago
Dimitar Dobrev 1c793ef589 Commented the pass about internal impls of abstract classes. Cosmetic fixes. 12 years ago
Dimitar Dobrev 816c946790 Added a hard-coded for the time being option indicating whether the wrapped lib is 32-bit and used that option to generate the v-table offsets. 12 years ago
Dimitar Dobrev 19cb1f5470 Added an off by default option for generating abstract implementations because the MS ABI branch does not always work. 12 years ago
Dimitar Dobrev 7d3ee70a73 Renamed AbstractImplementationsPass to GeenrateAbstractImplementationsPass. 12 years ago
Dimitar Dobrev 9ef6fdc740 Separated the logic for abstracts impls into small functions. 12 years ago
Dimitar Dobrev 463864e71c Moved the generation of a virtual table call to a separate function, for independence on back-ends. 12 years ago
Dimitar Dobrev 449777e245 Replaced a hard-coded variable name. 12 years ago
Dimitar Dobrev dfff92bb9f Moved the getting of the access of a class as a string to a separate function. 12 years ago
Dimitar Dobrev 496d323e65 Updated the test code for abstract impls woth more pure functions. However, the test now fails so it is ignored for the time being. 12 years ago
Dimitar Dobrev da6887ff07 Fixed the allocation of internal abstract implementations, and fixed their constructors to take a pointer to the abstract type. 12 years ago
Dimitar Dobrev 4cfcfa1b16 Corrected the implementation of abstract methods to properly handle classes, instance arguments and indirect return types. 12 years ago
Dimitar Dobrev 9752096a4c Fixed a bug in MS mode and added a test. 12 years ago
Dimitar Dobrev 06e69225b9 Implemented the MS branch of the abstract implementations. 12 years ago
Dimitar Dobrev a3869c95c5 Generated the proper return statements in the abstract implementations. 12 years ago
Dimitar Dobrev 6d2c0eaed8 Generated internal implementations of abstract classes in a new pass. 12 years ago
triton 5cbeadee17 Added an ignore rule for Make-based builds which we will have with the upcoming porting work. 12 years ago
triton d10aed5d01 Removed out-of-date building instructions. 12 years ago
triton e0a2624370 Removed unused using. 12 years ago