]> git.tdb.fi Git - builder.git/shortlog
builder.git
2009-09-21 Mikko RasaChange component order so that miscellaneous installed... 1.0
2009-09-21 Mikko RasaBump version to 1.0
2009-09-21 Mikko RasaAlso use file size to determine whether to reinstall...
2009-09-21 Mikko RasaImprove target names in announces
2009-09-21 Mikko RasaProperly handle default and install options for datafiles
2009-09-20 Mikko RasaDon't b0rk if C++ compiler is not found while trying...
2009-09-20 Mikko RasaAdd support for building datafiles
2009-09-20 Mikko RasaFix compile errors on 64-bit systems
2009-09-11 Mikko RasaAdd install component type
2009-09-04 Mikko RasaChange the default value of the cpu option to "none...
2009-09-04 Mikko RasaMake bootstrap.sh more user-friendly when reporting...
2009-08-26 Mikko RasaAlways prepare cmdline to avoid some dependency hassle
2009-05-13 Mikko RasaMiscellaneous minor code cleanups
2009-05-11 Mikko RasaSet PKG_CONFIG_PATH to include prefix
2009-05-11 Mikko RasaAdd a tarball component type
2009-05-07 Mikko RasaUse mspio for all I/O operations
2009-05-05 Mikko RasaDeprecate the install_headers statement
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
2009-02-19 Mikko RasaFix some usages of get_current_arch() inside Builder
2008-08-17 Mikko RasaConvert all fstreams to IO::Files
2008-08-17 Mikko RasaDrop the .cache suffix when saving config too
2008-08-16 Mikko RasaUse IO::BufferedFile where appropriate
2008-08-16 Mikko RasaLoad builderrc from sys_data_dir to avoid the need...
2008-08-15 Mikko RasaRefactor arch handling a bit
2008-08-15 Mikko RasaAdd some output to get_package_source
2008-08-15 Mikko RasaMake bootstrap.sh more POSIX compliant
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.
next