]> git.tdb.fi Git - builder.git/history - source/staticlibrary.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / staticlibrary.h
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaInline simple constructors
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-19 Mikko RasaMark overridden virtual functions as such
2018-07-08 Mikko RasaAlso store library path in static libraries
2018-07-08 Mikko RasaUse build info to store static library dependencies
2012-07-08 Mikko RasaPut constructor helper functions next to the constructors
2012-07-08 Mikko RasaUnify some aspects of constructor helper functions
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 RasaBig rewrite for a more tool-centric approach
2012-02-24 Mikko RasaReplace per-file copyright notices with a single file
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-08-15 Mikko RasaAdd Id tag to all files
2006-11-14 Mikko RasaAdd comments
2006-11-14 Mikko RasaCode reorganizing and cleanup
2006-10-31 Mikko RasaSupport building static libraries (but not using them...