]> git.tdb.fi Git - builder.git/history - source/buildinfo.cpp
Add a list of symbols to keep in the binary to BuildInfo
[builder.git] / source / buildinfo.cpp
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.