]> git.tdb.fi Git - builder.git/history - source/tar.cpp
Support source generators that combine multiple files into one
[builder.git] / source / tar.cpp
2016-11-18 Mikko RasaSupport source generators that combine multiple files...
2013-05-08 Mikko RasaDelay locating tool executables until the tool is needed
2012-07-19 Mikko RasaMake tarballs work again
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-10 Mikko RasaMake Target::add_depend take a reference since null...
2012-07-08 Mikko RasaBinary packages can't have files, so avoid some dynamic...
2012-07-08 Mikko RasaDon't start tasks automatically upon creation
2012-07-08 Mikko RasaGet rid of the global TargetList typedef
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
2011-09-06 Mikko RasaFurther changes for library compatibility
2009-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-05-07 Mikko RasaUse mspio for all I/O operations
2009-02-21 Mikko RasaRework the Target class hierarchy
2009-02-19 Mikko RasaReorder class members
2008-08-07 Mikko RasaMigrate from msppath to mspfs
2008-06-10 Mikko RasaAdd missing includes
2008-02-07 Mikko RasaConverted from iostreams to mspio
2007-09-22 Mikko RasaAdapt to changes in msppath
2007-09-09 Mikko RasaSplit class Package into SourcePackage and BinaryPackage
2007-08-17 Mikko RasaAdd class InternalAction for actions that use a thread...
2007-08-17 Mikko RasaAdd tarball building