Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | simplify MAError | pierregm | 2008-11-17 | 1 | -10/+23 | |
* | | | | | | Add umathmodule.c.src to files scanned for ufunc api. | Charles Harris | 2008-11-17 | 1 | -0/+1 | |
* | | | | | | Test moving generic loops to umathmodule. | Charles Harris | 2008-11-17 | 2 | -369/+369 | |
| * | | | | | Fix spelling. | David Cournapeau | 2008-11-17 | 1 | -1/+1 | |
| * | | | | | Refactor manifest generation and put it back into mingw32ccompiler module. | David Cournapeau | 2008-11-17 | 2 | -21/+23 | |
| * | | | | | Disable .rc generation for manifest: having the xml file in the same dir as t... | David Cournapeau | 2008-11-17 | 1 | -6/+6 | |
| * | | | | | temp_files is a list of filenames, not files. | David Cournapeau | 2008-11-17 | 1 | -2/+2 | |
| * | | | | | Fix configtest and manifest_name. | David Cournapeau | 2008-11-17 | 2 | -4/+4 | |
| * | | | | | Generate the rc file for manifest embedding. | David Cournapeau | 2008-11-17 | 2 | -1/+12 | |
| * | | | | | Separate function to get the configtest name. | David Cournapeau | 2008-11-17 | 1 | -2/+5 | |
| * | | | | | Generate the xml manifest file. | David Cournapeau | 2008-11-17 | 2 | -4/+17 | |
| * | | | | | fix imports. | David Cournapeau | 2008-11-17 | 1 | -2/+2 | |
| * | | | | | Fix string formatting. | David Cournapeau | 2008-11-17 | 1 | -4/+4 | |
| * | | | | | Refactor msvc runtime checking, put it into mingw32compiler | David Cournapeau | 2008-11-17 | 2 | -12/+16 | |
| * | | | | | Detect whether config link needs embedding the manifest for the MSVC runtime. | David Cournapeau | 2008-11-17 | 1 | -0/+18 | |
| * | | | | | Trailing spaces. | David Cournapeau | 2008-11-16 | 1 | -1/+1 | |
| * | | | | | Merged revisions 6042-6050 via svnmerge from | David Cournapeau | 2008-11-16 | 2 | -21/+40 | |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
* | | | | | | Add deprecation warning for get_output and try_run: we should not use it anym... | David Cournapeau | 2008-11-16 | 1 | -0/+19 | |
* | | | | | | adding back a few quotes | Jarrod Millman | 2008-11-16 | 1 | -2/+2 | |
* | | | | | | removing some quotes | Jarrod Millman | 2008-11-16 | 1 | -23/+23 | |
| * | | | | | Forgot to change argument of manifest_rc. | David Cournapeau | 2008-11-16 | 1 | -1/+1 | |
| * | | | | | Use directly the manifest name for generating the rc file + add docstring. | David Cournapeau | 2008-11-16 | 1 | -2/+10 | |
| * | | | | | Add manifest_rc to generate the .rc file which will be used to embed the mani... | David Cournapeau | 2008-11-16 | 1 | -0/+14 | |
| * | | | | | Add comment on how to get exact MSVCR version. | David Cournapeau | 2008-11-16 | 1 | -1/+2 | |
| * | | | | | Add a function to get the content of the xml version of manifest to deal with... | David Cournapeau | 2008-11-16 | 1 | -0/+46 | |
|/ / / / / | ||||||
* | | | | | fixed table | Jarrod Millman | 2008-11-16 | 1 | -8/+13 | |
* | | | | | moved generalized ufunc proposal from the wiki | Jarrod Millman | 2008-11-16 | 1 | -0/+170 | |
* | | | | | Add missing return. | Charles Harris | 2008-11-16 | 2 | -9/+9 | |
* | | | | | Add error checking to Object loops. | Charles Harris | 2008-11-16 | 2 | -21/+25 | |
* | | | | | Another typo. | David Cournapeau | 2008-11-14 | 1 | -1/+1 | |
* | | | | | Fix hex conversion for msvcrt (we do not need to convert VS verion, but MSVCR... | David Cournapeau | 2008-11-14 | 1 | -3/+3 | |
* | | | | | Typo. | David Cournapeau | 2008-11-14 | 1 | -1/+1 | |
* | | | | | Typo. | David Cournapeau | 2008-11-14 | 1 | -1/+1 | |
* | | | | | Add a macro to know whether we need the mingw workaround for _ftime + add a d... | David Cournapeau | 2008-11-14 | 1 | -0/+17 | |
* | | | | | Postpone time.h include because we will need to customize it on windows. | David Cournapeau | 2008-11-14 | 1 | -1/+2 | |
* | | | | | Generate config header for random kit (empty for now). | David Cournapeau | 2008-11-14 | 2 | -2/+20 | |
* | | | | | Add code to detect msvc used to build python. | David Cournapeau | 2008-11-14 | 1 | -0/+9 | |
* | | | | | Merge branch 'ufunc' | Charles Harris | 2008-11-14 | 2 | -17/+43 | |
* | | | | | Remove trailing whitespace. | Charles Harris | 2008-11-14 | 1 | -2/+2 | |
* | | | | | Use loop macros in generic loops. This is a bit fragile at the | Charles Harris | 2008-11-14 | 1 | -332/+108 | |
* | | | | | Correct spelling errors. | Charles Harris | 2008-11-14 | 1 | -4/+4 | |
* | | | | | Add some documentation to math_c99. | Charles Harris | 2008-11-13 | 1 | -0/+59 | |
* | | | | | removed the `new` argument in the histogram docstring example | dhuard | 2008-11-12 | 1 | -1/+1 | |
* | | | | | Follow up on changes to histogram: new=False now raises a DeprecationWarning,... | dhuard | 2008-11-12 | 2 | -33/+15 | |
* | | | | | Temporarily remove umath_test from build, it isn't linking on windows. | Charles Harris | 2008-11-12 | 1 | -7/+7 | |
* | | | | | Another stab at MSVC voodoo. | Charles Harris | 2008-11-12 | 1 | -55/+48 | |
* | | | | | Another test for microsoft buildbot. | Charles Harris | 2008-11-12 | 1 | -3/+7 | |
* | | | | | Another test: make functions defined in math_c99 static. | Charles Harris | 2008-11-12 | 1 | -13/+13 | |
* | | | | | Fix misplaced end statement. | Charles Harris | 2008-11-12 | 1 | -1/+2 | |
* | | | | | Some spelling corrections. | Charles Harris | 2008-11-12 | 2 | -4/+13 |