6 Commits (3b0a3f418ba8ce413a3a6aef76cd2b7ae4a29321)

Author SHA1 Message Date
alexander.corrado 14e5a64fdb Refined mechanism for representing C++ inheritance that enables more accurate calculation of native class size. Lazy generation and caching of delegate types. 16 years ago
alexander.corrado 10a82828b1 MSVC abi now runs QtTest as well as Itanium abi. Lots of refactorings to account for differences between abis. 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 5d599a4494 New C++ type abstraction, CppType. Will parse C++ type declaration strings, 16 years ago
alexander.corrado 7fd37ad3d7 QtTest now pops up simple "Hello world!" window. Rudimentary support for 16 years ago
alexander.corrado 16b1a614f2 Started rough beginnings of QtBindings. Fixes to make this possible: support static C++ class methods, support managed wrapper inheritance to parallel C++ classes, added Base<> marker interface; will help support multiple inheritance, and more. Added small QtTest of QtBindings... currently crashes and burns. 16 years ago