summaryrefslogtreecommitdiff
path: root/tools/win32build
AgeCommit message (Expand)AuthorFilesLines
2017-02-25MAINT: Fix deprecated escape sequences in tools/Charles Harris1-3/+3
2016-09-06DOC: change Numpy to NumPy in remaining filesPierre de Buyl1-1/+1
2016-02-25DOC: Fix more typos in docs and comments.Dongjoon Hyun2-3/+3
2015-12-20MAINT: Remove commented out code blocksgfyoung1-9/+0
2015-12-19DOC: Use print only as function when print_function is imported from __future__gfyoung1-3/+3
2015-12-05MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris1-0/+2
2014-06-04BLD: add a simple python file to build cpucaps.dllJulian Taylor2-0/+17
2013-08-18STY: Giant whitespace cleanup.Charles Harris1-2/+2
2013-04-062to3: Apply `print` fixer.Charles Harris4-12/+12
2013-04-022to3: Apply `imports` fixer.Charles Harris1-2/+6
2013-03-282to3: Add `from __future__ import ...` to some files that were missed.Charles Harris4-5/+14
2013-03-052to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris1-1/+1
2013-02-272to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris2-2/+2
2010-10-31add .gitattributes and fix line endingsDarren Dale1-183/+183
2009-11-30REL: re-enable SSE2 binary in the superpack.David Cournapeau1-19/+19
2009-11-22REL: only build nosse and sse3 binaries.David Cournapeau1-20/+20
2009-03-28Add the x86analysis.py script to check instructions set in win binaries.David Cournapeau1-0/+161
2009-03-12Remove python 2.3, add 2.6 for build scripts on windows.David Cournapeau1-1/+1
2009-02-26Add script to build msvcrt90 on mingw-w64.David Cournapeau2-0/+842
2008-12-04Add /arch option to superpack installer to override detected arch.David Cournapeau1-0/+62
2008-10-03Update doall script: take the python version to build binaries from the comma...David Cournapeau1-7/+19
2008-09-02reindenting prior to releaseJarrod Millman2-3/+3
2008-08-13Fix typo in build script for win32.David Cournapeau1-1/+1
2008-08-02Handle MSI builds + python 2.3 for win32 build script.David Cournapeau1-4/+23
2008-08-01Handle python version in prepare_bootstrap script.David Cournapeau1-1/+1
2008-07-28Set build scripts to unix ff.David Cournapeau3-194/+194
2008-07-28Remove unused nsis scripts.David Cournapeau2-240/+0
2008-07-28prepare_bootstrap script now handles pyver correctly, and can be set from com...David Cournapeau1-2/+13
2008-07-28Update readme for win32build tools.David Cournapeau1-9/+64
2008-07-28Fix path issue in nsis script.David Cournapeau1-3/+3
2008-07-28Add top script to generate binaries from scratch.David Cournapeau1-0/+13
2008-07-28Bootstrap script now works from scratch.David Cournapeau1-7/+34
2008-07-28Set LZMA solid compressor.David Cournapeau1-0/+1
2008-07-28Build all ARCHS if arch arg not given to build script.David Cournapeau1-5/+6
2008-07-28Uncomment bootstrap tasks.David Cournapeau1-3/+3
2008-07-28Add nsis template, and bootstrap script, to bootstrap win32 binary build.David Cournapeau2-0/+191
2008-07-28Use OptionParser for win32 build script.David Cournapeau1-13/+19
2008-07-26Add cpu_caps nsis plugin sources (to detect SSE in nsis scripts).David Cournapeau3-0/+244
2008-05-26Add cpuid + nsis scripts to build win32 installer.David Cournapeau7-0/+487
2008-05-20Update build script.David Cournapeau1-4/+16
2008-05-20- win32 build script is now functional. Still does not handle svn version,David Cournapeau1-43/+67
2008-05-20Add a tools directory, to hold various things related to build, etc... Add a ...David Cournapeau1-0/+74