]> git.tdb.fi Git - builder.git/history - source/sharedlibrary.cpp
Don't use soname for modules
[builder.git] / source / sharedlibrary.cpp
2014-10-05 Mikko RasaDon't use soname for modules
2014-10-05 Mikko RasaDon't rely on component type in determining whether...
2013-05-24 Mikko RasaInitial support for building on Darwin (a.k.a. Mac...
2012-09-07 Mikko RasaInstall shared libraries on windows to bin, not lib
2012-09-07 Mikko RasaBuild and install import libraries on windows
2012-09-07 Mikko RasaHave SourcePackage generate the interface version
2012-09-05 Mikko RasaDon't append library version to the end of the filename...
2012-09-05 Mikko RasaMore generic system for installing targets under differ...
2012-07-10 Mikko RasaMake install_location a path
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-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-03-31 Mikko RasaFix an incorrect assumption of target name being the...
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
2009-02-21 Mikko RasaRework the Target class hierarchy
2007-08-15 Mikko RasaAdd Id tag to all files
2006-11-16 Mikko RasaRefactor package configuration
2006-10-31 Mikko RasaSupport building static libraries (but not using them...