.. |
_std
|
d4640c563a
[cpp] Allow host ip of 0, if name is '0.0.0.0' closes #5987
|
8 anni fa |
abi
|
875ad19432
2017 (#5932)
|
8 anni fa |
cppia
|
0798aa8d65
[cpp] Make Gc extens cppia friendly
|
8 anni fa |
link
|
875ad19432
2017 (#5932)
|
8 anni fa |
net
|
875ad19432
2017 (#5932)
|
8 anni fa |
objc
|
875ad19432
2017 (#5932)
|
8 anni fa |
rtti
|
875ad19432
2017 (#5932)
|
8 anni fa |
vm
|
0798aa8d65
[cpp] Make Gc extens cppia friendly
|
8 anni fa |
zip
|
875ad19432
2017 (#5932)
|
8 anni fa |
ArrayBase.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
AtomicInt.hx
|
bb3256622d
[cpp] Add cpp::AtomicInt type
|
9 anni fa |
AutoCast.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
Callable.hx
|
ed72b49103
[cpp] Return CallableData instead of T for 'call' member
|
8 anni fa |
CastCharStar.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
Char.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
ConstCharStar.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
ConstPointer.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
ConstStar.hx
|
029cd1eb9a
[cpp] Allow raw native pointers (cpp.Star) and structs in hxcpp, and explicitly add the dynamic conversions where required
|
8 anni fa |
EnumBase.hx
|
5bb5710b4d
Explicitly put Dynamic in global namespace. Hide implementation variables in Enums
|
9 anni fa |
FILE.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
FastIterator.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
Finalizable.hx
|
74824c7876
[cpp] Add some NativeGc functions. Add NativeSys.print(ln) that does not require gc/boxing
|
9 anni fa |
Float32.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
Float64.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
Function.hx
|
53f3ce60c8
[cpp] Make cpp.Funciton.call return FunctionData
|
8 anni fa |
Int16.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
Int32.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
Int64.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
Int8.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
Lib.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
NativeArc.hx
|
f769ed1136
[cpp] correctly re-type function args. Add an ios ARC helper class
|
9 anni fa |
NativeArray.hx
|
e1e949d3db
[cpp] Convert VirtualArrays to Object arrays when unserializing if possible
|
8 anni fa |
NativeFile.hx
|
1e1eccaa1c
[cpp] Convert FileSystem, File and Random over to use new Native externs
|
9 anni fa |
NativeGc.hx
|
0798aa8d65
[cpp] Make Gc extens cppia friendly
|
8 anni fa |
NativeMath.hx
|
a0b44603c6
[cpp] add cpp.NativeMath.imod
|
9 anni fa |
NativeProcess.hx
|
743fd2f6ea
[cpp] Add option for setting the show param when creating process
|
9 anni fa |
NativeRandom.hx
|
a340d84fd1
[cpp] Build hx/libs in developers obj directory
|
9 anni fa |
NativeSocket.hx
|
b023e2c4e1
[cpp] Add ipv6 connections for cpp sockets
|
8 anni fa |
NativeSsl.hx
|
5f965678b7
Add sys.ssl for neko and cpp
|
9 anni fa |
NativeString.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
NativeSys.hx
|
74824c7876
[cpp] Add some NativeGc functions. Add NativeSys.print(ln) that does not require gc/boxing
|
9 anni fa |
NativeXml.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
NativeXmlImport.cpp
|
d64cfcfbda
[cpp] Use more efficient NativeXml externs
|
9 anni fa |
Object.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
ObjectType.hx
|
75be9d386b
[cpp] Move some constants into cpp.ObjectType
|
9 anni fa |
Pointer.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
Prime.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
Random.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
RawConstPointer.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
RawPointer.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
Reference.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
SizeT.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
Star.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
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 anni fa |
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 anni fa |
Stdio.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
Stdlib.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
Struct.hx
|
029cd1eb9a
[cpp] Allow raw native pointers (cpp.Star) and structs in hxcpp, and explicitly add the dynamic conversions where required
|
8 anni fa |
UInt16.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
UInt32.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
UInt64.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
UInt8.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
VarArg.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |
VirtualArray.hx
|
7b4ae1a00b
[cpp] Add an abstract to allow casting of VirtualArray
|
9 anni fa |
Void.hx
|
875ad19432
2017 (#5932)
|
8 anni fa |