Andy Li
|
6a65264bf6
added missing license headers in std
|
9 years ago |
Hugh
|
3640a5b631
[cpp] Add accessors for manipulating NativeArray data.
|
10 years ago |
Hugh
|
9f019f9f8c
Don't bind the results of specified function calls to temp vars. Mark some cpp functions as such.
|
10 years ago |
hughsando
|
1c1085bc9f
Remove BasePointer, add RawPointer types. Add macro for conversion of string signature to function pointer
|
11 years ago |
hughsando
|
7e4f76876f
[cpp] Move reinterpret from Pointer to ConstPointer
|
11 years ago |
Hugh
|
829bd6ca8a
[cpp] Add Pointer.fromHandle
|
11 years ago |
Hugh
|
0d34c9138e
[cpp] Add pointer reinterpret and work a bit on finalizer
|
11 years ago |
Hugh
|
cb576785a8
[cpp] all pointers are implemented with cpp.Pointer. Add Pointer.fromPointer. Add way of setting finalizer from haxe.
|
11 years ago |
hughsando
|
892420ea2b
Add Pointer.addressOf. Pointer postInc returns value, not pointer
|
11 years ago |
hughsando
|
01ea152d00
[cpp] add more specific pointer types, including function pointer. Add some NativeString access
|
11 years ago |
Hugh
|
fb892c5c14
[cpp] Allow spaces in native functions (new ClassName). Work in correct Pointer typing
|
11 years ago |
hughsando
|
03ecd63fb9
Do not forward declare external classes. Add StructAccess meta to allow '.' operator. Allow all types of specified classes to be unreflective. Work on some pointer notation
|
11 years ago |
hughsando
|
1550d3e57d
Add 'Pointer' class to allow easier access to cpp native code
|
11 years ago |