]> git.tdb.fi Git - builder.git/shortlog
builder.git
2008-08-13 Mikko RasaImprove automatic package finding to detect directories... 0.9
2008-08-10 Mikko RasaSome additions to Readme.txt
2008-08-10 Mikko RasaMake sure we have libpaths for all static libs
2008-08-08 Mikko RasaBump version number to 0.9
2008-08-08 Mikko RasaUpdate bootstrap.sh and Readme.txt to reflect the msppa...
2008-08-08 Mikko RasaPut output files for foreign archs in their own directories
2008-08-07 Mikko RasaMigrate from msppath to mspfs
2008-06-11 Mikko RasaMake warnings configurable through build_info and comma...
2008-06-10 Mikko RasaAdd missing includes
2008-05-29 Mikko RasaInclude libmode in library lookup hash
2008-05-20 Mikko RasaUse package directory as work dir for ExternalActions...
2008-03-13 Mikko RasaChange arch and prefix to global options
2008-03-03 Mikko RasaOne more exception fix
2008-02-07 Mikko RasaException handling fixes
2008-02-07 Mikko RasaConverted from iostreams to mspio
2008-02-07 Mikko RasaAdded io to the required libs in bootstrap.sh
2008-02-07 Mikko RasaSome fixes to library and header searching
2007-10-30 Mikko RasaFix include and library search order
2007-09-22 Mikko RasaImprove Builder::get_header
2007-09-22 Mikko RasaUpdate bootstrap.sh
2007-09-22 Mikko RasaAdapt to changes in msppath
2007-09-17 Mikko RasaReplace the chrome mode with a more useful progress...
2007-09-11 Mikko RasaMove architecture information from Builder to class...
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-23 Mikko RasaChange mspparser -> mspdatafile
2007-08-17 Mikko RasaAdd class InternalAction for actions that use a thread...
2007-08-17 Mikko RasaAdd tarball building
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-08-10 Mikko RasaAdd a short section about using Builder to Readme.txt
2007-07-15 Mikko RasaUpdate svn:ignore
2007-06-12 Mikko RasaCorrect getopt include
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-02-12 Mikko RasaDon't throw up if a package doesn't install anything
2007-01-19 Mikko RasaBetter encapsulation of config inside Package
2006-11-24 Mikko RasaConvert to the rewritten getopt++
2006-11-17 Mikko RasaCompatibility with previous change in mspcore
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-31 Mikko RasaSupport building static libraries (but not using them...
2006-10-20 Mikko RasaImplement help
2006-10-18 Mikko RasaMake sure to use absolute paths when looking for header...
2006-10-18 Mikko RasaImplement --build-all
2006-10-17 Mikko RasaAdd missing includes
2006-10-17 Mikko RasaChange conf_all into a normal commandline option
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-04 Mikko RasaInitialize Component::install to false
2006-09-03 Mikko RasaCreate destination path in Copy instead of source path
2006-09-03 Mikko RasaMake Copy generate verbose output and return errors
2006-09-03 Mikko RasaDon't put nulls into the new packages queue
2006-09-03 Mikko RasaFix == -> =
2006-09-02 Mikko RasaProcess ObjectFile dependencies correctly even when...
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.
2006-08-27 Mikko RasaCreate trunk