summaryrefslogtreecommitdiff
path: root/Cython/Utility/arrayarray.h
Commit message (Expand)AuthorAgeFilesLines
* Allow pointer access to 64-bit arraysDavid Christenson2017-05-061-0/+4
* 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
* 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 in...Stefan Behnel2012-06-271-4/+4
* Arrays use unamed fields, require non-standard (C11) extension.Robert Bradshaw2012-05-201-4/+2
* arrayarray utility code hackRobert Bradshaw2012-05-191-0/+164