]> git.tdb.fi Git - builder.git/history - source/sharedlibrary.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / sharedlibrary.h
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaUse default member initializers and constructor delegation
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-19 Mikko RasaMark overridden virtual functions as such
2012-09-07 Mikko RasaBuild and install import libraries on windows
2012-07-08 Mikko RasaPut constructor helper functions next to the constructors
2012-07-08 Mikko RasaMove soname generation to constructor
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-02-24 Mikko RasaReplace per-file copyright notices with a single file
2010-02-05 Mikko RasaAdd Symlink target and associated action
2009-02-21 Mikko RasaRework the Target class hierarchy
2009-02-19 Mikko RasaReorder class members
2007-08-15 Mikko RasaAdd Id tag to all files
2006-11-16 Mikko RasaRefactor package configuration
2006-11-14 Mikko RasaAdd comments
2006-10-31 Mikko RasaSupport building static libraries (but not using them...