aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/msvc9_support.py
Commit message (Expand)AuthorAgeFilesLines
* Rename msvc9_support to simply msvc.Jason R. Coombs2016-07-021-1174/+0
* Some fixesJ. Goutin2016-06-141-15/+19
* Use underscore to separate words (or acronyms) for clarity (vc_ver).Jason R. Coombs2016-05-221-60/+60
* Add missing C for consistency.Jason R. Coombs2016-05-221-2/+2
* Remove extra redundant work. Patch the module so behavior is the same on Unix...Jason R. Coombs2016-05-221-5/+0
* Update msvc9_support.pyJ. Goutin2016-05-191-13/+18
* Some fixesJ. Goutin2016-05-021-16/+17
* Restore ability for msvc9_support to be imported on non-Windows platforms.Jason R. Coombs2016-05-021-4/+21
* useless 'r' before strJ. Goutin2016-04-291-1/+1
* Tests and fixesJ. Goutin2016-04-291-11/+29
* Fix six importJ. Goutin2016-04-221-3/+1
* Update msvc9_support.pyJ. Goutin2016-04-171-0/+1
* Feature/msvc discoveryJ. Goutin2016-04-171-62/+239
* * Continue do add support for MSVC14 (Still work in progress).JGoutin2016-03-041-31/+119
* * Move non registry parts from RegistryInfo to SystemInfo.JGoutin2016-03-031-266/+509
* First, thanks for the review. This is very instructive for me and the code is...JGoutin2016-03-021-87/+334
* I don't imagine message will ever resolve to FalseJason R. Coombs2016-02-231-1/+1
* Extract function for _augment_exception.Jason R. Coombs2016-02-231-6/+12
* Rename function again for clarity.Jason R. Coombs2016-02-231-2/+2
* Avoid setting a variable when the value is never used.Jason R. Coombs2016-02-231-4/+4
* Rewrite env builder routine to a simple function, _build_paths, using iterabl...Jason R. Coombs2016-02-231-31/+46
* Correct find/replace errorJason R. Coombs2016-02-231-1/+1
* Replace last usage of reg_valueJason R. Coombs2016-02-231-3/+2
* Rewrite init/set with singular construction.Jason R. Coombs2016-02-231-5/+6
* Rewrite for/append loop as simple list comprehension on the product of roots ...Jason R. Coombs2016-02-231-4/+9
* Extract find_dot_net_versions method in RegistryInfo.Jason R. Coombs2016-02-231-15/+19
* Extract find_windows_sdk method in RegistryInfo.Jason R. Coombs2016-02-231-37/+41
* Extract find_visual_c method into RegistryInfoJason R. Coombs2016-02-231-23/+27
* Move finding of visual studio into RegistryInfoJason R. Coombs2016-02-231-8/+11
* Remove another hanging indentJason R. Coombs2016-02-231-13/+7
* Have lookup return None when it fails, moving the moving much of the try/exce...Jason R. Coombs2016-02-231-41/+32
* Extract resolution of registry paths into a RegistryInfo object.Jason R. Coombs2016-02-231-17/+48
* Pull program files and win dir resolution into PlatformInfoJason R. Coombs2016-02-231-10/+8
* Extract PlatformInfo class for capturing some of the platform info calculations.Jason R. Coombs2016-02-231-35/+52
* Remove redundant callJason R. Coombs2016-02-231-1/+1
* Reindent to eliminate long lines and hanging indents.Jason R. Coombs2016-02-231-22/+30
* Move imports to the top and normalize usage.Jason R. Coombs2016-02-231-46/+44
* Make function private and don't use a different name for it, as it performs t...Jason R. Coombs2016-02-231-2/+2
* Include 'arch' in the function signature rather than processing arguments by ...Jason R. Coombs2016-02-231-7/+3
* Rename variable for consistencyJason R. Coombs2016-02-231-12/+12
* Update with comments.JGoutin2016-02-181-39/+37
* Improve support for standalones MVC++ 9.0/10.0 compilers by setting directly ...JGoutin2016-02-141-10/+255
* Extract variablesJason R. Coombs2015-01-151-2/+4
* Remove unused importJason R. Coombs2015-01-151-2/+0
* Use except/as, now supported by Python 2.6Jason R. Coombs2015-01-041-2/+1
* Create global import more traditionally. Now the patched functions are availa...Jason R. Coombs2014-09-261-5/+6
* Extract patched functions as top-level functionsJason R. Coombs2014-09-261-37/+41
* Protect against import errors.Jason R. Coombs2014-09-261-2/+6
* Move monkey patch to a separate moduleJason R. Coombs2014-09-261-0/+55