]> git.tdb.fi Git - builder.git/history - source/binary.cpp
Add a list of symbols to keep in the binary to BuildInfo
[builder.git] / source / binary.cpp
2014-10-11 Mikko RasaAdd a list of symbols to keep in the binary to BuildInfo
2014-10-11 Mikko RasaBetter algorithm for ordering static libraries
2014-10-05 Mikko RasaCollect libpath for static library dependencies from...
2014-10-03 Mikko RasaAdd build info to tools and use it to pass runtime...
2014-10-03 Mikko RasaGive targets the ability to gather their own build...
2013-09-25 Mikko RasaMove nested build signature creation to FileTarget
2013-05-28 Mikko RasaHacky support for OS X frameworks
2013-05-09 Mikko RasaInclude architecture in Binary build signature
2013-05-08 Mikko RasaStore problems at their source rather than globally
2013-04-14 Mikko RasaUn-abbreviate function names
2013-01-17 Mikko RasaMake static library dependencies consistent with what...
2012-09-29 Mikko RasaSupport specifying library modes on a per-library basis
2012-07-18 Mikko RasaTrack build options to rebuild primary targets when...
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-15 Mikko RasaRefactor Binary::find_depends
2012-07-15 Mikko RasaMove library mode into BuildInfo
2012-07-15 Mikko RasaRedesign the library mode system
2012-07-15 Mikko RasaFix a crash in Binary
2012-07-10 Mikko RasaMake Target::add_depend take a reference since null...
2012-07-09 Mikko RasaUse correct typedefs
2012-07-09 Mikko RasaRefactor FileTarget and SourceFile constructors
2012-07-08 Mikko RasaRemove extraneous std:: qualifiers
2012-07-08 Mikko RasaUse Path objects to store include and library paths
2012-07-08 Mikko RasaRemove a stray old #include
2012-07-08 Mikko RasaDo dependency discovery in a single pass
2012-07-08 Mikko RasaSplit Binary filename generation to Executable and...
2012-07-08 Mikko RasaGet rid of the Library and SystemLibrary classes as...
2012-07-08 Mikko RasaMove the Component reference to Target and make it...
2012-07-08 Mikko RasaMove some install location assignments to more logical...
2012-07-08 Mikko RasaRemove the buildable flag and instead check for tool...
2012-07-08 Mikko RasaBetter use of OOP in determining file install locations
2012-07-08 Mikko RasaRename Install to InstalledFile
2012-07-08 Mikko RasaMove file-to-target mapping to a separate class
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach
2012-02-24 Mikko RasaReplace per-file copyright notices with a single file
2011-09-06 Mikko RasaFurther changes for library compatibility
2010-02-05 Mikko RasaAdd Symlink target and associated action
2010-02-05 Mikko RasaMake the name of a FileTarget be its basename instead...
2010-02-05 Mikko RasaRewrite the architecture system
2009-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-02-21 Mikko RasaRework the Target class hierarchy