]> git.tdb.fi Git - builder.git/shortlog
builder.git
2011-09-06 Mikko RasaFurther changes for library compatibility
2011-09-01 Mikko RasaAdjust to library changes
2011-05-25 Mikko RasaAdd a binary package for OpenGL ES
2011-05-25 Mikko RasaFix a bug in condition evaluation
2011-01-20 Mikko RasaDeprecate the modular keyword for programs and host...
2011-01-19 Mikko RasaMove variable expansion from Config to SourcePackage
2010-11-12 Mikko RasaFix rebuild graph walking over symlinks
2010-08-07 Mikko RasaAdd an alias for x86_64
2010-02-21 Mikko RasaInstall shared libs correctly even if they have no...
2010-02-11 Mikko RasaDon't segfault on missing packages
2010-02-11 Mikko RasaUse ${prefix} in .pc files
2010-02-10 Mikko RasaFix Condition to handle booleans properly
2010-02-10 Mikko RasaVarious fixes to package dependency and build info...
2010-02-08 Mikko RasaAdd a generic internal alias system to Architecture
2010-02-06 Mikko RasaAdd --no-externals option
2010-02-05 Mikko RasaAdd Symlink target and associated action
2010-02-05 Mikko RasaMove some file-related things from Target to FileTarget
2010-02-05 Mikko RasaImplement rdeps mode and sorting in Analyzer
2010-02-05 Mikko RasaMake the name of a FileTarget be its basename instead...
2010-02-05 Mikko RasaCosmetic fixes to some options
2010-02-05 Mikko RasaRewrite the architecture system
2009-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-12-03 Mikko RasaSupport default values for features
2009-12-03 Mikko RasaCompile libraries with -fPIC
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
next