]> git.tdb.fi Git - builder.git/history - source/package.cpp
Remove some unused #includes
[builder.git] / source / package.cpp
2014-10-15 Mikko RasaRemove some unused #includes
2014-10-15 Mikko RasaMove conditionals into helper classes
2014-10-09 Mikko RasaAdd a field for a human-readable name for packages
2013-10-03 Mikko RasaSupport boolean logic in conditions
2013-05-08 Mikko RasaStore problems at their source rather than globally
2013-04-14 Mikko RasaSupport conditionals inside components
2012-07-23 Mikko RasaEliminate all global typedefs, making misc.h finally...
2012-07-23 Mikko RasaCollapse the virtual functions used during package...
2012-07-22 Mikko RasaMove if_arch to Package so binary packages can use...
2012-07-16 Mikko RasaTrim down the package preparation code
2012-07-10 Mikko RasaUse ObjectLoaders where appropriate
2012-07-08 Mikko RasaBetter logging system
2012-07-08 Mikko RasaMove package management to a separate class
2012-02-24 Mikko RasaReplace per-file copyright notices with a single file
2010-02-10 Mikko RasaVarious fixes to package dependency and build info...
2009-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-05-07 Mikko RasaUse mspio for all I/O operations
2009-02-19 Mikko RasaReorder class members
2007-09-11 Mikko RasaRevamp problem reporting system to be more useful
2007-09-10 Mikko RasaRefactor code to get rid of class PackageRef
2007-09-09 Mikko RasaSplit class Package into SourcePackage and BinaryPackage
2007-08-23 Mikko RasaAdd DependencyCache to speed up build preparation
2007-08-17 Mikko RasaAdd tarball building
2007-08-15 Mikko RasaAdd Id tag to all files
2007-06-12 Mikko RasaAdjust requires to library changes
2007-03-29 Mikko RasaAdd profile templates
2007-03-27 Mikko RasaAdd basic support for tools (not configurable yet)
2007-03-07 Mikko RasaSupport building modular programs
2007-01-19 Mikko RasaBetter encapsulation of config inside Package
2006-11-16 Mikko Rasa... and remove the debugging cout
2006-11-16 Mikko RasaBugfix
2006-11-16 Mikko RasaSupport for creating .pc files
2006-11-16 Mikko RasaRefactor package configuration
2006-11-14 Mikko RasaAdd comments
2006-11-14 Mikko RasaCode reorganizing and cleanup
2006-10-20 Mikko RasaImplement help
2006-09-30 Mikko RasaAllow requirements for components
2006-09-29 Mikko RasaPass -DDEBUG when doing a debug build
2006-09-25 Mikko RasaMove class PackageRef to its own files
2006-09-18 Mikko RasaSupport custom build info
2006-09-16 Mikko RasaAdd gmpxx package
2006-09-01 Mikko RasaPackage configuration is cached
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.