20 Commits (062f8e26e0132536e6676ff259a6a2a72cbebeb7)

Author SHA1 Message Date
Dimitar Dobrev 73e9455821 Put own (created in managed code) objects in the object map upon creation. 11 years ago
Dimitar Dobrev 84d8af2396 Added a mapping between native object and their managed wrappers. 11 years ago
João Matos 3b097d8379 Improved the build scripts on OSX. 12 years ago
triton df58e2774f Added an Std.Map wrapper to be able to use it in internal declarations. 12 years ago
Joao Matos b19cd1042e Updated build scripts with OS X fixes and added some building documentation. 12 years ago
triton 830bc946d1 Removed the explicit #if to make this compile on all platforms. 12 years ago
Dimitar Dobrev 7e2b1fd417 Added automatic building of the generated source files. 12 years ago
triton a9ace86cd7 Fixed the Runtime project build by adding missing defines. 12 years ago
triton 8fe1ec60ac Added work-in-progress std::string interop support. 12 years ago
triton b02e7aa86a Added work-in-progress std::vector interop support. 12 years ago
triton 71d9ba5761 Added NativeDataSize property to the ICppMarshal interface. 12 years ago
triton a2ec94639b Build fixes. 12 years ago
triton 1c137fa2ae STL containers wrappers now implement ICppMarshal (stubs). 12 years ago
triton 056d0cb6c7 Added new ICppMarshal interface used to marshal objects. 12 years ago
triton 3f93eb4b0e Added P/Invoke helpers for unmanaged-unmanaged memory copies. 13 years ago
triton e05ede4b35 Added a stub for std::vector creation. 13 years ago
triton 5c982b5a8f Better stubs (that actually compile) for std::wstring in C# backend. 13 years ago
triton c488dcbfde Prefix all the libraries and project names with CppSharp. 13 years ago
triton 2b7e8b9b90 Improved type maps for C++ string and vector standard library support. 13 years ago
triton e1f70d7be4 Added the start of a C++ standard library runtime helper. 13 years ago