]> git.tdb.fi Git - builder.git/history - source/tar.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / tar.cpp
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaRedesign how tools are run
2022-12-22 Mikko RasaRefactor InternalTask to take a functor
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-20 Mikko RasaCheck for empty sources in Tar::create_target
2022-12-19 Mikko RasaReplace basic for loops with range-based loops or algor...
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