summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix macro def.David Cournapeau2008-12-191-1/+1
| | |
| * | Use a tuple when defining the MS_WIN64 macro.David Cournapeau2008-12-191-1/+1
| | |
| * | Forgot to import get_build_architecture.David Cournapeau2008-12-191-1/+1
| | |
| * | Add MS_WIN64 macro when built on amd64 + mingw.David Cournapeau2008-12-191-0/+8
| | |
* | | Support library_dirs in check_type.David Cournapeau2009-02-191-2/+2
| | |
* | | Merge r6410.David Cournapeau2009-02-191-1/+1
|\ \ \ | | |/ | |/|
* | | Add our own check_header, since distutils one is broken.David Cournapeau2009-02-191-0/+6
| | |
* | | Add numpy_include_dirs to C libraries as well.David Cournapeau2009-02-181-1/+5
| | |
* | | Add check_type_sizeof function.David Cournapeau2009-02-181-0/+76
|/ /
* | ran reindentJarrod Millman2008-12-311-2/+2
| |
* | Try to initialize the msvc compiler before the general code to detect the ↵David Cournapeau2008-12-271-9/+10
| | | | | | | | error early.
* | Improve the error message when initializing compiler failed.David Cournapeau2008-12-271-6/+10
| |
* | BUG (#970): fix a python 2.6 bug in distutils which caused an unhelpful ↵David Cournapeau2008-12-271-0/+21
| | | | | | | | Error:None message when trying to build with no VS installed and without the -c mingw32 option.
* | Update to handle numscons 0.10.0 and above.David Cournapeau2008-12-261-3/+7
|/
* Refactor manifest generation and put it back into mingw32ccompiler module.David Cournapeau2008-11-171-21/+2
|
* Disable .rc generation for manifest: having the xml file in the same dir as ↵David Cournapeau2008-11-171-6/+6
| | | | the _configtest.exe is enough for now.
* temp_files is a list of filenames, not files.David Cournapeau2008-11-171-2/+2
|
* Fix configtest and manifest_name.David Cournapeau2008-11-171-1/+1
|
* Generate the rc file for manifest embedding.David Cournapeau2008-11-171-1/+7
|
* Generate the xml manifest file.David Cournapeau2008-11-171-2/+9
|
* fix imports.David Cournapeau2008-11-171-2/+2
|
* Refactor msvc runtime checking, put it into mingw32compilerDavid Cournapeau2008-11-171-12/+3
|
* Detect whether config link needs embedding the manifest for the MSVC runtime.David Cournapeau2008-11-171-0/+18
|
* Add deprecation warning for get_output and try_run: we should not use it ↵David Cournapeau2008-11-161-0/+19
| | | | anymore.
* Some spelling corrections.Charles Harris2008-11-121-2/+2
| | | | Some experiments for MSVC.
* Fix function prototypes decl in check_func to avoid warning with ↵David Cournapeau2008-10-051-2/+2
| | | | -Wstrict-prototypes.
* Merged revisions 5882-5911 via svnmerge from David Cournapeau2008-10-051-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://svn.scipy.org/svn/numpy/trunk ........ r5886 | charris | 2008-10-02 03:05:29 +0900 (Thu, 02 Oct 2008) | 4 lines Make some error messages more informative. Improve error handling. Make continuation lines work. ........ r5887 | charris | 2008-10-02 03:06:04 +0900 (Thu, 02 Oct 2008) | 2 lines Small cleanup to clarify repeated string. ........ r5888 | charris | 2008-10-02 03:08:41 +0900 (Thu, 02 Oct 2008) | 6 lines Cleanup ufunc loops. At this point loops are separated into variable kinds, so there is a fair amount of duplication. I will probably merge loops that look the same in a later commit. There are no changes to current behavior of loops, this will also be changed in later work to deal with nans and such. ........ r5889 | oliphant | 2008-10-03 05:27:17 +0900 (Fri, 03 Oct 2008) | 1 line Fix problem with subclasses of object arrays. ........ r5896 | cdavid | 2008-10-03 15:50:32 +0900 (Fri, 03 Oct 2008) | 1 line Update the minimum version for numscons: had to change to cope with Chuck changes to conv_template.py. ........ r5897 | cdavid | 2008-10-03 15:51:03 +0900 (Fri, 03 Oct 2008) | 1 line Update doall script: take the python version to build binaries from the command line instead of global variable. ........ r5906 | oliphant | 2008-10-04 00:55:52 +0900 (Sat, 04 Oct 2008) | 1 line Fix ticket #925 ........
| * Update the minimum version for numscons: had to change to cope with Chuck ↵David Cournapeau2008-10-031-1/+1
| | | | | | | | changes to conv_template.py.
* | define -> pragma, stupid mistake.David Cournapeau2008-09-211-2/+2
| |
* | Handle msvc intrisincs in check_funcs_once.David Cournapeau2008-09-211-0/+6
| |
* | Handle msvc intrisincs in check_func.David Cournapeau2008-09-211-0/+7
| |
* | Merged revisions 5812-5843 via svnmerge from David Cournapeau2008-09-201-1/+36
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://svn.scipy.org/svn/numpy/trunk ........ r5821 | alan.mcintyre | 2008-09-14 03:04:57 +0900 (Sun, 14 Sep 2008) | 3 lines Removed unused imports. Standardize NumPy import as "import numpy as np". ........ r5822 | alan.mcintyre | 2008-09-14 03:10:48 +0900 (Sun, 14 Sep 2008) | 6 lines Rewrapped __all__ definition to conform to PEP8. Standardize NumPy import as "import numpy as np". Removed unused imports. Fixed undefined reference to ndarray (should be np.ndarray). Fixed undefined references to exp (should be math.exp). ........ r5823 | alan.mcintyre | 2008-09-14 03:15:38 +0900 (Sun, 14 Sep 2008) | 3 lines Removed unused imports. Fixed undefined reference to "getpackage" (from nose.util). ........ r5824 | pierregm | 2008-09-14 06:17:09 +0900 (Sun, 14 Sep 2008) | 1 line MaskedArray.__new__ : make sure that we inherit the _hardmask from data (if any) instead of reverting to default. ........ r5826 | alan.mcintyre | 2008-09-18 12:29:56 +0900 (Thu, 18 Sep 2008) | 4 lines Added documentation for doctests and using the skipif and knownfailureif decorators. Fixed indentation on the last sample snippet in the "__init__.py and setup.py" section. ........ r5827 | alan.mcintyre | 2008-09-18 12:33:15 +0900 (Thu, 18 Sep 2008) | 3 lines Rewrapped __all__ to conform with PEP8. Removed unused imports. ........ r5828 | alan.mcintyre | 2008-09-18 12:33:58 +0900 (Thu, 18 Sep 2008) | 2 lines Removed unused imports. ........ r5829 | alan.mcintyre | 2008-09-18 12:45:53 +0900 (Thu, 18 Sep 2008) | 3 lines Removed unused/redundant imports. PEP8 conformance (only one import per line). ........ r5830 | alan.mcintyre | 2008-09-18 12:57:47 +0900 (Thu, 18 Sep 2008) | 2 lines Removed redundant import. ........ r5831 | pierregm | 2008-09-19 02:51:55 +0900 (Fri, 19 Sep 2008) | 1 line median : fixed a bug in _median1D (there shouldn't have been an axis) ........ r5832 | jarrod.millman | 2008-09-19 03:53:53 +0900 (Fri, 19 Sep 2008) | 2 lines ReSTified an URL ........ r5833 | rkern | 2008-09-19 06:48:57 +0900 (Fri, 19 Sep 2008) | 1 line BUG: Override setuptools' install.run() method to correctly allow 'python setup.py install' to work. ........ r5834 | pierregm | 2008-09-19 12:33:40 +0900 (Fri, 19 Sep 2008) | 1 line * fixing view to recognize dtype and type parameters, for consistency with regular ndarrays. ........ r5835 | pierregm | 2008-09-20 04:43:05 +0900 (Sat, 20 Sep 2008) | 8 lines core: * add dtype to the repr of masked arrays w/ flexible type * prevent __getitem__ to return masked on flexible-type masked array * make sure __str__ returns something sensible for flexible dtype w/ masked fields * simplify the count method mrecords: * fixed a pb with fromrecords when the number of fields cannot be determined from the first element. ........
| * BUG: Override setuptools' install.run() method to correctly allow 'python ↵Robert Kern2008-09-181-1/+36
| | | | | | | | setup.py install' to work.
* | Merged revisions 5762-5811 via svnmerge from David Cournapeau2008-09-131-3/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://svn.scipy.org/svn/numpy/trunk ........ r5768 | ptvirtan | 2008-09-05 03:04:35 +0900 (Fri, 05 Sep 2008) | 1 line Ufunc docstrings: show the 'out' arguments in a more standard way ........ r5769 | alan.mcintyre | 2008-09-05 03:23:48 +0900 (Fri, 05 Sep 2008) | 4 lines Replaced numpy.testing.decorators.skipknownfailure with knownfailureif, which allows flagging tests as known failures rather than skips. Updated test_umath to use knownfailureif. ........ r5770 | alan.mcintyre | 2008-09-05 06:13:29 +0900 (Fri, 05 Sep 2008) | 2 lines Renamed classes to conform to PEP 8. ........ r5771 | alan.mcintyre | 2008-09-05 07:06:01 +0900 (Fri, 05 Sep 2008) | 2 lines Fix link to example.py. ........ r5772 | alan.mcintyre | 2008-09-05 10:20:09 +0900 (Fri, 05 Sep 2008) | 2 lines Remove debugging code. ........ r5788 | dhuard | 2008-09-05 22:58:00 +0900 (Fri, 05 Sep 2008) | 1 line Applied patch from R. May fixing ticket #905 (loadtxt). Fixed other bug occurring when both usecols and converters are provided. Added related regression tests. ........ r5789 | oliphant | 2008-09-05 23:06:02 +0900 (Fri, 05 Sep 2008) | 1 line Add final date-time proposal. ........ r5791 | pierregm | 2008-09-06 08:38:44 +0900 (Sat, 06 Sep 2008) | 1 line * fixed deepcopy of masked arrays (bug #906) ........ r5793 | cdavid | 2008-09-07 16:16:28 +0900 (Sun, 07 Sep 2008) | 8 lines scons command: fix one more issue related to build dir. The distutils installation directory relative to the scons build directory was not always computed right. The relative position on the fs does not depend on the source directory (in out-of-place builds), but on the package *name* translated to a directly only. ........ r5796 | pearu | 2008-09-09 19:55:30 +0900 (Tue, 09 Sep 2008) | 1 line Fix typo. ........ r5797 | stefan | 2008-09-09 22:38:34 +0900 (Tue, 09 Sep 2008) | 2 lines FIX: Loadtxt raises on empty input (closes #908). ........ r5799 | alan.mcintyre | 2008-09-10 02:48:47 +0900 (Wed, 10 Sep 2008) | 2 lines Removed unused imports. ........ r5800 | pierregm | 2008-09-10 03:25:15 +0900 (Wed, 10 Sep 2008) | 1 line * make sure that minimum & maximum actually return a MaskedArray ........ r5803 | pierregm | 2008-09-12 04:54:31 +0900 (Fri, 12 Sep 2008) | 1 line * fixed view for MaskedArrays w/ flexible dtype ........ r5804 | jarrod.millman | 2008-09-13 04:20:26 +0900 (Sat, 13 Sep 2008) | 2 lines FIX: broken links ........ r5805 | jarrod.millman | 2008-09-13 04:23:20 +0900 (Sat, 13 Sep 2008) | 2 lines FIX: broken links ........ r5806 | alan.mcintyre | 2008-09-13 11:53:53 +0900 (Sat, 13 Sep 2008) | 2 lines Fix failing doctests. ........ r5807 | alan.mcintyre | 2008-09-13 11:56:33 +0900 (Sat, 13 Sep 2008) | 2 lines Remove unused imports. ........ r5808 | alan.mcintyre | 2008-09-13 12:40:57 +0900 (Sat, 13 Sep 2008) | 7 lines Removed unused/duplicate imports. Removed repeated members of __all__. Fixed reference to undefined "out" in functions.py:take function. Fixed references to undefined "N" in functions.py. Rewrapped lines to conform to PEP8. Fixed references to undefined FPE_* constants (from numpy) in util.py. ........ r5809 | cdavid | 2008-09-13 15:03:30 +0900 (Sat, 13 Sep 2008) | 6 lines Fix cygwin compilation Recent version of binutils (2.18.50) do not accept 4 bytes operand for some opcodes like fnstsw (which always expected a 2 bytes operand). Replace the type of the argument from unsigned 2 bytes to unsigned 4 bytes unsigned integer. ........ r5810 | cdavid | 2008-09-13 15:27:46 +0900 (Sat, 13 Sep 2008) | 1 line Tag ctypes load library tests as known failures on cygwin. ........
| * scons command: fix one more issue related to build dir.David Cournapeau2008-09-071-3/+4
| | | | | | | | | | | | | | | | The distutils installation directory relative to the scons build directory was not always computed right. The relative position on the fs does not depend on the source directory (in out-of-place builds), but on the package *name* translated to a directly only.
* | Add a check_funcs_once function to speed up func checks.David Cournapeau2008-09-051-0/+55
|/
* reindenting prior to releaseJarrod Millman2008-09-021-5/+5
|
* BUG: reinitialize_command(**kwds) is a setuptools override of the distutils ↵Robert Kern2008-08-231-1/+2
| | | | API. Set the attribute directly, instead.
* Run scons command in build_ext instead of build.David Cournapeau2008-08-202-3/+5
| | | | | | | setuptools develop run build_ext inplace, not build, so develop command in setuptools would not call the scons command. Now, the develop mode should work with numscons.
* Do not setup any compiler in scons command if noscons scripts are used.David Cournapeau2008-08-141-53/+58
|
* Do not special-case for mingw32: compiler detection takes care of that now.David Cournapeau2008-08-131-2/+0
|
* Depends on numscons >= 0.9.1.David Cournapeau2008-08-101-1/+1
|
* Improve error message when scons command fails.David Cournapeau2008-08-091-6/+8
|
* ran reindentJarrod Millman2008-08-081-2/+2
|
* Add function to get per package build directory when building with scons inDavid Cournapeau2008-08-031-0/+7
| | | | distutils.
* Pass current package name and scons command instance to post hook.David Cournapeau2008-07-311-1/+1
|
* Make it possible to execute post/pre hooks in scons command even when no ↵David Cournapeau2008-07-311-51/+53
| | | | scons script is used.
* Handle inplace build option for numscons.David Cournapeau2008-07-311-1/+5
|
* More explicit message wrt log level.David Cournapeau2008-07-301-3/+9
|
* Add log-level option to scons command.David Cournapeau2008-07-301-0/+4
|