.. |
_std
|
2f98d032ec
Moved quoteWinArg, quotUnixArg, isEof out of StringTools to haxe.SysTools (#8151)
|
6 years ago |
abi
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
cppia
|
44e3ab61fa
[cppia] Do not allow running script from string on utf16 target.
|
6 years ago |
link
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
net
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
objc
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
rtti
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
vm
|
320fff2969
[std] Move target.vm.Thread (and friends) to sys.thread.Thread (#7999)
|
6 years ago |
zip
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
ArrayBase.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
AtomicInt.hx
|
bb3256622d
[cpp] Add cpp::AtomicInt type
|
9 years ago |
AutoCast.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Callable.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
CastCharStar.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Char.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
ConstCharStar.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
ConstPointer.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
ConstStar.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
EnumBase.hx
|
5bb5710b4d
Explicitly put Dynamic in global namespace. Hide implementation variables in Enums
|
9 years ago |
ErrorConstants.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
FILE.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
FastIterator.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 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
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Float64.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Function.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Int16.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Int32.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Int64.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Int8.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Lib.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Native.hx
|
cb082b6b10
[cpp] Add explicit Native.star for dereferencing pointers.
|
6 years ago |
NativeArc.hx
|
f769ed1136
[cpp] correctly re-type function args. Add an ios ARC helper class
|
9 years ago |
NativeArray.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
NativeFile.hx
|
7d5160cc01
[typer] check for extern non-inline fields that have expressions
|
7 years ago |
NativeGc.hx
|
7d5160cc01
[typer] check for extern non-inline fields that have expressions
|
7 years ago |
NativeMath.hx
|
7d5160cc01
[typer] check for extern non-inline fields that have expressions
|
7 years ago |
NativeProcess.hx
|
7d5160cc01
[typer] check for extern non-inline fields that have expressions
|
7 years ago |
NativeRandom.hx
|
7d5160cc01
[typer] check for extern non-inline fields that have expressions
|
7 years ago |
NativeSocket.hx
|
39475bc3b4
UdpSocket: implement broadcast sending capability (#7677)
|
6 years ago |
NativeSsl.hx
|
7d5160cc01
[typer] check for extern non-inline fields that have expressions
|
7 years ago |
NativeString.hx
|
3ec78ebbbd
[cpp] Do not access stirng '__s' directly. Load cppia scripts from bytes, not string
|
6 years ago |
NativeSys.hx
|
7d5160cc01
[typer] check for extern non-inline fields that have expressions
|
7 years ago |
NativeXml.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
NativeXmlImport.cpp
|
d64cfcfbda
[cpp] Use more efficient NativeXml externs
|
9 years ago |
Object.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
ObjectType.hx
|
75be9d386b
[cpp] Move some constants into cpp.ObjectType
|
9 years ago |
Pointer.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Prime.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Random.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
RawConstPointer.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
RawPointer.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Reference.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
SizeT.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Star.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
StdString.hx
|
9f9bc4abbf
[cpp] fix a typo in StdString's @:unreflective
|
6 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
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Stdlib.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
Struct.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
UInt16.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
UInt32.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
UInt64.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
UInt8.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
VarArg.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |
VirtualArray.hx
|
00f409858f
`extern` field syntax (#6984)
|
7 years ago |
Void.hx
|
90eda8ce3c
Happy new year! :tada:
|
6 years ago |