summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge changes in cleanconfig_rtmDavid Cournapeau2008-01-183-31/+36
* Add simple test script to build/test numpyDavid Cournapeau2008-01-181-0/+18
* Typo in numpy.core SConstructDavid Cournapeau2008-01-131-2/+2
* Merge revisions 4706:4720 from the trunkDavid Cournapeau2008-01-131-1/+1
* 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-082-4/+5
* 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-082-45/+1
* Now we use automatically generated config header instead of old kludge takenDavid Cournapeau2008-01-082-8/+16
* 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-082-14/+34
* Merged revisions 4677-4704 from http://svn.scipy.org/svn/numpy/trunkDavid Cournapeau2008-01-081-0/+1
* Change write_info imports, put in top numscons namespaceDavid Cournapeau2008-01-072-2/+2
* numpy.linalg now builds with sconsDavid Cournapeau2008-01-072-0/+53
* numpy.lib now builds with sconsDavid Cournapeau2008-01-072-0/+28
* numarray now builds with sconsDavid Cournapeau2008-01-072-0/+26
* Add setupscons.py for pure python packagesDavid Cournapeau2008-01-074-0/+169
* numpy.random now builds with sconsDavid Cournapeau2008-01-072-0/+90
* numpy.fft builds with sconsDavid Cournapeau2008-01-072-0/+28
* Re-enable write_info, since the related bug in numscons has been fixedDavid Cournapeau2008-01-071-1/+1
* Fix missing import from numsconsDavid Cournapeau2008-01-071-0/+1
* More work on building numpy.core with scons (still does not work)David Cournapeau2008-01-063-6/+32
* Import get_configres* functions from numsconsDavid Cournapeau2008-01-061-0/+1
* Add function add_configres for numpy.distutils.ConfigurationDavid Cournapeau2008-01-061-0/+4
* Adding scons scripts + support for numpy.core (do not work yet)David Cournapeau2008-01-063-0/+564
* Make code_generators a package to import its functionsDavid Cournapeau2008-01-061-0/+0
* Modify ufunc api generator to be compatible with scons builderDavid Cournapeau2008-01-061-11/+20
* Modify array api generator to be compatible with scons builderDavid Cournapeau2008-01-061-15/+20
* Define various scons related functions to call numscons instead of beingDavid Cournapeau2008-01-061-3/+6
* Add root setupscons.py files, to start working on building numpy with numscons.David Cournapeau2008-01-062-0/+119
* Add scons_make_config function to numpy distutils Configuration.David Cournapeau2008-01-061-0/+6
* Use separate numscons package instead of internal local copyDavid Cournapeau2008-01-061-2/+9
* Add facilities to generate config file for future sconsified modules.David Cournapeau2008-01-061-0/+45
* add an option to change setup filenames to numpy.distutils.ConfigurationDavid Cournapeau2008-01-061-1/+4
* Add the infrastructure to add SConstruct files inDavid Cournapeau2008-01-061-1/+45
* Add scons command to numpy distutils.David Cournapeau2008-01-062-1/+324
* Use a custom NumpyDistribution instead of distutils Distribution, to handleDavid Cournapeau2008-01-062-1/+34
* Merged revisions 4612-4617,4628-4631,4638 via svnmerge from David Cournapeau2008-01-066-35/+171
|\
| * Get MATHLIB from numpyconfig.h, not from config.h anymoreDavid Cournapeau2007-12-221-2/+2
| * Merged revisions 4612-4630 via svnmerge from David Cournapeau2007-12-222-3/+10
| |\
| * | Remove distutils test for C declaration from numpy.core, since it is put in d...David Cournapeau2007-12-221-19/+0
| * | Add a check_decl function to check for declarationDavid Cournapeau2007-12-221-0/+15
| * | Add code to test for a declaration in headerDavid Cournapeau2007-12-221-6/+25
| * | Fix escaping problem when generating numpyconfig.h on win32David Cournapeau2007-12-181-0/+2
| * | Add CHAR_BITS as a public symbol in numpyconfig headerDavid Cournapeau2007-12-181-0/+15
| * | separate config.h (private header) and numpyconfig.h (public header)David Cournapeau2007-12-183-1/+101