]> git.tdb.fi Git - builder.git/history - source/gnucompiler.cpp
Remove extraneous std:: qualifiers
[builder.git] / source / gnucompiler.cpp
2012-07-08 Mikko RasaRemove extraneous std:: qualifiers
2012-07-08 Mikko RasaIt's no longer necessary to store the name in GnuCompiler
2012-07-08 Mikko RasaStore a target representing the executable in each...
2012-07-08 Mikko RasaUse Path objects to store include and library paths
2012-07-08 Mikko RasaMake tools capable of reporting a system-wide path...
2012-07-08 Mikko RasaUse a typedef for ExternalTask arguments
2012-07-08 Mikko RasaMove C-specific stuff from SourceFile to CSourceFile
2012-07-08 Mikko RasaRewrite BuildInfo to be compiler-agnostic
2012-07-08 Mikko RasaLet the tools deal with cross-compiling flags
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach