]> git.tdb.fi Git - builder.git/history - source/buildinfo.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / buildinfo.h
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaUse default member initializers and constructor delegation
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-19 Mikko RasaRemove most container typedefs and refactor others
2022-12-10 Mikko RasaMore sophisticated handling of language standards
2019-09-17 Mikko RasaAdd copy-constructor as required by C++11
2018-08-30 Mikko RasaUse -rpath (or -rpath-link) when linking
2018-08-30 Mikko RasaUse const references in BuildInfo::Tracked operators
2014-10-11 Mikko RasaAdd a list of symbols to keep in the binary to BuildInfo
2014-10-06 Mikko RasaAdd support for specifying the language standard to use
2014-10-03 Mikko RasaAdd sysroot support for BuildInfo and compilers
2013-04-24 Mikko RasaSupport gcc's -iquote feature
2012-09-29 Mikko RasaSupport specifying library modes on a per-library basis
2012-07-23 Mikko RasaEliminate all global typedefs, making misc.h finally...
2012-07-18 Mikko RasaFix cascading of BuildInfo
2012-07-17 Mikko RasaMerge BuildInfo::unique into update_from
2012-07-16 Mikko RasaMove to a more abstract way of defining warnings
2012-07-15 Mikko RasaMove library mode into BuildInfo
2012-07-08 Mikko RasaUse Path objects to store include and library paths
2012-07-08 Mikko RasaMake BuildInfo uniquify things implicitly after update
2012-07-08 Mikko RasaComment updates
2012-07-08 Mikko RasaRewrite BuildInfo to be compiler-agnostic
2012-07-08 Mikko RasaMake BuildInfo able to handle chained dependencies
2012-07-08 Mikko RasaDerive BuildInfo::Loader from ObjectLoader
2012-07-08 Mikko RasaRename BuildInfo::add to update_from
2012-02-24 Mikko RasaReplace per-file copyright notices with a single file
2009-02-19 Mikko RasaReorder class members
2008-06-11 Mikko RasaMake warnings configurable through build_info and comma...
2007-08-23 Mikko RasaChange mspparser -> mspdatafile
2007-08-15 Mikko RasaAdd Id tag to all files
2006-11-14 Mikko RasaAdd comments
2006-11-14 Mikko RasaCode reorganizing and cleanup
2006-09-18 Mikko RasaSupport custom build info
2006-08-27 Mikko RasaBuilder can build itself now.
2006-08-27 Mikko RasaAdd files.