summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/environment.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Chain exception in ``distutils/fcompiler/environment.py``. (#16962)Noman Arshad2020-08-041-1/+4
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BLD: MAINT: change default behavior of build flag appending.Ralf Gommers2019-08-201-8/+4
* Update environment.pyYu Feng2019-03-021-1/+2
* Update numpy/distutils/fcompiler/environment.pyEric Wieser2019-03-021-1/+1
* Changes suggested by eric-wieserYu Feng2019-03-021-8/+7
* Convert fortran flags from environment variableYu Feng2019-03-021-2/+6
* MAINT: add warning to numpy.distutils for LDFLAGS append behavior.Ralf Gommers2018-12-271-2/+13
* Simplify logicIsuru Fernando2018-07-081-11/+2
* convert env variable flags and fix LDSHAREDIsuru Fernando2018-07-081-2/+6
* Move distutils.environment.py to distutils.fcompilerIsuru Fernando2018-07-071-0/+82