]> git.tdb.fi Git - builder.git/shortlog
builder.git
2013-05-09 Mikko RasaRemove all files in a side effect group when starting...
2013-05-09 Mikko RasaImprovements for handling side effects
2013-05-08 Mikko RasaAvoid a double verb in function name
2013-05-08 Mikko RasaStore problems at their source rather than globally
2013-05-08 Mikko RasaAdd a utility function for setting the executable for...
2013-05-08 Mikko RasaDelay locating tool executables until the tool is needed
2013-05-08 Mikko RasaTarget::build is virtual, so put the special case in...
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 RasaUpdate comments to reflect the new roles of classes
2013-05-07 Mikko RasaUse GetOpt's new features
2013-05-07 Mikko RasaSeparate the command-line interface into its own class
2013-04-30 Mikko RasaPass the option map through load_build_file and to...
2013-04-30 Mikko RasaFix whitespace errors
2013-04-30 Mikko RasaSet config mtime to current time if an option is changed
2013-04-26 Mikko RasaFix bootstrap.sh to work when multiple identically...
2013-04-24 Mikko RasaAdd a feature for overlay source directories
2013-04-24 Mikko RasaResolve a scoping problem in InternalTask::Worker
2013-04-24 Mikko RasaSupport gcc's -iquote feature
2013-04-24 Mikko RasaSync readme with recent changes
2013-04-14 Mikko RasaReimplement datafile building
2013-04-14 Mikko RasaHeader fixes
2013-04-14 Mikko RasaReorder functions
2013-04-14 Mikko RasaUn-abbreviate function names
2013-04-14 Mikko RasaImplement PackageManager::get_package
2013-04-14 Mikko RasaRemove some useless member functions
2013-04-14 Mikko RasaSupport conditionals inside components
2013-04-07 Mikko RasaMove some more functionality into BuildGraph
2013-04-06 Mikko RasaRefactor build graph into its own class
2013-04-06 Mikko RasaMove main package tracking to PackageManager
2013-01-29 Mikko RasaImprove use statement handling
2013-01-29 Mikko RasaImprove bootstrap.sh to accept cmdline arguments and...
2013-01-17 Mikko RasaHandle "use"d libraries through build info
2013-01-17 Mikko RasaMake static library dependencies consistent with what...
2012-12-01 Mikko RasaAdd the target type to a lexical_cast invocation
2012-10-05 Mikko RasaFix git URL in readme
2012-09-29 Mikko RasaSupport specifying library modes on a per-library basis
2012-09-28 Mikko RasaGenerate export definitions with dlltool
2012-09-28 Mikko RasaDon't add a symlink with the same name as the file
2012-09-28 Mikko RasaPrevent crashes if a tool's executable cannot be found
2012-09-13 Mikko RasaDon't try to create links with the same name as the...
2012-09-07 Mikko RasaInstall shared libraries on windows to bin, not lib
2012-09-07 Mikko RasaBuild and install import libraries on windows
2012-09-07 Mikko RasaGive import libraries their own class
2012-09-07 Mikko RasaHave the linker specify symlinks for installed libraries
2012-09-07 Mikko RasaHave SourcePackage generate the interface version
2012-09-06 Mikko RasaAdd a side effect system for building multiple targets...
2012-09-06 Mikko RasaLibrary search fixes
2012-09-06 Mikko RasaLet tools have a say in installing their targets
2012-09-05 Mikko RasaDon't append library version to the end of the filename...
2012-09-05 Mikko RasaMore generic system for installing targets under differ...
2012-09-05 Mikko RasaRoute InstalledFile target creation through Builder
2012-09-04 Mikko RasaReload includes from CSourceFiles when they are modified
2012-09-04 Mikko RasaIt's okay to throw exceptions from Loader functions
2012-08-21 Mikko RasaDataFile::DerivedObjectLoader was changed
2012-08-15 Mikko RasaStore lookup failures separately from the package map
2012-08-15 Mikko RasaThis ugly hack for arch-specific binary packages is...
2012-08-02 Mikko RasaThere's no good reason to abbreviate this
2012-07-27 Mikko RasaExpand the readme even more
2012-07-27 Mikko RasaAn include directory is needed as well
2012-07-27 Mikko RasaMake sure that symlinks point to the right place
2012-07-27 Mikko RasaAdd a way for components to use libraries from the...
2012-07-26 Mikko RasaMake mingw linker happy
2012-07-23 Mikko RasaEliminate all global typedefs, making misc.h finally...
2012-07-23 Mikko RasaPreliminary changelog entry for 2.0
2012-07-23 Mikko RasaComment tweaks
2012-07-23 Mikko RasaMove binary packages from builderrc to individual files
2012-07-23 Mikko RasaCheck headers as well
2012-07-23 Mikko RasaLocate and check the existence of the libraries of...
2012-07-23 Mikko RasaAdd a parameter to suppress the use of system path...
2012-07-23 Mikko RasaFix path prefixification in .pc files
2012-07-23 Mikko RasaCollapse the virtual functions used during package...
2012-07-23 Mikko RasaAdd helper function to apply a list of patterns
2012-07-22 Mikko RasaMove if_arch to Package so binary packages can use...
2012-07-22 Mikko RasaAdjust some identifiers
2012-07-22 Mikko RasaLoad binary packages from separate files
2012-07-22 Mikko RasaImprove output from PackageManager::get_package_location
2012-07-22 Mikko RasaTry other methods if the source path given by pkg-confi...
2012-07-22 Mikko RasaFix recognition of versioned msp package directories
2012-07-22 Mikko RasaFeed paths to PackageManager from the outside
2012-07-22 Mikko RasaExternalize file existence check from Builder::load_bui...
2012-07-21 Mikko RasaUpdate .gitignore
2012-07-21 Mikko Rasais_installable is more appropriate here
2012-07-21 Mikko RasaIt's no longer necessary to expose the dry_run flag
2012-07-21 Mikko RasaHandle directory creation and unlinking in Task
2012-07-21 Mikko RasaEnsure that the directory exists before trying to write...
2012-07-21 Mikko RasaNot all tools can create sources
2012-07-20 Mikko RasaImprove and expand the readme file a lot
2012-07-20 Mikko RasaMake bootstrap.sh create the staging include directory...
2012-07-20 Mikko RasaAllow doing clean and build in the same run
2012-07-20 Mikko RasaImprove cleaning
2012-07-20 Mikko RasaThe higher verbosity levels are now largely unnecessary
2012-07-20 Mikko RasaCommand line option adjustments
2012-07-19 Mikko RasaInclude cpu in the build signature
2012-07-19 Mikko RasaBetter way of specifying the source tarball in Build...
2012-07-19 Mikko RasaMake tarballs work again
2012-07-19 Mikko RasaRewriting over half of the codebase surely justifies...
2012-07-19 Mikko RasaFix a race condition
2012-07-19 Mikko RasaDocument Task and ExternalTask methods
next