Commit Graph

  • ce2c5a6491 Version 0.99.1 - "It's alive!" Andreia Gaita 2011-03-08 17:52:08 +0000
  • 05ed8461a3 Add generator support for properties. Zoltan Varga 2011-03-03 11:12:41 +0100
  • f295c467fe Fix generator problems exposed by qt. Zoltan Varga 2011-02-28 19:54:48 +0100
  • 344debf842 Generator rewrite. Zoltan Varga 2011-02-28 18:04:14 +0100
  • 5d91a5879a Add hello example to the build process. Zoltan Varga 2011-02-28 20:58:42 +0100
  • f24e572d28 Add the beginnings of a README. Zoltan Varga 2011-02-28 20:55:47 +0100
  • 70d7895777 Add auto-generated qt bindings. Zoltan Varga 2011-02-28 19:56:06 +0100
  • 97695b95e7 Add test2 and src/generator2 to the build. Zoltan Varga 2011-02-28 18:05:06 +0100
  • 27ea615c3d Add regression tests for the c++ binding. Zoltan Varga 2011-02-28 18:04:47 +0100
  • bbf5789cab Rewrite pinvoke marshalling to fix support for passing classes by ref/by value, and returning classes by value. Add support for inline methods. Fix some minor bugs. Zoltan Varga 2011-02-28 17:51:41 +0100
  • a3d176071e Add more method attributes. Zoltan Varga 2011-02-27 18:28:30 +0100
  • 2de301cfb5 Fix the parsing of c++ type names so classes named 'Class' are not confused with the c++ keyword 'class'. Zoltan Varga 2011-02-27 18:27:49 +0100
  • cc3f705770 Disable a warning. Zoltan Varga 2011-02-26 10:52:54 +0100
  • ff011a4561 Avoid initializing the vtable when creating an object, the c++ constructor already does it, an d the value we were trying to set was incorrect for qt. Zoltan Varga 2011-02-26 10:50:40 +0100
  • c6c8291b41 Convert spaces to tabs. Zoltan Varga 2011-02-26 10:45:13 +0100
  • f69e1e9609 Use proper library/abi for qt on linux. Zoltan Varga 2011-02-14 19:57:17 +0100
  • ff38bacf2e Add Hello, World example. Zoltan Varga 2011-02-14 19:56:33 +0100
  • 61e6a28df5 Fix generator build. Zoltan Varga 2011-02-14 19:57:46 +0100
  • 29a609c67d Filter out some more modifiers for method name duplication checks Andreia Gaita 2011-01-31 06:23:19 +0000
  • b8b046011e clean up and cosmetic changes Andreia Gaita 2011-01-31 06:22:49 +0000
  • 582e1a293d When generating the Base class, set its name to use the class generic name (with template arguments changed to generic ones) if it exists Andreia Gaita 2011-01-31 06:20:50 +0000
  • eedefbd925 Filter out some very problematic types for now (non-templated inheriting from templates, weird) Andreia Gaita 2011-01-31 06:19:54 +0000
  • 958dd1e412 For some reason parts of the generated code don't like MangleAs, so do MangleAsAttribute instead Andreia Gaita 2011-01-31 06:19:10 +0000
  • 971737f0ea If it's a constructor, don't create a return call Andreia Gaita 2011-01-31 06:18:43 +0000
  • a0ee2b75f7 check if a method has the same name as the type and rename Andreia Gaita 2011-01-31 06:17:56 +0000
  • dee7bc63c2 Make empty types inherit from ICppObject and implement minimum code Andreia Gaita 2011-01-31 06:15:17 +0000
  • ff8c9bc877 remove dead code Andreia Gaita 2011-01-31 03:38:18 +0000
  • 2ef67cfd0b Fix tokenization of template modifiers like "const char [N]". (template metaprogramming) Andreia Gaita 2011-01-31 03:30:55 +0000
  • c9da14bd4e preprocess classes to set up template arguments and create all types before processing fields, methods and arguments that might use them Andreia Gaita 2011-01-31 02:57:11 +0000
  • eb3e32d163 indentation and cosmetic fixes, also .gitignore Andreia Gaita 2011-01-30 22:59:20 +0000
  • 71ad832ce8 hacked on generator Alexander Corrado 2011-01-30 14:06:15 -0800
  • c993194021 more generator fixes Andreia Gaita 2011-01-26 23:34:17 +0000
  • 5fbc2e6f1c fix bad merge - missing files Andreia Gaita 2010-12-28 17:38:32 +0000
  • de58e65c21 testing qt Andreia Gaita 2010-12-28 17:34:56 +0000
  • a99e617a41 helper links Andreia Gaita 2010-12-27 23:42:52 +0000
  • 5b006c766e reorganize Andreia Gaita 2010-12-27 23:30:03 +0000
  • 9051248fef autotools Andreia Gaita 2010-12-27 23:24:16 +0000
  • a478c3030f reorganize things Andreia Gaita 2010-12-27 23:21:08 +0000
  • 1a27eb3119 Generator bug fixes. Now fully compiles bindings from qapplication.xml and will start testing mangled names against GCC-XML output before crashing. Preliminary support for C++ namespaces. alexander.corrado 2010-08-16 20:17:30 +0000
  • 3b0a3f418b Added validation mode to generator that will confirm that bindings compile and that names are correctly mangled. Fixes to generator to fix compile errors with generated bindings, however they do not compile out of the box as yet. alexander.corrado 2010-08-14 07:32:38 +0000
  • 087c65ade8 Fix the name property lookup to have a default, looks like some structs don't have it on the defined shana.ufie@gmail.com 2010-08-11 02:18:32 +0000
  • 276d2cd2bb Fix null check shana.ufie@gmail.com 2010-08-11 02:18:25 +0000
  • 8e4d95df5f Fix stack overflow on equality operators shana.ufie@gmail.com 2010-08-11 02:18:11 +0000
  • 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. alexander.corrado 2010-08-10 22:36:28 +0000
  • fa95953dfd Hacked on generator. Improvements to CppType to support generator, including round-trippable (I think) ToString. alexander.corrado 2010-08-10 22:36:18 +0000
  • 8d424fc29a Merged Andreia's cppinterop/generator. Added start of new code generation backend based on CodeDom. Implemented CppType -> System.Type map. alexander.corrado 2010-08-10 22:35:58 +0000
  • dc9ef08b29 Merge branch 'master' of github.com:nirvanai/cppinterop alexander.corrado 2010-08-10 22:35:49 +0000
  • 14e5a64fdb Refined mechanism for representing C++ inheritance that enables more accurate calculation of native class size. Lazy generation and caching of delegate types. alexander.corrado 2010-07-21 05:23:22 +0000
  • 22c04ec901 MD project files Andreia Gaita 2010-07-20 23:24:31 +0100
  • 08ce0faeeb initial commit Andreia Gaita 2010-07-20 23:21:19 +0100
  • 10a82828b1 MSVC abi now runs QtTest as well as Itanium abi. Lots of refactorings to account for differences between abis. alexander.corrado 2010-07-13 00:29:54 +0000
  • c87676dfe1 Minor touchups. Helped Visual Studio debugging. alexander.corrado 2010-07-13 00:29:45 +0000
  • b306fa8963 Many fixes for MSVC abi. Fixed vtable slot calculation bug (destructors can be virtual too!) MSVC abi almost at level of Itanium. alexander.corrado 2010-07-13 00:29:27 +0000
  • 49769f8f54 Bug fixes. Started implementing MSVC ABI. Small refactorings to support this. alexander.corrado 2010-07-07 06:26:55 +0000
  • 5d599a4494 New C++ type abstraction, CppType. Will parse C++ type declaration strings, map managed -> C++ type, and canonicalize different declarations that equate to the same type. Reworked ItaniumAbi to use new CppType for name mangling. alexander.corrado 2010-07-05 22:27:56 +0000
  • 7fd37ad3d7 QtTest now pops up simple "Hello world!" window. Rudimentary support for multiple inheritance. Automatic marshaling support for ICppObject with custom marshaler. Improvements to name mangling for ItaniumAbi. Lots more TODOs. alexander.corrado 2010-06-20 08:01:45 +0000
  • 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. alexander.corrado 2010-06-18 12:00:27 +0000
  • 6b1f46c417 Code cleanup. alexander.corrado 2010-06-17 04:58:40 +0000
  • dbaf084f48 Exposed NUnit to C++ code for use in unit tests. Fixed bugs. alexander.corrado 2010-06-17 04:11:59 +0000
  • 4b28e20490 Removed old directories alexander.corrado 2010-06-15 18:37:16 +0000
  • 9a052844b3 Stubbed in MSVC ABI. Started writing test cases. alexander.corrado 2010-06-15 18:28:16 +0000
  • 3a28e42da8 Created new Tests project, code clean up. alexander.corrado 2010-06-15 18:28:00 +0000
  • 1167ace7ab Renamed Itanium.cs to ItaniumAbi.cs alexander.corrado 2010-06-07 11:52:03 +0000
  • d3742aa29d Added the ability to expose any arbitrary managed class to C++ code (CppInstancePtr.ForManagedObject) alexander.corrado 2010-06-07 11:51:38 +0000
  • 66f18ae900 Fixed issue where a DynamicMethod was being collected when it shouldn't have been. Turns out that the Console.WriteLine was just putting off the inevitable. alexander.corrado 2010-06-01 10:20:23 +0000
  • 162851ea56 Almost got it working with VTableManaged. One odd issue: commenting out Console.WriteLine in VTable.cs constructor causes weird Mono assert fail when Marshal.GetDelegateForFunctionPointer is called later. alexander.corrado 2010-05-27 09:27:34 +0000
  • 566a3bdf0f Fixed gnarly Git-svn issue alexander.corrado 2010-05-27 09:27:29 +0000
  • d2706405b4 Fixed issue caused by Type.GetMethods not including inherited interfaces. Still not working right though. alexander.corrado 2010-05-26 10:34:31 +0000
  • feb797a2f2 Refactored and completed managed VTable implementation. Prepared for first commit to mono-gsoc repo. alexander.corrado 2010-05-26 10:34:22 +0000
  • f7683a594f Initial commit. alexander.corrado 2010-05-26 10:34:07 +0000
  • 389b7dc313 Created project directory in SVN alexander.corrado 2010-05-26 09:39:04 +0000