.. |
_std
|
1a39cf6367
[cpp] Make sure that the function vtable entries are set in the correct order
|
9 years ago |
abi
|
1c79168a33
update copyright year to 2016
|
9 years ago |
cppia
|
f1fa340701
[cppia] Add resolveClass to cppia.Module. Move build macro from cppia.Host to cppia.Module
|
9 years ago |
link
|
e0a3980e51
[cpp] No longer need to explicitly static link libs for cpp
|
9 years ago |
net
|
1d8f0714e1
[cpp] Convert socket externs to native
|
9 years ago |
objc
|
b561068c04
[cpp] Add some more objc helper classes
|
9 years ago |
rtti
|
1c79168a33
update copyright year to 2016
|
9 years ago |
vm
|
ecf3eb5fbb
readed -> read (#5532)
|
9 years ago |
zip
|
1c79168a33
update copyright year to 2016
|
9 years ago |
ArrayBase.hx
|
1c79168a33
update copyright year to 2016
|
9 years ago |
AtomicInt.hx
|
bb3256622d
[cpp] Add cpp::AtomicInt type
|
9 years ago |
Callable.hx
|
63a2350372
[cpp] Allow cpp.Object and cpp.Callable to be used in other targets again. Retype return values according to return.etype and retype OpAssign according to left-hand-side. Explicitly cast TCppObjectPtr to TCppDynamic where required. Always make the _dyn functions Dynamic. Should fix #5584.
|
9 years ago |
CastCharStar.hx
|
1c79168a33
update copyright year to 2016
|
9 years ago |
Char.hx
|
1c79168a33
update copyright year to 2016
|
9 years ago |
ConstCharStar.hx
|
472e094b23
[cpp] Use @:access instead of untyped for sys.io.File constructors. Mark ConstCharStar as extern. Fix RawConstPointer in cppast. Do not use '::' on native metadat
|
9 years ago |
ConstPointer.hx
|
81183db701
[cpp] Remove no_simplification meta from cpp files
|
9 years ago |
EnumBase.hx
|
5bb5710b4d
Explicitly put Dynamic in global namespace. Hide implementation variables in Enums
|
9 years ago |
FILE.hx
|
87ea06c98b
[cpp] Add some stdio externs to cpp
|
9 years ago |
FastIterator.hx
|
1c79168a33
update copyright year to 2016
|
9 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
|
1c79168a33
update copyright year to 2016
|
9 years ago |
Float64.hx
|
1c79168a33
update copyright year to 2016
|
9 years ago |
Function.hx
|
7e010523a4
[cpp] Use auto-cast wrappers to allow chaining of types that return AutoCast
|
9 years ago |
Int16.hx
|
1c79168a33
update copyright year to 2016
|
9 years ago |
Int32.hx
|
1c79168a33
update copyright year to 2016
|
9 years ago |
Int64.hx
|
1c79168a33
update copyright year to 2016
|
9 years ago |
Int8.hx
|
1c79168a33
update copyright year to 2016
|
9 years ago |
Lib.hx
|
90a9e8895a
Documentation update (#5070)
|
9 years ago |
NativeArc.hx
|
f769ed1136
[cpp] correctly re-type function args. Add an ios ARC helper class
|
9 years ago |
NativeArray.hx
|
86869bd44f
[cpp] Use cpp.Void instead of Void for pointers. Add memcpy function
|
9 years ago |
NativeFile.hx
|
1e1eccaa1c
[cpp] Convert FileSystem, File and Random over to use new Native externs
|
9 years ago |
NativeGc.hx
|
74824c7876
[cpp] Add some NativeGc functions. Add NativeSys.print(ln) that does not require gc/boxing
|
9 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
|
1d8f0714e1
[cpp] Convert socket externs to native
|
9 years ago |
NativeSsl.hx
|
5f965678b7
Add sys.ssl for neko and cpp
|
9 years ago |
NativeString.hx
|
9a3c076118
[cpp] Use hybrid code for adding Strings or Chars to StringBuf. Closes https://github.com/HaxeFoundation/hxcpp/issues/239
|
9 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
|
d64cfcfbda
[cpp] Use more efficient NativeXml externs
|
9 years ago |
NativeXmlImport.cpp
|
d64cfcfbda
[cpp] Use more efficient NativeXml externs
|
9 years ago |
Object.hx
|
63a2350372
[cpp] Allow cpp.Object and cpp.Callable to be used in other targets again. Retype return values according to return.etype and retype OpAssign according to left-hand-side. Explicitly cast TCppObjectPtr to TCppDynamic where required. Always make the _dyn functions Dynamic. Should fix #5584.
|
9 years ago |
ObjectType.hx
|
75be9d386b
[cpp] Move some constants into cpp.ObjectType
|
9 years ago |
Pointer.hx
|
7e010523a4
[cpp] Use auto-cast wrappers to allow chaining of types that return AutoCast
|
9 years ago |
Prime.hx
|
256d36a102
[cpp] Fix CFFIPrime on neko for 0 args
|
9 years ago |
Random.hx
|
1e1eccaa1c
[cpp] Convert FileSystem, File and Random over to use new Native externs
|
9 years ago |
RawConstPointer.hx
|
2c21039ff5
[cpp] Fix array access for cpp.Pointer. Closes #5239. Add array access for cpp.RawPointer
|
9 years ago |
RawPointer.hx
|
1c79168a33
update copyright year to 2016
|
9 years ago |
Reference.hx
|
9e16487fe9
Add Reference typedef to hint to hxcpp that result should not be cast
|
9 years ago |
SizeT.hx
|
86869bd44f
[cpp] Use cpp.Void instead of Void for pointers. Add memcpy function
|
9 years ago |
Star.hx
|
eef5be8926
[cpp] Add special type, cpp.Star, to name internal type
|
9 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
|
cfe9a1debd
[cpp] Implement haxe.extern.Rest for cpp
|
9 years ago |
Stdlib.hx
|
87ea06c98b
[cpp] Add some stdio externs to cpp
|
9 years ago |
UInt16.hx
|
1c79168a33
update copyright year to 2016
|
9 years ago |
UInt32.hx
|
1c79168a33
update copyright year to 2016
|
9 years ago |
UInt64.hx
|
1c79168a33
update copyright year to 2016
|
9 years ago |
UInt8.hx
|
1c79168a33
update copyright year to 2016
|
9 years ago |
VarArg.hx
|
87ea06c98b
[cpp] Add some stdio externs to cpp
|
9 years ago |
VirtualArray.hx
|
7b4ae1a00b
[cpp] Add an abstract to allow casting of VirtualArray
|
9 years ago |
Void.hx
|
1c79168a33
update copyright year to 2016
|
9 years ago |