Historique des commits

Auteur SHA1 Message Date
  Mark Knol 875ad19432 2017 (#5932) il y a 8 ans
  hughsando 82786c8f93 [cpp] Autocast cpp.Pointer. Add as_var to cpp.ConstPointer il y a 8 ans
  Hugh e2a5b3d1ed [cpp] Allow calling structAccess functions using . operator. Add typeCast pointer option that uses a temp to get the typing right il y a 8 ans
  hughsando 81183db701 [cpp] Remove no_simplification meta from cpp files il y a 9 ans
  hughsando eef5be8926 [cpp] Add special type, cpp.Star, to name internal type il y a 9 ans
  Hugh 9e16487fe9 Add Reference typedef to hint to hxcpp that result should not be cast il y a 9 ans
  Hugh b65f0f236f [cpp] ConstPointer.raw now casts-away const, and added constRaw to get the actual const pointer. Restore logic for non-dynamic access to unknown array fields il y a 9 ans
  Hugh be54ac49b9 [cpp] Add some c++ stdlib externs. Add Pointer setRaw and elementSize externs. Add c++ sizeof feature il y a 9 ans
  Hugh dd5d9a1d98 [cpp] Expose some native utf8 functions. Closes #4440 il y a 9 ans
  Simon Krajewski 457ff18536 get rid of some unknown analyzer options il y a 9 ans
  Andy Li 1c79168a33 update copyright year to 2016 il y a 9 ans
  Andy Li 6a65264bf6 added missing license headers in std il y a 9 ans
  hughsando 900ce45699 Expose pointer.ptr il y a 10 ans
  Hugh 3640a5b631 [cpp] Add accessors for manipulating NativeArray data. il y a 10 ans
  Hugh 9f019f9f8c Don't bind the results of specified function calls to temp vars. Mark some cpp functions as such. il y a 10 ans
  hughsando 1c1085bc9f Remove BasePointer, add RawPointer types. Add macro for conversion of string signature to function pointer il y a 11 ans
  hughsando 7e4f76876f [cpp] Move reinterpret from Pointer to ConstPointer il y a 11 ans
  Hugh cb576785a8 [cpp] all pointers are implemented with cpp.Pointer. Add Pointer.fromPointer. Add way of setting finalizer from haxe. il y a 11 ans
  hughsando 892420ea2b Add Pointer.addressOf. Pointer postInc returns value, not pointer il y a 11 ans
  hughsando 01ea152d00 [cpp] add more specific pointer types, including function pointer. Add some NativeString access il y a 11 ans