]> git.tdb.fi Git - builder.git/history - source/gnucompiler.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / gnucompiler.h
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-27 Mikko RasaRefactor the use of external tasks in tools
2022-12-24 Mikko RasaRework Tool::prepare to be able to work on other object...
2022-12-24 Mikko RasaRefactor GnuCompiler::prepare_version a bit
2022-12-22 Mikko RasaRedesign how tools are run
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-19 Mikko RasaMark overridden virtual functions as such
2018-08-30 Mikko RasaMove version discovery back to GnuCompiler
2017-12-03 Mikko RasaClean up compiler and linker constructors
2017-12-01 Mikko RasaInterrogate the compiler for the system path
2017-12-01 Mikko RasaCollapse the language-specific compilers into a single...
2014-10-03 Mikko RasaAdd sysroot support for BuildInfo and compilers
2014-10-02 Mikko RasaRefactor version discovery into the base GnuCompiler...
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-07-18 Mikko RasaTrack build options to rebuild primary targets when...
2012-07-10 Mikko RasaDocument a lot of classes and functions
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 RasaMove C-specific stuff from SourceFile to CSourceFile
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach