This website works better with JavaScript.
Explore
Help
Sign In
pimhwang
/
CppSharp
mirror of
https://github.com/mono/CppSharp.git
Watch
1
Star
0
Fork
You've already forked CppSharp
0
Code
Issues
Projects
Releases
Wiki
Activity
Tools and libraries to glue C/C++ APIs to high-level languages
c-sharp
dotnet
mono
bindings
bridge
c
clang
cplusplus
cppsharp
glue
interop
parser
parsing
pinvoke
swig
syntax-tree
visitors
xamarin
xamarin-bindings
2741
Commits
99
Branches
51
Tags
73 MiB
C++
52%
C#
46.4%
Lua
0.9%
Shell
0.3%
JavaScript
0.2%
Tree:
2df96e3fd7
CppSharp
/
tests
/
STL
History
Dimitar Dobrev
112e4d564e
Fixed the ostream type map which failed with pointers.
...
Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
11 years ago
..
STL.Tests.cs
Added marshaling code for std::ostream using a System.TextWriter to CLI backend.
11 years ago
STL.cpp
Use List<IntPtr> when mapping a std::vector<T*> where T is a primitive type.
11 years ago
STL.cs
Use List<IntPtr> when mapping a std::vector<T*> where T is a primitive type.
11 years ago
STL.h
Fixed the ostream type map which failed with pointers.
11 years ago
premake4.lua
Added tests for C++ STL vectors.
12 years ago