aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/msvc.py
Commit message (Collapse)AuthorAgeFilesLines
* Update msvc.pyJ. Goutin2016-08-021-1/+1
|
* Update msvc.pyJ. Goutin2016-08-021-0/+2
|
* Patch distutils._msvccompiler.library_dir_optionJ. Goutin2016-08-021-0/+11
| | | Try to fix #694.
* Fix for #646J. Goutin2016-07-281-0/+4
|
* Fix regression in commit #e404a4aJ. Goutin2016-07-271-2/+2
| | | Missing `,`
* Add missing blank line.stepshal2016-07-211-0/+1
|
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+1
|
* Minor change : Link to MSVC14 StandaloneJ. Goutin2016-07-031-1/+5
| | | Add the new link to "Microsoft Visual C++ Build Tools" if MSVC14 is not installed.
* Update msvc.pyJ. Goutin2016-07-031-2/+1
|
* Update msvc.pyJ. Goutin2016-07-031-2/+2
|
* Update msvc.pyJ. Goutin2016-07-031-0/+1
|
* Update msvc.pyJ. Goutin2016-07-031-2/+2
|
* Update msvc.pyJ. Goutin2016-07-031-6/+16
|
* Update msvc.pyJ. Goutin2016-07-031-18/+11
|
* Update msvc.pyJ. Goutin2016-07-031-11/+6
|
* Update msvc.pyJ. Goutin2016-07-031-0/+4
|
* msvc fixeJ. Goutin2016-07-031-5/+5
| | | | | Fixes : - Bad argument name - Better Python 2 compatibility
* Extract variable for bin_dirJason R. Coombs2016-07-021-2/+2
|
* Reindent to avoid raw strings and hanging indents. Let os.path.join provide ↵Jason R. Coombs2016-07-021-12/+28
| | | | the backslash characters.
* Remove superfluous raw stringsJason R. Coombs2016-07-021-10/+10
|
* Extract template as variable to avoid line continuation.Jason R. Coombs2016-07-021-2/+2
|
* Rename msvc9_support to simply msvc.Jason R. Coombs2016-07-021-0/+1175