]> git.tdb.fi Git - builder.git/history - source/gnucompiler.cpp
Don't treat using deprecated declarations as errors
[builder.git] / source / gnucompiler.cpp
2017-01-06 Mikko RasaDon't treat using deprecated declarations as errors
2014-10-08 Mikko RasaA bunch of minor cleanups
2014-10-06 Mikko RasaAdd more recognized architectures
2014-10-06 Mikko RasaAdd support for specifying the language standard to use
2014-10-05 Mikko RasaDon't rely on component type in determining whether...
2014-10-03 Mikko RasaAdd sysroot support for BuildInfo and compilers
2014-10-03 Mikko RasaGive targets the ability to gather their own build...
2014-10-03 Mikko RasaOnly use the -m flag on native arch
2014-10-02 Mikko RasaRefactor version discovery into the base GnuCompiler...
2013-05-24 Mikko RasaInitial support for building on Darwin (a.k.a. Mac...
2013-05-24 Mikko RasaRedesign the way commands are set for tools
2013-05-24 Mikko RasaThe mingw port of gcc doesn't recognize -pthread
2013-05-08 Mikko RasaAdd a utility function for setting the executable for...
2013-05-08 Mikko RasaDelay locating tool executables until the tool is needed
2013-04-24 Mikko RasaSupport gcc's -iquote feature
2012-09-28 Mikko RasaPrevent crashes if a tool's executable cannot be found
2012-07-21 Mikko RasaHandle directory creation and unlinking in Task
2012-07-19 Mikko RasaInclude cpu in the build signature
2012-07-18 Mikko Rasa-Winline generates way more spam than expected
2012-07-18 Mikko RasaTrack build options to rebuild primary targets when...
2012-07-16 Mikko RasaMove to a more abstract way of defining warnings
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-10 Mikko RasaDon't use -fPIC on windows since it makes mingw emit...
2012-07-08 Mikko RasaDon't store component locally in object and source...
2012-07-08 Mikko RasaMake tools architecture-aware and restore cross-compila...
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