Mark Knol b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
..
_std b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
abi b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
cppia b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
link b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
net b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
objc b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
rtti b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
vm b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
zip b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
ArrayBase.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
AtomicInt.hx bb3256622d [cpp] Add cpp::AtomicInt type 9 jaren geleden
AutoCast.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Callable.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
CastCharStar.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Char.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
ConstCharStar.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
ConstPointer.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
ConstStar.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
EnumBase.hx 5bb5710b4d Explicitly put Dynamic in global namespace. Hide implementation variables in Enums 9 jaren geleden
ErrorConstants.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
FILE.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
FastIterator.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Finalizable.hx 74824c7876 [cpp] Add some NativeGc functions. Add NativeSys.print(ln) that does not require gc/boxing 9 jaren geleden
Float32.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Float64.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Function.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Int16.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Int32.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Int64.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Int8.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Lib.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
NativeArc.hx f769ed1136 [cpp] correctly re-type function args. Add an ios ARC helper class 9 jaren geleden
NativeArray.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
NativeFile.hx 1e1eccaa1c [cpp] Convert FileSystem, File and Random over to use new Native externs 9 jaren geleden
NativeGc.hx 0798aa8d65 [cpp] Make Gc extens cppia friendly 8 jaren geleden
NativeMath.hx a0b44603c6 [cpp] add cpp.NativeMath.imod 9 jaren geleden
NativeProcess.hx 743fd2f6ea [cpp] Add option for setting the show param when creating process 9 jaren geleden
NativeRandom.hx a340d84fd1 [cpp] Build hx/libs in developers obj directory 9 jaren geleden
NativeSocket.hx b023e2c4e1 [cpp] Add ipv6 connections for cpp sockets 8 jaren geleden
NativeSsl.hx 5f965678b7 Add sys.ssl for neko and cpp 9 jaren geleden
NativeString.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
NativeSys.hx 74824c7876 [cpp] Add some NativeGc functions. Add NativeSys.print(ln) that does not require gc/boxing 9 jaren geleden
NativeXml.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
NativeXmlImport.cpp d64cfcfbda [cpp] Use more efficient NativeXml externs 9 jaren geleden
Object.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
ObjectType.hx 75be9d386b [cpp] Move some constants into cpp.ObjectType 9 jaren geleden
Pointer.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Prime.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Random.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
RawConstPointer.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
RawPointer.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Reference.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
SizeT.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Star.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
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 jaren geleden
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 jaren geleden
Stdio.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Stdlib.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
Struct.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
UInt16.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
UInt32.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
UInt64.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
UInt8.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
VarArg.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden
VirtualArray.hx 7b4ae1a00b [cpp] Add an abstract to allow casting of VirtualArray 9 jaren geleden
Void.hx b3cc1d7949 Happy new year! (#6799) 7 jaren geleden