Searched refs:UnixCCompiler (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | emxccompiler.py | 26 from distutils.unixccompiler import UnixCCompiler 31 class EMXCCompiler (UnixCCompiler): 47 UnixCCompiler.__init__ (self, verbose, dry_run, force) 161 UnixCCompiler.link(self,
|
D | cygwinccompiler.py | 54 from distutils.unixccompiler import UnixCCompiler 82 class CygwinCCompiler (UnixCCompiler): 94 UnixCCompiler.__init__ (self, verbose, dry_run, force) 247 UnixCCompiler.link(self,
|
D | unixccompiler.py | 48 class UnixCCompiler(CCompiler): class
|
/external/python/cpython3/Lib/distutils/ |
D | cygwinccompiler.py | 55 from distutils.unixccompiler import UnixCCompiler 89 class CygwinCCompiler(UnixCCompiler): 102 UnixCCompiler.__init__(self, verbose, dry_run, force) 243 UnixCCompiler.link(self, target_desc, objects, output_filename,
|
D | unixccompiler.py | 45 class UnixCCompiler(CCompiler): class
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_unixccompiler.py | 7 from distutils.unixccompiler import UnixCCompiler 14 class CompilerWrapper(UnixCCompiler):
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_unixccompiler.py | 8 from distutils.unixccompiler import UnixCCompiler 15 class CompilerWrapper(UnixCCompiler):
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a2.rst | 156 Make sure distutils.unixccompiler.UnixCCompiler recognizes gcc when it has a
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 345 default compilers are "traditional Unix interface" (:class:`UnixCCompiler` 352 .. % returns a UnixCCompiler instance. How to document this... hmm. 784 This module provides the :class:`UnixCCompiler` class, a subclass of 846 :class:`UnixCCompiler` that handles the Cygwin port of the GNU C compiler to 859 :class:`UnixCCompiler` that handles the EMX port of the GNU C compiler to OS/2.
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 355 default compilers are "traditional Unix interface" (:class:`UnixCCompiler` 362 .. % returns a UnixCCompiler instance. How to document this... hmm. 794 This module provides the :class:`UnixCCompiler` class, a subclass of 856 :class:`UnixCCompiler` that handles the Cygwin port of the GNU C compiler to
|
/external/python/cpython3/Misc/ |
D | HISTORY | 13820 - Issue #7617: Make sure distutils.unixccompiler.UnixCCompiler recognizes gcc
|