]> git.tdb.fi Git - builder.git/history - source/gnucompiler.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / gnucompiler.cpp
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-27 Mikko RasaRefactor the use of external tasks in tools
2022-12-27 Mikko RasaUse GnuCompiler's build info to link libstdc++
2022-12-26 Mikko RasaFurther tweak GnuCompiler::query_version
2022-12-26 Mikko RasaMake sure the extra_data of GnuCompiler is initialized
2022-12-26 Mikko RasaAvoid zeroing version of -dumpfullversion doesn't retur...
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-24 Mikko RasaChange Tool's protected constructor to take a pointer...
2022-12-23 Mikko RasaFile Tool's executable before calling do_prepare
2022-12-22 Mikko RasaRedesign how tools are run
2022-12-21 Mikko RasaRefactor logger to do message formatting internally
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-20 Mikko RasaAdjust build signatures to contain the tool tag
2022-12-19 Mikko RasaUse format() when creating strings from more than two...
2022-12-19 Mikko RasaFix typos
2022-12-19 Mikko RasaReplace basic for loops with range-based loops or algor...
2022-12-10 Mikko RasaAdd support for SSE3 and SSE4.1 FPUs
2022-12-10 Mikko RasaMore sophisticated handling of language standards
2021-10-31 Mikko RasaUse -fno-omit-frame-pointer if debug is set with optimi...
2021-09-01 Mikko RasaAdditional MSVC fixes
2019-06-03 Mikko RasaUse a more appropriate check for adding -m<bits> flag
2018-08-30 Mikko RasaSilence the cast-function-type warning on GCC 8
2018-08-30 Mikko RasaMove version discovery back to GnuCompiler
2018-06-25 Mikko RasaDon't crash if the executable of a GnuCompiler is not...
2017-12-03 Mikko RasaClean up compiler and linker constructors
2017-12-03 Mikko RasaRevert to default system path for GnuCompiler is autode...
2017-12-01 Mikko RasaInterrogate the compiler for the system path
2017-12-01 Mikko RasaCollapse the language-specific compilers into a single...
2017-11-16 Mikko RasaAdd FPU specification to Architecture and GnuCompiler
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