Historial de Commits

Autor SHA1 Mensaje Fecha
  Mark Knol 875ad19432 2017 (#5932) hace 8 años
  Simon Krajewski 60924d33c5 generalize AsVar by supporting `@:analyzer(as_var)` on types hace 8 años
  hughsando 41f39a7d63 [cpp] Use cpp.Reference instead of AsVar, since the latter created temp variables hace 8 años
  Valentin Lemière 8e1f206ff1 Require Pointer.addressOf to take a variable as argument hace 8 años
  hughsando 9e1b37fe9e [cpp] Correctly name the types involved with converting pointers hace 8 años
  Hugh 7e010523a4 [cpp] Use auto-cast wrappers to allow chaining of types that return AutoCast hace 9 años
  hughsando 81183db701 [cpp] Remove no_simplification meta from cpp files hace 9 años
  Hugh 9e16487fe9 Add Reference typedef to hint to hxcpp that result should not be cast hace 9 años
  hughsando 0c69f8806a Add Pointer.endOf. Use haxe typing for TCast value, Closes #5180 hace 9 años
  Hugh b953d8545a [cpp] Remove elementSize from cpp.Pointer since it causes issues with forward declared types. hace 9 años
  hughsando f98b0bdd5b [cpp] Add some setAt and Array helpers to Pointer hace 9 años
  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 hace 9 años
  Hugh be54ac49b9 [cpp] Add some c++ stdlib externs. Add Pointer setRaw and elementSize externs. Add c++ sizeof feature hace 9 años
  Simon Krajewski 457ff18536 get rid of some unknown analyzer options hace 9 años
  Andy Li 1c79168a33 update copyright year to 2016 hace 9 años
  Andy Li 6a65264bf6 added missing license headers in std hace 9 años
  Hugh 3640a5b631 [cpp] Add accessors for manipulating NativeArray data. hace 10 años
  Hugh 9f019f9f8c Don't bind the results of specified function calls to temp vars. Mark some cpp functions as such. hace 10 años
  hughsando 1c1085bc9f Remove BasePointer, add RawPointer types. Add macro for conversion of string signature to function pointer hace 11 años
  hughsando 7e4f76876f [cpp] Move reinterpret from Pointer to ConstPointer hace 11 años
  Hugh 829bd6ca8a [cpp] Add Pointer.fromHandle hace 11 años
  Hugh 0d34c9138e [cpp] Add pointer reinterpret and work a bit on finalizer hace 11 años
  Hugh cb576785a8 [cpp] all pointers are implemented with cpp.Pointer. Add Pointer.fromPointer. Add way of setting finalizer from haxe. hace 11 años
  hughsando 892420ea2b Add Pointer.addressOf. Pointer postInc returns value, not pointer hace 11 años
  hughsando 01ea152d00 [cpp] add more specific pointer types, including function pointer. Add some NativeString access hace 11 años
  Hugh fb892c5c14 [cpp] Allow spaces in native functions (new ClassName). Work in correct Pointer typing hace 11 años
  hughsando 03ecd63fb9 Do not forward declare external classes. Add StructAccess meta to allow '.' operator. Allow all types of specified classes to be unreflective. Work on some pointer notation hace 11 años
  hughsando 1550d3e57d Add 'Pointer' class to allow easier access to cpp native code hace 11 años