summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Buffer.py
Commit message (Expand)AuthorAgeFilesLines
* Misc typosluz.paz2018-03-121-1/+1
* Trivial typo fixesUnknown2017-10-171-3/+3
* Refactor dependencies between buffer/memoryview utility code to avoid unused ...Stefan Behnel2017-09-121-27/+16
* Reset temps to 0 after use in buffer re-assignment code.Stefan Behnel2017-09-061-7/+8
* remove duplicated "IsLittleEndian" helper (already exists in ModuleSetupCode....Stefan Behnel2017-08-011-1/+2
* Add a Pythran backend for Numpy operationAdrien Guinet2017-06-171-1/+0
* Cleanup C++ buffer type name mangling.Robert Bradshaw2016-05-171-5/+2
* Mangle C++ namespaced typesIvan Smirnov2016-05-121-0/+1
* pass correct CythonScope into CythonUtilityScope tree generation (used to be ...Stefan Behnel2015-10-261-1/+1
* adapt and apply major refactoring of IndexNode originally written by Mark Flo...Stefan Behnel2015-09-041-1/+7
* make dict iteration compatible with Py2/Py3Stefan Behnel2015-07-251-10/+8
* clean up some old buffer indexing codeStefan Behnel2015-06-281-14/+14
* Add empty declaration code method.Robert Bradshaw2014-10-161-4/+4
* use explicit relative imports everywhere and enable absolute imports by defaultStefan Behnel2014-06-171-11/+13
* prevent utility code C-#include externalisation when it contains PYIDENT() pl...Stefan Behnel2013-07-061-1/+1
* fix some C++ compiler warnings about char* constantsStefan Behnel2013-04-071-1/+5
* clean up some codeStefan Behnel2012-12-091-10/+11
* Use 'c' rather than 'b' for buffer format of chars.Robert Bradshaw2012-08-101-2/+5
* deleted unused codeStefan Behnel2012-07-311-6/+0
* determine buffer typegroup of integer dtypes based on signedness at C compile...Stefan Behnel2012-07-311-15/+8
* Order scope.buffer_vars by nameVitja Makarov2012-02-251-1/+2
* Allow inter-module memoryview buffer acquiring for py < 2.6Mark Florisson2012-02-201-56/+7
* Compare memoryview type pointers directly when coercing from memoryview to me...Mark Florisson2012-02-201-3/+6
* Change __Pyx_zeros and __Pyx_minusones scope to static.Bradley M. Froehle2012-02-071-2/+2
* Allow nogil bounds checking for buffers/memoryviewsMark Florisson2012-02-031-3/+11
* ANSI C compatibilityMark Florisson2012-01-221-1/+1
* Support strings buffer format charactersMark Florisson2011-12-161-7/+9
* Support arrays in structs and implicit struct padding in buffer format stringsMark Florisson2011-12-081-12/+16
* fix missing importStefan Behnel2011-12-021-1/+1
* major cleanup refactoring of the utility code loading support,Stefan Behnel2011-11-141-2/+5
* removed lots of unused imports, delayed some imports that are only needed for...Stefan Behnel2011-11-131-7/+4
* Fix py24 buildMark Florisson2011-10-121-1/+1
* Support packed struct cython.array cast + better dtype error checkingMark Florisson2011-10-011-1/+7
* Fix master incompatibilities after rebaseMark Florisson2011-09-301-2/+2
* Allow C/Fortran contiguity after the last indirect dimension + remove generic...Mark Florisson2011-09-301-0/+2
* Support casting pointers to cython.arrayMark Florisson2011-09-301-7/+22
* MemoryViewSlice indexing and object coercion + MemoryView indexingMark Florisson2011-09-301-43/+46
* Move buffer utilities, fix manifest and package data for utilitiesMark Florisson2011-09-301-522/+9
* @cname for enum/struct in CythonUtilityCode + simple memslice indexingMark Florisson2011-09-301-24/+34
* Utility Code loader + memview python3 compatMark Florisson2011-09-301-3/+0
* Get rid of a lot of entry declarations + optional argument to not allocate bu...Mark Florisson2011-09-301-0/+1
* Fix all tests and segfaultsMark Florisson2011-09-301-0/+3
* use_utility_code vs. memoryviews fixupDag Sverre Seljebotn2011-09-301-83/+99
* set cython.array entry as used when imported.Kurt Smith2011-09-301-0/+2
* moved __Pyx_BufFmt_Context struct definition to proto code in Buffer.pyKurt Smith2011-09-301-0/+10
* consistent naming of all memoryview slice and cython.memoryview references.Kurt Smith2011-09-301-3/+3
* cython.memoryview implementationKurt Smith2011-09-301-1/+15
* partial fix of #299. Refactored buffer auxiliary vars.Kurt Smith2011-09-301-60/+101
* make buffer auxilary variables anonymous and keep anonymous variables from ap...Stefan Behnel2011-09-101-3/+3
* Some Python 2.3 cleanup.Robert Bradshaw2011-08-051-5/+0