.. |
_std
|
ee42cde4ef
4.0.0-preview.1 (#6575)
|
7 years ago |
abi
|
875ad19432
2017 (#5932)
|
8 years ago |
cppia
|
ee42cde4ef
4.0.0-preview.1 (#6575)
|
7 years ago |
link
|
875ad19432
2017 (#5932)
|
8 years ago |
net
|
875ad19432
2017 (#5932)
|
8 years ago |
objc
|
875ad19432
2017 (#5932)
|
8 years ago |
rtti
|
875ad19432
2017 (#5932)
|
8 years ago |
vm
|
0798aa8d65
[cpp] Make Gc extens cppia friendly
|
8 years ago |
zip
|
ee42cde4ef
4.0.0-preview.1 (#6575)
|
7 years ago |
ArrayBase.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
AtomicInt.hx
|
bb3256622d
[cpp] Add cpp::AtomicInt type
|
9 years ago |
AutoCast.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Callable.hx
|
ed72b49103
[cpp] Return CallableData instead of T for 'call' member
|
8 years ago |
CastCharStar.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Char.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
ConstCharStar.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
ConstPointer.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
ConstStar.hx
|
151a5028c0
[hxcpp] Export spcial cpp types as fsUnkown to cppia. Change definition of cpp.Star to allow null setting. Add cpp.Native class for some easier access to cpp.Star pointers. Bump hxcpp_api_version to 400.
|
7 years ago |
EnumBase.hx
|
5bb5710b4d
Explicitly put Dynamic in global namespace. Hide implementation variables in Enums
|
9 years ago |
ErrorConstants.hx
|
ee42cde4ef
4.0.0-preview.1 (#6575)
|
7 years ago |
FILE.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
FastIterator.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Finalizable.hx
|
74824c7876
[cpp] Add some NativeGc functions. Add NativeSys.print(ln) that does not require gc/boxing
|
9 years ago |
Float32.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Float64.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Function.hx
|
53f3ce60c8
[cpp] Make cpp.Funciton.call return FunctionData
|
8 years ago |
Int16.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Int32.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Int64.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Int8.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Lib.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Native.hx
|
151a5028c0
[hxcpp] Export spcial cpp types as fsUnkown to cppia. Change definition of cpp.Star to allow null setting. Add cpp.Native class for some easier access to cpp.Star pointers. Bump hxcpp_api_version to 400.
|
7 years ago |
NativeArc.hx
|
f769ed1136
[cpp] correctly re-type function args. Add an ios ARC helper class
|
9 years ago |
NativeArray.hx
|
e1e949d3db
[cpp] Convert VirtualArrays to Object arrays when unserializing if possible
|
8 years ago |
NativeFile.hx
|
1e1eccaa1c
[cpp] Convert FileSystem, File and Random over to use new Native externs
|
9 years ago |
NativeGc.hx
|
0798aa8d65
[cpp] Make Gc extens cppia friendly
|
8 years ago |
NativeMath.hx
|
a0b44603c6
[cpp] add cpp.NativeMath.imod
|
9 years ago |
NativeProcess.hx
|
743fd2f6ea
[cpp] Add option for setting the show param when creating process
|
9 years ago |
NativeRandom.hx
|
a340d84fd1
[cpp] Build hx/libs in developers obj directory
|
9 years ago |
NativeSocket.hx
|
b023e2c4e1
[cpp] Add ipv6 connections for cpp sockets
|
8 years ago |
NativeSsl.hx
|
5f965678b7
Add sys.ssl for neko and cpp
|
9 years ago |
NativeString.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
NativeSys.hx
|
74824c7876
[cpp] Add some NativeGc functions. Add NativeSys.print(ln) that does not require gc/boxing
|
9 years ago |
NativeXml.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
NativeXmlImport.cpp
|
d64cfcfbda
[cpp] Use more efficient NativeXml externs
|
9 years ago |
Object.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
ObjectType.hx
|
75be9d386b
[cpp] Move some constants into cpp.ObjectType
|
9 years ago |
Pointer.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Prime.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Random.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
RawConstPointer.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
RawPointer.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Reference.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
SizeT.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Star.hx
|
151a5028c0
[hxcpp] Export spcial cpp types as fsUnkown to cppia. Change definition of cpp.Star to allow null setting. Add cpp.Native class for some easier access to cpp.Star pointers. Bump hxcpp_api_version to 400.
|
7 years ago |
StdString.hx
|
7b114eab55
[cpp] Add fileXml meta for injecting attributes into the Build.xml file elements. Add stackOnly meta for extern classes that must have destructors called. Make spaces in native names work again. Add some initial support fot std::string classes
|
9 years ago |
StdStringRef.hx
|
7b114eab55
[cpp] Add fileXml meta for injecting attributes into the Build.xml file elements. Add stackOnly meta for extern classes that must have destructors called. Make spaces in native names work again. Add some initial support fot std::string classes
|
9 years ago |
Stdio.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Stdlib.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
Struct.hx
|
029cd1eb9a
[cpp] Allow raw native pointers (cpp.Star) and structs in hxcpp, and explicitly add the dynamic conversions where required
|
8 years ago |
UInt16.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
UInt32.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
UInt64.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
UInt8.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
VarArg.hx
|
875ad19432
2017 (#5932)
|
8 years ago |
VirtualArray.hx
|
7b4ae1a00b
[cpp] Add an abstract to allow casting of VirtualArray
|
9 years ago |
Void.hx
|
875ad19432
2017 (#5932)
|
8 years ago |