summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ENH: removed doubled code.David Cournapeau2009-10-081-6/+1
* ENH: merge genapi2 and genapi.David Cournapeau2009-10-084-193/+184
* ENH: remove obsolete code in genapi.David Cournapeau2009-10-081-56/+0
* ENH: remove *_order.txt files.David Cournapeau2009-10-082-218/+0
* ENH: do not use *_order.txt inputs anymore.David Cournapeau2009-10-084-15/+27
* ENH: add variables which contain full multiarray/ufunc apis.David Cournapeau2009-10-081-1/+6
* DOC: document at which version we changed the way to checksum the API.David Cournapeau2009-10-081-0/+2
* ENH: use api dict instead of *order.txt files to check for API changes.David Cournapeau2009-10-083-10/+11
* ENH: add a list of all api dicts which define the C API.David Cournapeau2009-10-081-0/+12
* DOC: document how to handle numpy_api dicts.David Cournapeau2009-10-081-0/+14
* ENH: use api dict for ufunc as well.David Cournapeau2009-10-081-12/+29
* BUG: fix ufunc API indexes.David Cournapeau2009-10-081-33/+37
* ENH: make the API array name customizable so that it can be reused for other ...David Cournapeau2009-10-082-16/+26
* ENH: move *Api classes into genapi2, as we will use them for ufunc.David Cournapeau2009-10-082-110/+113
* ENH: check lack of hole in check_api_dictDavid Cournapeau2009-10-081-0/+14
* ENH: remove unused and obsolete code.David Cournapeau2009-10-081-109/+0
* ENH: __multiarray_api.h is now entirely generated from api dicts.David Cournapeau2009-10-081-21/+38
* BUG: fix datetime compilation in separate compilation mode.David Cournapeau2009-10-081-2/+6
* ENH: __multiarray_api.c is now entirely generated from api dicts.David Cournapeau2009-10-081-9/+14
* ENH: extension_list is now fully generated from api dicts.David Cournapeau2009-10-081-10/+6
* ENH: create a name -> *Api item dict.David Cournapeau2009-10-081-2/+21
* ENH: Add a FunctionApi class to handle functions when generating multiarray a...David Cournapeau2009-10-081-0/+25
* ENH: handle bool values variable as other items of the API.David Cournapeau2009-10-081-4/+22
* ENH: rename classes to output strings to avoid confusion with similarly name ...David Cournapeau2009-10-081-5/+6
* ENH: use our own generate_api_func - we will simplify it later.David Cournapeau2009-10-081-1/+12
* ENH: rename decl_str to a more meaningful name.David Cournapeau2009-10-081-5/+6
* ENH: the whole PyArray_API is now automatically generated for __multiarray_ap...David Cournapeau2009-10-081-15/+11
* We do not use multiarray_api_order.txt anymore, only api dicts.David Cournapeau2009-10-083-11/+62
* ENH: change indexes to some datetime funcs to stay compatible with trunk.David Cournapeau2009-10-081-4/+4
* ENH: generate funcs code from ordered dict as well.David Cournapeau2009-10-081-2/+13
* ENH: generate new types (timedelta) from dict as well.David Cournapeau2009-10-082-11/+23
* ENH: use api dict to generate old types code.David Cournapeau2009-10-081-18/+14
* ENH: automatically generate global var and bool type declaration.David Cournapeau2009-10-082-2/+26
* ENH: add ufunc api dict.David Cournapeau2009-10-081-0/+35
* ENH: split misc_api into global var and bool_values.David Cournapeau2009-10-081-1/+4
* ENH: generate first types decl from the type dict.David Cournapeau2009-10-081-7/+17
* ENH: first step toward generating types declaration from a dict as well.David Cournapeau2009-10-081-7/+24
* ENH: rename api dict for multiarray to a clearer name.David Cournapeau2009-10-081-3/+3
* ENH: we now grab PyArray_GetNDArrayCVersion as the other functions.David Cournapeau2009-10-083-2/+13
* ENH: factor out the function to generate func decl.David Cournapeau2009-10-081-9/+16
* ENH: add a series of dictionary with hardcoded ordering for the API.David Cournapeau2009-10-081-0/+236
* ENH: Put beginning of API declaration out of the h_template.David Cournapeau2009-10-081-11/+15
* BUG: hack to fix ABI breakage at multiarray level.David Cournapeau2009-10-081-4/+9
* ENH: return the number of generated items in add_api_list, so that we can reu...David Cournapeau2009-10-081-0/+1
* ENH: put type declaration in separate function.David Cournapeau2009-10-081-15/+18
* ENH: separate type list into old and new list.David Cournapeau2009-10-081-3/+9
* Fix call to copyswap.Travis Oliphant2009-10-081-1/+1
* Fix scalar byteswap code to use the copyswap method from the data-type object.Travis Oliphant2009-10-081-2/+1
* Add comment on the simplification of IsAligned().Stefan van der Walt2009-10-071-0/+7
* Revert some of David's patches pushed accidentally.Stefan van der Walt2009-10-072-28/+18