summaryrefslogtreecommitdiffstats
path: root/ClCompiler.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Variables and make includesearchdir and libsearchdirBart Vanhauwaert2010-05-171-1/+1
| | | | stringlists
* Differentiate the different Microsoft compilers and find the boostBart Vanhauwaert2010-05-161-1/+2
| | | | | libraries on windows accordingly (they include the compiler version in the library link name)
* Support for linking in statically linked librariesBart Vanhauwaert2010-05-041-0/+1
|
* Reworked the configuration phase and cache to be more consistentBart Vanhauwaert2010-03-171-21/+11
| | | | | | Made ToolChain a virtual class that represents a full toolchain responsable for both compiling and linking. No more individual CcCompiler and CcLinker hierarchies
* Switch to a cleaner discovery system for system configurationBart Vanhauwaert2010-01-301-4/+2
| | | | | | | | | | | 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
* ADD : initial commitBart Vanhauwaert2009-11-101-0/+46