Hugh Sanderson
|
c6140db0c1
Add Array.removeAt extern for cpp
|
5 年之前 |
Jens Fischer
|
4e69fda544
[std] remove redundant public keywords from extern classes (#9205)
|
5 年之前 |
Aurel
|
8616359ff7
Reformat std (#8408)
|
6 年之前 |
Mark Knol
|
90eda8ce3c
Happy new year! :tada:
|
6 年之前 |
Simon Krajewski
|
7d5160cc01
[typer] check for extern non-inline fields that have expressions
|
6 年之前 |
Mark Knol
|
b3cc1d7949
Happy new year! (#6799)
|
7 年之前 |
Hugh
|
e1e949d3db
[cpp] Convert VirtualArrays to Object arrays when unserializing if possible
|
8 年之前 |
Mark Knol
|
875ad19432
2017 (#5932)
|
8 年之前 |
Hugh Sanderson
|
104f4f17e4
[cpp] Restore untyped version of blit so cppia vectors work
|
8 年之前 |
Hugh
|
ebe8229281
[cpp] Use @:nativeStaticExtension for NativeArray members
|
8 年之前 |
hughsando
|
d9f0b809eb
[cpp] Add Array-with-length allocator
|
8 年之前 |
hughsando
|
86869bd44f
[cpp] Use cpp.Void instead of Void for pointers. Add memcpy function
|
9 年之前 |
Hugh
|
7d392106e8
[cpp] Add 'capacity' function to cpp.NativeArray
|
9 年之前 |
Hugh
|
c1f7197d8f
Add test for constructing a utf8 string with a (reserved) size. Add native array reserve function for cpp. Closes #5211
|
9 年之前 |
Hugh
|
7230d00743
[cpp] Use static function to get better typing in NativeArray. Small tweaks for Vector on cpp
|
9 年之前 |
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
|
9 年之前 |
Andy Li
|
1c79168a33
update copyright year to 2016
|
9 年之前 |
Andy Li
|
6a65264bf6
added missing license headers in std
|
9 年之前 |
Hugh
|
3640a5b631
[cpp] Add accessors for manipulating NativeArray data.
|
10 年之前 |
Hugh
|
3ccfca5bdd
[cpp] Expose some ArrayBase functions via the cpp.NativeArray and cpp.ArrayBase classes
|
10 年之前 |
Simon Krajewski
|
3c33a73a38
make cpp.NativeArray extern so its methods are always inlined (closes #2938)
|
11 年之前 |
Hugh
|
925baff243
[cpp] Add optimized version of Vector. Add cpp.NativeArray.setSize
|
11 年之前 |
Hugh
|
0dcd798c17
[cpp] Add unsafeGet, unsafeSet and memcmp to cpp.NativeArray. Add optimised cpp versions for haxe.io.Bytes
|
11 年之前 |
Hugh
|
3e27d2e8da
[cpp] Create class to make native array access easier
|
11 年之前 |