Functions
CCompiler_compile(self, sources[, …])
CCompiler_compile
Compile one or more source files.
CCompiler_customize(self, dist[, need_cxx])
CCompiler_customize
Do any platform-specific customization of a compiler instance.
CCompiler_customize_cmd(self, cmd[, ignore])
CCompiler_customize_cmd
Customize compiler using distutils command.
CCompiler_cxx_compiler(self)
CCompiler_cxx_compiler
Return the C++ compiler.
CCompiler_find_executables(self)
CCompiler_find_executables
Does nothing here, but is called by the get_version method and can be overridden by subclasses.
CCompiler_get_version(self[, force, ok_status])
CCompiler_get_version
Return compiler version, or None if compiler is not available.
CCompiler_object_filenames(self, …[, …])
CCompiler_object_filenames
Return the name of the object files for the given source files.
CCompiler_show_customization(self)
CCompiler_show_customization
Print the compiler customizations to stdout.
CCompiler_spawn(self, cmd[, display])
CCompiler_spawn
Execute a command in a sub-process.
gen_lib_options(compiler, library_dirs, …)
gen_lib_options
new_compiler([plat, compiler, verbose, …])
new_compiler
replace_method(klass, method_name, func)
replace_method
simple_version_match([pat, ignore, start])
simple_version_match
Simple matching of version numbers, for use in CCompiler and FCompiler.