]> git.tdb.fi Git - builder.git/history - source/installedfile.cpp
Support "installing" files to a private staging area
[builder.git] / source / installedfile.cpp
2014-10-09 Mikko RasaSupport "installing" files to a private staging area
2012-09-13 Mikko RasaDon't try to create links with the same name as the...
2012-09-07 Mikko RasaHave the linker specify symlinks for installed libraries
2012-09-05 Mikko RasaMore generic system for installing targets under differ...
2012-07-27 Mikko RasaMake sure that symlinks point to the right place
2012-07-20 Mikko RasaImprove cleaning
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-16 Mikko RasaCheck for missing symlinks
2012-07-15 Mikko RasaFix shared library installation
2012-07-10 Mikko RasaMake Target::add_depend take a reference since null...
2012-07-10 Mikko RasaFlexible way to specify install locations for components
2012-07-10 Mikko RasaMake install_location a path
2012-07-09 Mikko RasaRefactor FileTarget and SourceFile constructors
2012-07-08 Mikko RasaPut constructor helper functions next to the constructors
2012-07-08 Mikko RasaRemove extraneous std:: qualifiers
2012-07-08 Mikko RasaRemove unnecessary includes
2012-07-08 Mikko RasaRename PkgConfig to PkgConfigFile
2012-07-08 Mikko RasaRename Target::get_rebuild to needs_rebuild
2012-07-08 Mikko RasaRemove the buildable flag and instead check for tool...
2012-07-08 Mikko RasaGet rid of separate header targets which serve no usefu...
2012-07-08 Mikko RasaSimplify InstalledFile::generate_target_path
2012-07-08 Mikko RasaBetter use of OOP in determining file install locations
2012-07-08 Mikko RasaRename Install to InstalledFile