]> git.tdb.fi Git - builder.git/history - source/gnucxxcompiler.cpp
Combine the gnu and clang toolchains into SystemToolchain
[builder.git] / source / gnucxxcompiler.cpp
2014-10-09 Mikko RasaUse C++ include path from sysroot
2014-10-03 Mikko RasaAdd sysroot support for BuildInfo and compilers
2014-10-02 Mikko RasaRefactor version discovery into the base GnuCompiler...
2014-10-01 Mikko RasaGet the executable in GnuCxxCompiler::do_prepare
2013-05-24 Mikko RasaRedesign the way commands are set for tools
2013-05-08 Mikko RasaDelay locating tool executables until the tool is needed
2012-09-28 Mikko RasaPrevent crashes if a tool's executable cannot be found
2012-07-15 Mikko RasaUtility function for capturing command output
2012-07-15 Mikko RasaSimpler way to check g++ version
2012-07-08 Mikko RasaMake tools architecture-aware and restore cross-compila...
2012-07-08 Mikko RasaIt's no longer necessary to store the name in GnuCompiler
2012-07-08 Mikko RasaSome additional log statements
2012-07-08 Mikko RasaBetter logging system
2012-07-08 Mikko RasaAllow sources to be created without a component
2012-07-08 Mikko RasaMake tools capable of reporting a system-wide path...
2012-07-08 Mikko RasaAdd a list of auxiliary suffixes to Tool
2012-07-08 Mikko RasaMove C-specific stuff from SourceFile to CSourceFile
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach