]> git.tdb.fi Git - builder.git/history - source/buildinfo.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / buildinfo.cpp
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaUse default member initializers and constructor delegation
2022-12-21 Mikko RasaReplace some sets with vectors as well
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-19 Mikko RasaUse auto type for iterator variables
2022-12-19 Mikko RasaReplace basic for loops with range-based loops or algor...
2022-12-10 Mikko RasaWhen combining build info, keep the highest standard...
2022-12-10 Mikko RasaMore sophisticated handling of language standards
2018-08-30 Mikko RasaUse -rpath (or -rpath-link) when linking
2015-10-31 Mikko RasaMinor cleanup to the BuildInfo class
2015-10-31 Mikko RasaPass language standards throuhg ALL dependencies
2015-10-13 Mikko RasaPass language standards through dependencies
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
2014-10-03 Mikko RasaAdd paths to beginning when merging BuildInfo
2013-04-24 Mikko RasaSupport gcc's -iquote feature
2012-09-29 Mikko RasaSupport specifying library modes on a per-library basis
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-09 Mikko RasaUse correct typedefs
2012-07-08 Mikko RasaRemove extraneous std:: qualifiers
2012-07-08 Mikko RasaTurn the unique function into a template and make it...
2012-07-08 Mikko RasaMake BuildInfo uniquify things implicitly after update
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-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-02-19 Mikko RasaReorder class members
2008-06-11 Mikko RasaMake warnings configurable through build_info and comma...
2008-06-10 Mikko RasaAdd missing includes
2007-08-15 Mikko RasaAdd Id tag to all files
2007-06-12 Mikko RasaAdjust requires to library changes
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.