summaryrefslogtreecommitdiff
path: root/numpy/core/SConscript
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove scons related files and code.Charles Harris2013-01-131-531/+0
* ENH: Split sort source file by sort kind.Charles Harris2012-07-111-1/+3
* BLD: fix Bento and Numscons builds, that were broken in b272bc60.Ralf Gommers2012-06-211-6/+0
* Remove PyArray_ReduceWrapper from public APINathaniel J. Smith2012-06-161-1/+1
* ENH: Always include ucsnarray.h and ucsnarray.cCharles Harris2012-04-211-3/+2
* BUG: Fix scons build script so it works with umathmodule.c.Charles Harris2012-02-061-2/+0
* ENH: missingdata: Make numpy.all follow the NA || True == True ruleMark Wiebe2011-08-271-0/+4
* ENH: missingdata: Rename na_singleton.[ch] to na_object.[ch]Mark Wiebe2011-08-271-1/+1
* ENH: missingdata: Move some of the refactored reduction code into the APIMark Wiebe2011-08-271-0/+1
* ENH: missingdata: Implement routine for array to array assignmentMark Wiebe2011-08-271-0/+1
* ENH: missingdata: Implement wheremasked scalar assignment with overwritena=TrueMark Wiebe2011-08-271-0/+1
* ENH: missingdata: Writing some low level general array assignment routinesMark Wiebe2011-08-271-0/+1
* ENH: missingdata: Add boilerplate for NA singleton typeMark Wiebe2011-08-271-0/+1
* ENH: missingdata: Add the NA mask members to PyArrayObjectMark Wiebe2011-08-271-0/+1
* STY: Cleanup trailing whitespace.Charles Harris2011-07-071-1/+1
* ENH: nditer: Rename nditer.c.src to indicate it has just the templated bitsMark Wiebe2011-07-071-1/+1
* ENH: nditer: Move the non-templated API into its own fileMark Wiebe2011-07-071-0/+1
* ENH: nditer: Move construction/copy/destruction to its own implementation fileMark Wiebe2011-07-071-0/+1
* ENH: umath: Move the type resolution functions into their own fileMark Wiebe2011-07-061-0/+1
* ENH: Merge branch 'datetime_dev'Mark Wiebe2011-06-221-0/+1
|\
| * ENH: datetime-autounit: Detect unit from string arrays as wellMark Wiebe2011-06-161-0/+1
* | ENH: Generate the npysort library for linking during build, but do notCharles Harris2011-06-191-8/+1
* | ENH: Remove the _sort module.Charles Harris2011-06-161-11/+1
* | ENH: Make scons build the npysort library.Charles Harris2011-06-161-2/+18
* | ENH: Break out the sort functions into a separate file.Charles Harris2011-06-161-1/+2
* | ENH: Rename the sorting directory to npysort.Charles Harris2011-06-161-1/+1
* | ENH: Rename _sortmodule.c.src and move it into a new sorting directory.Charles Harris2011-06-161-1/+1
|/
* STY: datetime-feedback: Rename np.busdaydef -> np.busdaycalendarMark Wiebe2011-06-151-1/+1
* ENH: datetime-bday: Create the np.busdaydef business day definition objectMark Wiebe2011-06-131-0/+1
* ENH: datetime-bday: Add datetime_busday.c/.h, start busday_offset functionMark Wiebe2011-06-101-0/+1
* STY: Rename source files for the iterator to nditer_*.*Mark Wiebe2011-03-131-4/+4
* BLD: Fix scons and setup.py buildMark Wiebe2011-02-021-1/+6
* BLD: fix numscons build.David Cournapeau2011-02-021-0/+5
* ENH: core: Create half/float16 data typeMark Wiebe2010-12-011-1/+2
* BUG: Fix typo in commit r8564-66.rgommers2010-08-011-1/+1
* BUG: fix numscons build issue introduced in r8541.rgommers2010-07-311-0/+2
* BUG: look for endian.h.David Cournapeau2010-07-291-0/+4
* ENH: implement PEP 3118 buffer consumer on Py2.6, adding a simple Memoryview ...Pauli Virtanen2010-02-201-0/+1
* STY: Remove hard tab.Charles Harris2010-02-171-3/+2
* BUG: fix numscons build.David Cournapeau2009-12-121-0/+1
* BUG: fix numscons build, missing subst in _numpyconfig.hDavid Cournapeau2009-11-291-0/+2
* BUG: do not redefine SIZEOF_LONG in config.h if already defined in python hea...David Cournapeau2009-11-271-1/+6
* ENH: add a guard to ensure config.h is never included directly.David Cournapeau2009-11-271-0/+6
* BUG: (#1221) special case mac os x in numpyconfig.hDavid Cournapeau2009-11-271-2/+2
* ENH: make ieee754 a templated file, need for spacing.David Cournapeau2009-11-101-2/+2
* ENH: add a define in scons build for long double representation.David Cournapeau2009-11-091-1/+3
* ENH: move npy_config to a newly created private header directory.David Cournapeau2009-11-091-1/+1
* BUG: do not run long double check for darwin platform (universal build breaks...David Cournapeau2009-11-061-1/+2
* ENH: add long double representation detection to numscons build.David Cournapeau2009-11-061-2/+6
* BUG: handle platform without complex support in numscons build.David Cournapeau2009-11-051-0/+4