summaryrefslogtreecommitdiff
path: root/tools/win32build
Commit message (Expand)AuthorAgeFilesLines
* BLD: add a simple python file to build cpucaps.dllJulian Taylor2014-06-042-0/+17
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-064-12/+12
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-2/+6
* 2to3: Add `from __future__ import ...` to some files that were missed.Charles Harris2013-03-284-5/+14
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-051-1/+1
* 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris2013-02-272-2/+2
* add .gitattributes and fix line endingsDarren Dale2010-10-311-183/+183
* REL: re-enable SSE2 binary in the superpack.David Cournapeau2009-11-301-19/+19
* REL: only build nosse and sse3 binaries.David Cournapeau2009-11-221-20/+20
* Add the x86analysis.py script to check instructions set in win binaries.David Cournapeau2009-03-281-0/+161
* Remove python 2.3, add 2.6 for build scripts on windows.David Cournapeau2009-03-121-1/+1
* Add script to build msvcrt90 on mingw-w64.David Cournapeau2009-02-262-0/+842
* Add /arch option to superpack installer to override detected arch.David Cournapeau2008-12-041-0/+62
* Update doall script: take the python version to build binaries from the comma...David Cournapeau2008-10-031-7/+19
* reindenting prior to releaseJarrod Millman2008-09-022-3/+3
* Fix typo in build script for win32.David Cournapeau2008-08-131-1/+1
* Handle MSI builds + python 2.3 for win32 build script.David Cournapeau2008-08-021-4/+23
* Handle python version in prepare_bootstrap script.David Cournapeau2008-08-011-1/+1
* Set build scripts to unix ff.David Cournapeau2008-07-283-194/+194
* Remove unused nsis scripts.David Cournapeau2008-07-282-240/+0
* prepare_bootstrap script now handles pyver correctly, and can be set from com...David Cournapeau2008-07-281-2/+13
* Update readme for win32build tools.David Cournapeau2008-07-281-9/+64
* Fix path issue in nsis script.David Cournapeau2008-07-281-3/+3
* Add top script to generate binaries from scratch.David Cournapeau2008-07-281-0/+13
* Bootstrap script now works from scratch.David Cournapeau2008-07-281-7/+34
* Set LZMA solid compressor.David Cournapeau2008-07-281-0/+1
* Build all ARCHS if arch arg not given to build script.David Cournapeau2008-07-281-5/+6
* Uncomment bootstrap tasks.David Cournapeau2008-07-281-3/+3
* Add nsis template, and bootstrap script, to bootstrap win32 binary build.David Cournapeau2008-07-282-0/+191
* Use OptionParser for win32 build script.David Cournapeau2008-07-281-13/+19
* Add cpu_caps nsis plugin sources (to detect SSE in nsis scripts).David Cournapeau2008-07-263-0/+244
* Add cpuid + nsis scripts to build win32 installer.David Cournapeau2008-05-267-0/+487
* Update build script.David Cournapeau2008-05-201-4/+16
* - win32 build script is now functional. Still does not handle svn version,David Cournapeau2008-05-201-43/+67
* Add a tools directory, to hold various things related to build, etc... Add a ...David Cournapeau2008-05-201-0/+74