]> git.tdb.fi Git - builder.git/history - source/objectfile.cpp
More flexible way to manage filename patterns
[builder.git] / source / objectfile.cpp
2021-08-31 Mikko RasaMore flexible way to manage filename patterns
2021-08-28 Mikko RasaMake object file names configurable through Architecture
2021-02-21 Mikko RasaAccount for install directories when forming displaced...
2014-10-05 Mikko RasaDon't rely on component type in determining whether...
2014-10-03 Mikko RasaGive targets the ability to gather their own build...
2013-10-03 Mikko RasaGenerate shorter object file names for generated source...
2013-08-22 Mikko RasaCheck an ObjectFile's dependencies again if a dependenc...
2013-08-22 Mikko RasaAdd transitive dependencies for source files
2013-04-30 Mikko RasaFix whitespace errors
2013-04-24 Mikko RasaAdd a feature for overlay source directories
2013-04-14 Mikko RasaUn-abbreviate function names
2012-07-16 Mikko RasaRewrite ObjectFile::generate_target_path to make it...
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-09 Mikko RasaRefactor FileTarget and SourceFile constructors
2012-07-08 Mikko RasaDon't store component locally in object and source...
2012-07-08 Mikko RasaPut constructor helper functions next to the constructors
2012-07-08 Mikko RasaBinary packages can't have files, so avoid some dynamic...
2012-07-08 Mikko RasaDo dependency discovery in a single pass
2012-07-08 Mikko RasaRemove the buildable flag and instead check for tool...
2012-07-08 Mikko RasaRename Install to InstalledFile
2012-07-08 Mikko RasaRewrite ObjectFile dependency finding so it doesn't...
2012-07-08 Mikko RasaGet rid of the global TargetList typedef
2012-07-08 Mikko RasaMove file-to-target mapping to a separate class
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-01 Mikko RasaAdjust to library changes
2010-02-05 Mikko RasaAdd Symlink target and associated action
2009-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-03-17 Mikko RasaFix a problem in finding ObjectFile dependencies
2009-02-21 Mikko RasaBugfixes
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-05-29 Mikko RasaInclude libmode in library lookup hash
2008-03-13 Mikko RasaChange arch and prefix to global options
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-06-12 Mikko RasaAdjust requires to library changes
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-09-30 Mikko RasaAllow requirements for components
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 RasaBuilder can build itself now.
2006-08-27 Mikko RasaAdd files.