2
0
Simon Krajewski dd5798e070 [std] fix some `return null` cases 7 жил өмнө
..
_std 3728135be6 [hxcpp] implement process_kill 7 жил өмнө
abi b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
cppia 00f409858f `extern` field syntax (#6984) 7 жил өмнө
link b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
net b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
objc 00f409858f `extern` field syntax (#6984) 7 жил өмнө
rtti b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
vm 00f409858f `extern` field syntax (#6984) 7 жил өмнө
zip b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
ArrayBase.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
AtomicInt.hx bb3256622d [cpp] Add cpp::AtomicInt type 9 жил өмнө
AutoCast.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
Callable.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
CastCharStar.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
Char.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
ConstCharStar.hx 00f409858f `extern` field syntax (#6984) 7 жил өмнө
ConstPointer.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
ConstStar.hx f26ead193d [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 жил өмнө
EnumBase.hx 5bb5710b4d Explicitly put Dynamic in global namespace. Hide implementation variables in Enums 9 жил өмнө
ErrorConstants.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
FILE.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
FastIterator.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
Finalizable.hx 74824c7876 [cpp] Add some NativeGc functions. Add NativeSys.print(ln) that does not require gc/boxing 9 жил өмнө
Float32.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
Float64.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
Function.hx 00f409858f `extern` field syntax (#6984) 7 жил өмнө
Int16.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
Int32.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
Int64.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
Int8.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
Lib.hx 00f409858f `extern` field syntax (#6984) 7 жил өмнө
Native.hx f26ead193d [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 жил өмнө
NativeArc.hx f769ed1136 [cpp] correctly re-type function args. Add an ios ARC helper class 9 жил өмнө
NativeArray.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
NativeFile.hx 00f409858f `extern` field syntax (#6984) 7 жил өмнө
NativeGc.hx 00f409858f `extern` field syntax (#6984) 7 жил өмнө
NativeMath.hx a0b44603c6 [cpp] add cpp.NativeMath.imod 9 жил өмнө
NativeProcess.hx 3728135be6 [hxcpp] implement process_kill 7 жил өмнө
NativeRandom.hx 00f409858f `extern` field syntax (#6984) 7 жил өмнө
NativeSocket.hx 00f409858f `extern` field syntax (#6984) 7 жил өмнө
NativeSsl.hx 00f409858f `extern` field syntax (#6984) 7 жил өмнө
NativeString.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
NativeSys.hx 00f409858f `extern` field syntax (#6984) 7 жил өмнө
NativeXml.hx dd5798e070 [std] fix some `return null` cases 7 жил өмнө
NativeXmlImport.cpp d64cfcfbda [cpp] Use more efficient NativeXml externs 9 жил өмнө
Object.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
ObjectType.hx 75be9d386b [cpp] Move some constants into cpp.ObjectType 9 жил өмнө
Pointer.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
Prime.hx f8182f0fc1 [cppia] Make cpp cffi Prime work with cppia 7 жил өмнө
Random.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
RawConstPointer.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
RawPointer.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
Reference.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
SizeT.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
Star.hx f26ead193d [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 жил өмнө
StdString.hx 00f409858f `extern` field syntax (#6984) 7 жил өмнө
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 жил өмнө
Stdio.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
Stdlib.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
Struct.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
UInt16.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
UInt32.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
UInt64.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
UInt8.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
VarArg.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө
VirtualArray.hx 00f409858f `extern` field syntax (#6984) 7 жил өмнө
Void.hx b3cc1d7949 Happy new year! (#6799) 7 жил өмнө