summaryrefslogtreecommitdiff
path: root/numpy/core/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove scons related files and code.Charles Harris2013-01-131-2/+0
* Add boilerplate SConstruct to set variant dir transparantly.David Cournapeau2008-06-121-0/+2
* variant_dir: Rename SConscript for numpy.core.David Cournapeau2008-06-121-269/+0
* Merge OBJECT_API and MULTIARRAY_API as NUMPY_API.Charles Harris2008-05-241-17/+16
* Scons build: put builders creation into scons_support, and add action strings...David Cournapeau2008-04-211-31/+5
* Do not specify target names for generated code, because it is not needed.David Cournapeau2008-04-211-23/+24
* Expand tab in core scons script.David Cournapeau2008-04-211-3/+3
* Use newly available emitter in numscons to handle distutils build dir issues ...David Cournapeau2008-04-051-33/+31
* Replace Copy by Clone call in scons script (Copy is deprecated).David Cournapeau2008-04-051-1/+1
* Remove debug pring statement in numpy.core SConstruct.David Cournapeau2008-03-051-2/+1
* scons build: fail as soon as possible if Python.h is not found. This is parti...David Cournapeau2008-02-131-0/+6
* Handle NO_SIGNAL for platforms which do not define itDavid Cournapeau2008-01-231-2/+4
* Fixes for config and numpyconfig header generation:David Cournapeau2008-01-211-15/+19
* Fixes for config and numpyconfig header generation:David Cournapeau2008-01-211-0/+3
* Fixes for config and numpyconfig header generation:David Cournapeau2008-01-211-1/+10
* Fixes for config and numpyconfig header generation:David Cournapeau2008-01-211-3/+5
* Fixes for config and numpyconfig header generation:David Cournapeau2008-01-211-2/+2
* Typo in numpy.core SConstructDavid Cournapeau2008-01-131-2/+2
* Trivial cleaning of numpy.core SConstructDavid Cournapeau2008-01-081-6/+3
* Fix typo in numpy.core SConstructDavid Cournapeau2008-01-081-5/+5
* Trivial cleanings in numpy.core SConstructDavid Cournapeau2008-01-081-1/+3
* More cleaning of numpy.core SConstructDavid Cournapeau2008-01-081-49/+37
* Simplify math funcs check in SConstructDavid Cournapeau2008-01-081-16/+7
* Remove deprecated builder for config.hDavid Cournapeau2008-01-081-8/+1
* Now we use automatically generated config header instead of old kludge takenDavid Cournapeau2008-01-081-7/+9
* Add groupe of math functions availability in generated config headerDavid Cournapeau2008-01-081-0/+20
* More work on automatic generation of config.h (not ready yet)David Cournapeau2008-01-081-6/+12
* Add PyOS_ascii_strtod test for automatic config header generationDavid Cournapeau2008-01-081-0/+7
* Refactor the check for m library + functions in numpy.core SConstructDavid Cournapeau2008-01-081-13/+7
* Change write_info imports, put in top numscons namespaceDavid Cournapeau2008-01-071-1/+1
* Re-enable write_info, since the related bug in numscons has been fixedDavid Cournapeau2008-01-071-1/+1
* More work on building numpy.core with scons (still does not work)David Cournapeau2008-01-061-2/+2
* Adding scons scripts + support for numpy.core (do not work yet)David Cournapeau2008-01-061-0/+272