summaryrefslogtreecommitdiff
path: root/numpy/distutils/ccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Resolve import naming collision and optimize importsFrancis T. O'Donovan2015-12-121-5/+3
* BUG: fix AttributeError in numpy/distutils.Ryan Grout2015-10-191-2/+3
* LIBPATH with spaces is now supported Python 2.7+ and Win32Gabi Davar2015-10-161-2/+2
* Distutils doesn't warn unless compiler_cxx is emptyPeter Iannucci2015-08-101-1/+1
* BUG: distutils: fix a typo in 64-bit Intel compiler for Windows support.Ralf Gommers2015-05-061-1/+1
* ENH: distutils: add compiler classes for Intel compilers + MSVC-built Python.Ralf Gommers2015-03-191-3/+11
* ENH: support parallel compilation of extensionsJulian Taylor2014-10-281-8/+34
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-30/+30
* MAINT: Remove msvc_on_amd64 functionChristoph Gohlke2013-05-221-4/+1
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-1/+1
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BLD: fix build for py3k + pip. Closes #1857. Thanks to Erik Bray.Ralf Gommers2011-08-131-1/+5
* ENH: add Intel 64-bit C compiler. Closes #960.rgommers2011-03-111-0/+3
* STY: clean up unused code. Closes #1409. Thanks to Bruce Southey.rgommers2011-01-241-13/+1
* ENH: add support for the PathScale compilers on Linux. Closes #1043.rgommers2010-12-021-1/+5
* Fix version matcher for cases where version string appears in second line (In...Pearu Peterson2010-03-171-0/+3
* ENH: Support changed distutils API in Python 2.7.Stefan van der Walt2010-02-241-1/+5
* Py3k: handle relative import in ccompiler.David Cournapeau2009-12-031-1/+5
* Fix some more issues for ccompiler: string module obsolete.David Cournapeau2009-12-031-2/+2
* Fix raise + print stmts in ccompiler.David Cournapeau2009-12-031-24/+25
* first set of checkins from the doc editorJarrod Millman2009-11-131-14/+195
* Fix distutils issue on AIX with aix compilers.David Cournapeau2008-07-091-1/+1
* Reverting r4481, see #723Jarrod Millman2008-04-201-0/+63
* Fixed setting of distutils.[plat]ccompiler.[plat]ccompiler leading to attribu...Matthew Brett2008-03-101-2/+1
* removed split_quoted as per #619Jarrod Millman2007-11-211-58/+0
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+1
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-1/+2
* Using the in operator to find substrings. It is shorter and easier to unders...Jarrod Millman2007-10-291-1/+1
* apply gen_lib_options overwrite only when a compiler module is importedPearu Peterson2007-10-021-3/+4
* Add msvccompiler to those injected with gen_lib_optionscookedm2007-09-251-1/+1
* Inject our numpy.distutils.ccompiler.gen_lib_options into the variouscookedm2007-09-251-0/+8
* fixing link error: fixed. Removing debug messages and added a warning message...Pearu Peterson2007-09-231-1/+0
* fixing link error: added debug message, 2.Pearu Peterson2007-09-231-1/+1
* fixing link error: added debug messagePearu Peterson2007-09-231-0/+1
* in ccompiler.CCompiler_customize_cmd, allow a list of command attributes tocookedm2007-08-171-9/+11
* remove debug messages.Pearu Peterson2007-07-281-1/+0
* msvc_on_amd64 must be applied *after* importing ccompiler module, apply quote...Pearu Peterson2007-07-271-1/+9
* Added debug messages to see if quote_args are applied properly.Pearu Peterson2007-07-271-0/+1
* Using own quote_args, trying to fix build failures with MSVC compiler.Pearu Peterson2007-07-271-2/+3
* Give a hint when getting "Too many open files" failure.Pearu Peterson2007-07-251-1/+5
* Don't use _nt_quote_args as exec_command shouldPearu Peterson2007-07-251-5/+1
* Better version handling in fcompilercookedm2007-06-151-4/+6
* Fixed detecting fortran compilers under windows.Pearu Peterson2007-06-011-1/+3
* Fix issues with undetected Fortran compilers.Pearu Peterson2007-05-311-1/+1
* merge from distutils-revamp branch (step 1)cookedm2007-05-251-4/+5
|\
| * Branch numpy.distutils to distutils-revampcookedm2006-07-061-409/+0
* | Clean up and completed (hopefully) MSVC support.Pearu Peterson2007-05-191-0/+1