summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand/randomkit.c
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-11-17 14:09:39 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-11-17 14:09:39 +0000
commit7b954c549ca49ef8ece88730cfca8bf7786a3851 (patch)
tree8ab049e4c196a3a75bc5001b589800cbdb03db35 /numpy/random/mtrand/randomkit.c
parentc964b6ad6475445e0f78a91a05e6de2d81305168 (diff)
parent5a722a6ef88bc75d2907f01674e1370a31b92cd2 (diff)
downloadnumpy-7b954c549ca49ef8ece88730cfca8bf7786a3851.tar.gz
Merged revisions 6041-6077 via svnmerge from
http://svn.scipy.org/svn/numpy/branches/visualstudio_manifest ................ r6042 | cdavid | 2008-11-16 18:04:37 +0900 (Sun, 16 Nov 2008) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-6041" from http://svn.scipy.org/svn/numpy/trunk ................ r6045 | cdavid | 2008-11-16 20:44:02 +0900 (Sun, 16 Nov 2008) | 1 line Add a function to get the content of the xml version of manifest to deal with VS. ................ r6046 | cdavid | 2008-11-16 20:44:18 +0900 (Sun, 16 Nov 2008) | 1 line Add comment on how to get exact MSVCR version. ................ r6047 | cdavid | 2008-11-16 20:44:33 +0900 (Sun, 16 Nov 2008) | 1 line Add manifest_rc to generate the .rc file which will be used to embed the manifest file. ................ r6048 | cdavid | 2008-11-16 20:44:54 +0900 (Sun, 16 Nov 2008) | 1 line Use directly the manifest name for generating the rc file + add docstring. ................ r6049 | cdavid | 2008-11-16 20:45:09 +0900 (Sun, 16 Nov 2008) | 1 line Forgot to change argument of manifest_rc. ................ r6051 | cdavid | 2008-11-16 22:02:09 +0900 (Sun, 16 Nov 2008) | 17 lines Merged revisions 6042-6050 via svnmerge from http://svn.scipy.org/svn/numpy/trunk ........ r6043 | jarrod.millman | 2008-11-16 18:14:01 +0900 (Sun, 16 Nov 2008) | 2 lines removing some quotes ........ r6044 | jarrod.millman | 2008-11-16 18:15:59 +0900 (Sun, 16 Nov 2008) | 2 lines adding back a few quotes ........ r6050 | cdavid | 2008-11-16 21:30:17 +0900 (Sun, 16 Nov 2008) | 1 line Add deprecation warning for get_output and try_run: we should not use it anymore. ........ ................ r6052 | cdavid | 2008-11-16 22:04:59 +0900 (Sun, 16 Nov 2008) | 1 line Trailing spaces. ................ r6056 | cdavid | 2008-11-17 21:03:57 +0900 (Mon, 17 Nov 2008) | 1 line Detect whether config link needs embedding the manifest for the MSVC runtime. ................ r6057 | cdavid | 2008-11-17 21:04:27 +0900 (Mon, 17 Nov 2008) | 1 line Refactor msvc runtime checking, put it into mingw32compiler ................ r6058 | cdavid | 2008-11-17 21:05:01 +0900 (Mon, 17 Nov 2008) | 1 line Fix string formatting. ................ r6059 | cdavid | 2008-11-17 21:05:29 +0900 (Mon, 17 Nov 2008) | 1 line fix imports. ................ r6060 | cdavid | 2008-11-17 21:05:56 +0900 (Mon, 17 Nov 2008) | 1 line Generate the xml manifest file. ................ r6061 | cdavid | 2008-11-17 21:06:26 +0900 (Mon, 17 Nov 2008) | 1 line Separate function to get the configtest name. ................ r6062 | cdavid | 2008-11-17 21:06:58 +0900 (Mon, 17 Nov 2008) | 1 line Generate the rc file for manifest embedding. ................ r6063 | cdavid | 2008-11-17 21:07:36 +0900 (Mon, 17 Nov 2008) | 1 line Fix configtest and manifest_name. ................ r6064 | cdavid | 2008-11-17 21:08:08 +0900 (Mon, 17 Nov 2008) | 1 line temp_files is a list of filenames, not files. ................ r6065 | cdavid | 2008-11-17 21:08:38 +0900 (Mon, 17 Nov 2008) | 1 line Disable .rc generation for manifest: having the xml file in the same dir as the _configtest.exe is enough for now. ................ r6066 | cdavid | 2008-11-17 21:09:08 +0900 (Mon, 17 Nov 2008) | 1 line Refactor manifest generation and put it back into mingw32ccompiler module. ................ r6067 | cdavid | 2008-11-17 21:32:46 +0900 (Mon, 17 Nov 2008) | 1 line Fix spelling. ................ r6071 | cdavid | 2008-11-17 21:49:26 +0900 (Mon, 17 Nov 2008) | 30 lines Merged revisions 6051-6070 via svnmerge from http://svn.scipy.org/svn/numpy/trunk ........ r6053 | charris | 2008-11-17 12:27:28 +0900 (Mon, 17 Nov 2008) | 1 line Test moving generic loops to umathmodule. ........ r6054 | charris | 2008-11-17 12:27:46 +0900 (Mon, 17 Nov 2008) | 2 lines Add umathmodule.c.src to files scanned for ufunc api. This is preparation for splitting the umathmodule.c.src file. ........ r6055 | pierregm | 2008-11-17 16:00:42 +0900 (Mon, 17 Nov 2008) | 1 line simplify MAError ........ r6068 | cdavid | 2008-11-17 21:35:43 +0900 (Mon, 17 Nov 2008) | 1 line Simplify ftime workaround for python 2.6 under mingw: we only need to make _ftime an alias to _ftime64 when needed. ........ r6069 | cdavid | 2008-11-17 21:36:17 +0900 (Mon, 17 Nov 2008) | 1 line Use a wrapper around _ftime to work around a mingw bug in msvc runtimes import libraries. ........ r6070 | cdavid | 2008-11-17 21:41:13 +0900 (Mon, 17 Nov 2008) | 1 line Set __MSVCRT_VERSION__ to make _ftime64 visible from time.h header when we need to workaround mingw bug. ........ ................ r6077 | cdavid | 2008-11-17 22:58:23 +0900 (Mon, 17 Nov 2008) | 25 lines Merged revisions 6071-6076 via svnmerge from http://svn.scipy.org/svn/numpy/trunk ........ r6072 | cdavid | 2008-11-17 22:52:47 +0900 (Mon, 17 Nov 2008) | 1 line Fix the inaccurate comment regarding _ftime issues with mingw. ........ r6073 | cdavid | 2008-11-17 22:53:05 +0900 (Mon, 17 Nov 2008) | 1 line Do not generate a config.h for randomkit: it does not work as it is, and adding per-subpackage include path is a PITA with distutils. ........ r6074 | cdavid | 2008-11-17 22:53:25 +0900 (Mon, 17 Nov 2008) | 1 line Conditionally setup mingw workaround on __GNUC__ since we can't detect if we are built with mingw in distutils setup.py. ........ r6075 | cdavid | 2008-11-17 22:53:42 +0900 (Mon, 17 Nov 2008) | 1 line Forgot to update needs_mingw_ftime_workaround function. ........ r6076 | cdavid | 2008-11-17 22:53:58 +0900 (Mon, 17 Nov 2008) | 1 line Include time.h and sys/timeb.h just after defining our custom __MSVCRT_VERSION__ to avoid possible duplicate. ........ ................
Diffstat (limited to 'numpy/random/mtrand/randomkit.c')
0 files changed, 0 insertions, 0 deletions