]> git.tdb.fi Git - builder.git/history - source/staticlibrary.cpp
More flexible way to manage filename patterns
[builder.git] / source / staticlibrary.cpp
2021-08-31 Mikko RasaMore flexible way to manage filename patterns
2018-07-08 Mikko RasaAlso store library path in static libraries
2018-07-08 Mikko RasaUse build info to store static library dependencies
2013-09-25 Mikko RasaMove nested build signature creation to FileTarget
2013-04-14 Mikko RasaUn-abbreviate function names
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-10 Mikko RasaMake Target::add_depend take a reference since null...
2012-07-09 Mikko RasaRefactor FileTarget and SourceFile constructors
2012-07-08 Mikko RasaUnify some aspects of constructor helper functions
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 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 RasaBig rewrite for a more tool-centric approach
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-21 Mikko RasaRework the Target class hierarchy
2009-02-19 Mikko RasaReorder class members
2008-05-29 Mikko RasaInclude libmode in library lookup hash
2007-09-09 Mikko RasaSplit class Package into SourcePackage and BinaryPackage
2007-08-15 Mikko RasaAdd Id tag to all files
2007-01-19 Mikko RasaBetter encapsulation of config inside Package
2006-10-31 Mikko RasaSupport building static libraries (but not using them...