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