Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: merge _compiled_base module into multiarray | Julian Taylor | 2015-01-22 | 1 | -11/+0 |
| | | | | Allows access to internal functions for the file. | ||||
* | BUG: fix large file support on 32 bit systems | Julian Taylor | 2014-01-11 | 1 | -1/+5 |
| | | | | | | On linux large file support must be enabled and ftello used to avoid overflows. The result must not be converted to a size_t, but a long long. | ||||
* | REF: simplify extension customization. | David Cournapeau | 2012-06-01 | 1 | -13/+6 |
| | | | | We are using the new tweak_* bento API wherever possible. | ||||
* | REF: use new API for higher level builder reuse. | David Cournapeau | 2011-08-29 | 1 | -4/+1 |
| | |||||
* | REF: use new hook signature. | David Cournapeau | 2011-08-29 | 1 | -1/+1 |
| | |||||
* | ENH: update to last bento. | David Cournapeau | 2011-08-29 | 1 | -2/+2 |
| | |||||
* | ENH: remove temporary hacks for recurse path settings. | David Cournapeau | 2011-08-29 | 1 | -18/+2 |
| | |||||
* | FEAT: numpy.core and numpy.lib both build | David Cournapeau | 2011-08-29 | 1 | -0/+33 |