Skip to content

Latest commit

 

History

775 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compilers.C

C/C++ compiler abstractions, extracted from distutils and decoupled so they can evolve as a standalone distribution within the compilers namespace.

Provides the compiler implementations (compilers.C.unix, compilers.C.msvc, compilers.C.cygwin, compilers.C.zos) built on a common base (compilers.C.base), along with new_compiler and get_compilers for discovering and instantiating the appropriate compiler for the host platform.

Shared, language-agnostic pieces live in the sibling compilers.common and compilers.errors distributions.

About

C/C++ compiler abstractions, extracted from distutils

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages