]> git.tdb.fi Git - builder.git/history - source/target.cpp
Add logging for some problem situations
[builder.git] / source / target.cpp
2021-10-31 Mikko RasaAdd logging for some problem situations
2014-10-03 Mikko RasaAdd build info to tools and use it to pass runtime...
2014-10-03 Mikko RasaGive targets the ability to gather their own build...
2014-10-01 Mikko RasaAlso prepare transitive dependencies
2013-08-22 Mikko RasaCheck an ObjectFile's dependencies again if a dependenc...
2013-08-22 Mikko RasaAdd transitive dependencies for source files
2013-08-20 Mikko RasaFix some problems with side effect dependencies
2013-05-09 Mikko RasaRemove all files in a side effect group when starting...
2013-05-09 Mikko RasaImprovements for handling side effects
2013-05-08 Mikko RasaStore problems at their source rather than globally
2013-05-08 Mikko RasaDelay locating tool executables until the tool is needed
2013-05-08 Mikko RasaTarget::build is virtual, so put the special case in...
2013-04-06 Mikko RasaRefactor build graph into its own class
2012-09-06 Mikko RasaAdd a side effect system for building multiple targets...
2012-09-04 Mikko RasaReload includes from CSourceFiles when they are modified
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-15 Mikko RasaMake Target::build virtual and move the unlink call...
2012-07-15 Mikko RasaRearrange Target members
2012-07-10 Mikko RasaMake Target::add_depend take a reference since null...
2012-07-10 Mikko RasaDocument a lot of classes and functions
2012-07-08 Mikko RasaBinary packages can't have files, so avoid some dynamic...
2012-07-08 Mikko RasaConnect to bubble_rebuild signals after preparing to...
2012-07-08 Mikko RasaRemove extraneous std:: qualifiers
2012-07-08 Mikko RasaMake targets depend on their tools
2012-07-08 Mikko RasaSome additional log statements
2012-07-08 Mikko RasaTurn the force rebuild logic around
2012-07-08 Mikko RasaAdd a signal to propagate rebuild state after preparation
2012-07-08 Mikko RasaDisallow empty rebuild reason
2012-07-08 Mikko RasaDo dependency discovery in a single pass
2012-07-08 Mikko RasaMove the Component reference to Target and make it...
2012-07-08 Mikko RasaConsolidate various target state variables into a singl...
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 the global TargetList typedef
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach
2012-03-30 Mikko RasaAdd a separate set of functions for registering and...
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 RasaMove some file-related things from Target to FileTarget
2010-02-05 Mikko RasaImplement rdeps mode and sorting in Analyzer
2010-02-05 Mikko RasaMake the name of a FileTarget be its basename instead...
2009-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-08-26 Mikko RasaAlways prepare cmdline to avoid some dependency hassle
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-05-29 Mikko RasaInclude libmode in library lookup hash
2007-09-22 Mikko RasaAdapt to changes in msppath
2007-09-09 Mikko RasaSplit class Package into SourcePackage and BinaryPackage
2007-08-15 Mikko RasaAdd Id tag to all files
2007-08-15 Mikko RasaMove the logic for creating targets into the Component...
2007-08-10 Mikko RasaAdd an option to component to specify whether or not...
2007-01-19 Mikko RasaBetter encapsulation of config inside Package
2006-11-14 Mikko RasaAdd comments
2006-11-14 Mikko RasaCode reorganizing and cleanup
2006-10-18 Mikko RasaImplement --build-all
2006-09-02 Mikko RasaProcess ObjectFile dependencies correctly even when...
2006-08-31 Mikko RasaAdd command line options (not all of them work yet)
2006-08-27 Mikko RasaOutput cleanup
2006-08-27 Mikko RasaBuilder can build itself now.
2006-08-27 Mikko RasaAdd files.