| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
stringlists
|
| |
|
|
|
| |
libraries on windows accordingly (they include the compiler version
in the library link name)
|
| | |
|
| |
|
|
|
|
| |
Made ToolChain a virtual class that represents a full toolchain
responsable for both compiling and linking. No more individual CcCompiler
and CcLinker hierarchies
|
| |
|
|
|
|
|
|
|
|
|
| |
User added entries in the configuration cache are now kept
Toolchains are arbitrry named entries under toolchain.
with the following important key
toolchain.X.type specifies the toolchain type : mingw/gcc4/msvc
Each toolchain can create additional keys, for example
toolchain.X.cc_compiler : executable name of compiler
toolchain.X.cc_linker : executable name of linker
|
| |
|