]> git.tdb.fi Git - builder.git/history - source/analyzer.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / analyzer.cpp
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaInline simple constructors
2022-12-22 Mikko RasaUse default member initializers and constructor delegation
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-19 Mikko RasaReplace basic for loops with range-based loops or algor...
2013-08-22 Mikko RasaAdd transitive dependencies for source files
2013-04-07 Mikko RasaMove some more functionality into BuildGraph
2013-04-06 Mikko RasaRefactor build graph into its own class
2012-12-01 Mikko RasaAdd the target type to a lexical_cast invocation
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-08 Mikko RasaBinary packages can't have files, so avoid some dynamic...
2012-07-08 Mikko RasaDisallow empty rebuild reason
2012-07-08 Mikko RasaThese checks are unnecessary with the separate symlink...
2012-07-08 Mikko RasaRename Target::get_rebuild to needs_rebuild
2012-07-08 Mikko RasaRename Install to InstalledFile
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 RasaMove the TargetMap typedef inside Builder
2012-02-24 Mikko RasaReplace per-file copyright notices with a single file
2010-11-12 Mikko RasaFix rebuild graph walking over symlinks
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-09-20 Mikko RasaFix compile errors on 64-bit systems
2009-05-13 Mikko RasaMiscellaneous minor code cleanups
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
2007-09-22 Mikko RasaAdapt to changes in msppath
2007-08-15 Mikko RasaAdd Id tag to all files
2006-11-14 Mikko RasaAdd comments
2006-11-14 Mikko RasaCode reorganizing and cleanup
2006-09-02 Mikko RasaProcess ObjectFile dependencies correctly even when...
2006-08-31 Mikko RasaAdd command line options (not all of them work yet)