summaryrefslogtreecommitdiff
path: root/Cython/Utility/arrayarray.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow pointer access to 64-bit arraysDavid Christenson2017-05-061-0/+4
| | | | Add support for array.arrays of int64s or uint64s (type codes q/Q).
* Delete trailing spacesmathbunnyru2017-01-121-2/+2
|
* Cleaner overflow detection.Robert Bradshaw2016-10-181-1/+1
|
* Re-introduce shrinking and avoiding re-allocation for cython.arrayRobert Bradshaw2016-10-181-2/+2
| | | | | | | This partially reverts 65d3b977d785bca3219c3dbaf055c4aacadf0a7f, but is more correct. Closes #1492
* fix shrinking and overflow in cpython.arrayLars Buitinck2014-12-171-6/+8
|
* simplify Py version checks in arrayarray.hStefan Behnel2014-08-231-2/+2
|
* remove outdated commentStefan Behnel2014-08-231-1/+0
|
* Fix cpython.array declaration order.Robert Bradshaw2012-10-301-4/+7
|
* cleaned up exported C-API of array.array objectStefan Behnel2012-08-201-44/+30
|
* exclude comments from generated C fileStefan Behnel2012-08-201-24/+17
|
* make declarations of arrayarray.h functions 'static' as they are only used ↵Stefan Behnel2012-06-271-4/+4
| | | | internally as utility code
* Arrays use unamed fields, require non-standard (C11) extension.Robert Bradshaw2012-05-201-4/+2
|
* arrayarray utility code hackRobert Bradshaw2012-05-191-0/+164