7 Commits (087c65ade8db01a63f3f64164aa091a4ba3ab916)

Author SHA1 Message Date
alexander.corrado 8525dd03c6 Many changes to support generator. Factored CppType creating new CppModifiers class instead of enum with support for template parameters. Generator now almost produces usable code out of the box, including automatic property generation and preliminary support for wrapping templated C++ types in generic managed classes. 16 years ago
alexander.corrado b306fa8963 Many fixes for MSVC abi. Fixed vtable slot calculation bug (destructors can be virtual too!) MSVC abi almost at level of Itanium. 16 years ago
alexander.corrado dbaf084f48 Exposed NUnit to C++ code for use in unit tests. Fixed bugs. 16 years ago
alexander.corrado 3a28e42da8 Created new Tests project, code clean up. 16 years ago
alexander.corrado d3742aa29d Added the ability to expose any arbitrary managed class to C++ code (CppInstancePtr.ForManagedObject) 16 years ago
alexander.corrado feb797a2f2 Refactored and completed managed VTable implementation. Prepared for 16 years ago
alexander.corrado f7683a594f Initial commit. 16 years ago