summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A gentle start on #469gsoc-kurt-regraftDag Sverre Seljebotn2010-02-036-87/+130
* mergeDag Sverre Seljebotn2010-02-0330-452/+3007
|\
| * Merge in current devel (only memoryview testcases fail)Dag Sverre Seljebotn2009-12-1430-451/+3007
| |\
| | * Remove fwrap (moved to http://hg.cython.org/fwrap-dev)Dag Sverre Seljebotn2009-12-1434-4151/+0
| | * edits for fwrap array supportKurt Smith2009-08-163-4/+87
| | * move files around in fwrap/testsKurt Smith2009-08-165-0/+4
| | * assumed-shape array support in fwrap.Kurt Smith2009-08-160-0/+0
| | * added MemoryViewSliceType.same_as_resolved_type() methodKurt Smith2009-08-161-0/+6
| | * [mq]: fwrap_partial_array_implKurt Smith2009-08-165-85/+246
| | * added fwrap.py commandline scriptKurt Smith2009-08-152-2/+22
| | * added .shape .strides and .suboffsets fields to MemoryViewSliceType scopeKurt Smith2009-08-142-57/+141
| | * needed a check for PyErr_Occurred rather than a check for NULL when calling m...Kurt Smith2009-08-131-1/+1
| | * replaced memoryviewslice struct diminfo with shape/strides/suboffsets arrays.Kurt Smith2009-08-131-30/+30
| | * StructUtilityCode needed a default requires fieldKurt Smith2009-08-131-0/+3
| | * memoryviewslices support in-place copying through to_arr[...] indexingKurt Smith2009-08-134-32/+124
| | * refactoring of MemoryViewSliceType utility code.Kurt Smith2009-08-123-121/+197
| | * mergeKurt Smith2009-08-1210-141/+160
| | |\
| | | * use_utility_code vs. memoryviews fixupDag Sverre Seljebotn2009-08-1210-141/+160
| | * | nonecheck directive works for memoryviewslices.Kurt Smith2009-08-123-3/+26
| | * | memoryview.pyx testcase tests strided slices.Kurt Smith2009-08-121-0/+2
| | * | added memoryviewslice attribute/method testcases.Kurt Smith2009-08-121-0/+184
| | |/
| | * cleanup in MemoryViewSliceTypeKurt Smith2009-08-112-79/+88
| | * memoryviewslice .is_c_contig() and .is_f_contig() implementationsKurt Smith2009-08-112-4/+80
| | * ensure util code isn't declared twice in MemoryViewSliceTypeKurt Smith2009-08-111-4/+9
| | * 'f' to 'fortran' in PyrexTypes.MemoryViewSliceTypeKurt Smith2009-08-111-4/+5
| | * fix in BufferCopyContents code.Kurt Smith2009-08-111-1/+2
| | * fix in MemoryView.use_cython_view_util_codeKurt Smith2009-08-111-1/+1
| | * fix in memoryviewslice src_conforms_to_dstKurt Smith2009-08-111-5/+3
| | * upcase 'access' for memoryviewslice copy code names.Kurt Smith2009-08-111-1/+1
| | * remove dead code in MemoryView.pyKurt Smith2009-08-111-20/+0
| | * don't need to calculate itemsize here.Kurt Smith2009-08-111-1/+0
| | * replacement of 'f' flag with 'fortran' in cython.array.Kurt Smith2009-08-111-4/+4
| | * indexing fix for copy contents C function in MemoryView.pyKurt Smith2009-08-111-1/+4
| | * memviewslice copy implementation.Kurt Smith2009-08-103-39/+262
| | * set cython.array entry as used when imported.Kurt Smith2009-08-093-9/+15
| | * MemoryViewTypeNode -> MemoryViewSliceTypeNode name change in testcase.Kurt Smith2009-08-091-1/+1
| | * fwrap: added module tests.Kurt Smith2009-08-094-0/+94
| | * moved memoryview initialization function from CythonUtilCode to pure CKurt Smith2009-08-093-151/+219
| | * updated utility code convenience functions in MemoryView.pyKurt Smith2009-08-091-3/+13
| | * stubs for MemoryViewSliceType copy() and copy_fortran() functionsKurt Smith2009-08-091-5/+44
| | * added is_c_contig/is_f_contig flags to MemoryViewSliceTypeKurt Smith2009-08-091-0/+4
| | * added array_cwrapper convenience function in CythonScope.pyKurt Smith2009-08-091-0/+4
| | * moved __Pyx_BufFmt_Context struct definition to proto code in Buffer.pyKurt Smith2009-08-091-9/+10
| | * stride/len bugfix to cython.arrayKurt Smith2009-08-092-6/+6
| | * fwrap: can select specific testcases from commandline.Kurt Smith2009-08-072-14/+18
| | * refactored assignment to memoryviewslice for return values.Kurt Smith2009-08-065-34/+95
| | * fixed bug in init_memviewslice_from_memviewKurt Smith2009-08-061-4/+18
| | * correct reference handling for memoryviewslices.Kurt Smith2009-08-056-27/+56
| | * consistent naming of all memoryview slice and cython.memoryview references.Kurt Smith2009-08-057-52/+54
| | * memoryviewslice declaration and assignments work.Kurt Smith2009-08-047-30/+131