]> git.tdb.fi Git - builder.git/history - source/buildercli.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / buildercli.cpp
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaUse default member initializers and constructor delegation
2022-12-21 Mikko RasaBump version to 3.0 and update copyright years
2022-12-21 Mikko RasaRefactor logger to do message formatting internally
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-19 Mikko RasaLog environment information before preparing the build
2022-12-19 Mikko RasaCombine the processing of configuration and tool overrides
2022-12-19 Mikko RasaRemove most container typedefs and refactor others
2022-12-19 Mikko RasaUse braced initializer lists for map insertions
2022-12-19 Mikko RasaReplace basic for loops with range-based loops or algor...
2022-12-19 Mikko RasaImprove help output for the local package
2021-11-10 Mikko RasaSave caches before starting the build
2021-08-31 Mikko RasaConvert architecture argument to lower case
2014-11-10 Mikko RasaUse parameterless system path accessors
2014-10-06 Mikko RasaMove the bpk files into a subdirectory and install...
2014-10-05 Mikko RasaAllow overriding tool commands on the command line
2013-09-25 Mikko RasaProperly support multiple choice features
2013-09-23 Mikko RasaDon't print the configuration header in help for empty...
2013-05-08 Mikko RasaStore problems at their source rather than globally
2013-05-07 Mikko RasaAdd a convenience function for saving caches in Package...
2013-05-07 Mikko RasaProperly process the command line arguments
2013-05-07 Mikko RasaResolve cmdline targets and what-ifs the same way
2013-05-07 Mikko RasaUse GetOpt's new features
2013-05-07 Mikko RasaSeparate the command-line interface into its own class