]> git.tdb.fi Git - builder.git/history - source/gnulinker.cpp
More generic system for installing targets under different names
[builder.git] / source / gnulinker.cpp
2012-07-26 Mikko RasaMake mingw linker happy
2012-07-21 Mikko RasaHandle directory creation and unlinking in Task
2012-07-18 Mikko RasaTrack build options to rebuild primary targets when...
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-15 Mikko RasaMove library mode into BuildInfo
2012-07-15 Mikko RasaRedesign the library mode system
2012-07-08 Mikko RasaDon't store component locally in object and source...
2012-07-08 Mikko RasaMake tools architecture-aware and restore cross-compila...
2012-07-08 Mikko RasaRemove extraneous std:: qualifiers
2012-07-08 Mikko RasaStore a target representing the executable in each...
2012-07-08 Mikko RasaSplit GnuLinker into sub-tools and select the appropria...
2012-07-08 Mikko RasaUse Path objects to store include and library paths
2012-07-08 Mikko RasaMake tools capable of reporting a system-wide path...
2012-07-08 Mikko RasaUse tool tag to detect C++ files rather than a specific...
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 RasaRewrite BuildInfo to be compiler-agnostic
2012-07-08 Mikko RasaLet the tools deal with cross-compiling flags
2012-07-08 Mikko RasaGet rid of the global TargetList typedef
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach