]> git.tdb.fi Git - builder.git/shortlog
builder.git
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
2012-07-19 Mikko RasaImprove task management to use blocking wait if possible
2012-07-19 Mikko RasaMake wait applicable to all task types
2012-07-18 Mikko RasaComments and member ordering
2012-07-18 Mikko Rasa-Winline generates way more spam than expected
2012-07-18 Mikko RasaAdd some logging and remove a stray debug statement
2012-07-18 Mikko RasaTrack build options to rebuild primary targets when...
2012-07-18 Mikko RasaSave caches again after building to allow storing data...
2012-07-18 Mikko RasaUsing different out directories per build type is more...
2012-07-18 Mikko RasaReplace DependencyCache with a more generic cache
2012-07-18 Mikko RasaFix cascading of BuildInfo
2012-07-17 Mikko RasaRefactor create_build_info functions and fix build...
2012-07-17 Mikko RasaMerge BuildInfo::unique into update_from
2012-07-17 Mikko RasaRe-stat FileTargets after a successful build
2012-07-17 Mikko RasaPass the full path to the Build file to SourcePackage...
2012-07-17 Mikko RasaHide the main package from the outside
2012-07-16 Mikko RasaMove to a more abstract way of defining warnings
2012-07-16 Mikko RasaReorder Config members
2012-07-16 Mikko RasaRewrite ObjectFile::generate_target_path to make it...
2012-07-16 Mikko Rasafind_dependencies should not be public
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-16 Mikko RasaTarget::prepare shouldn't be virtual
2012-07-16 Mikko RasaCall prepare_build before returning to save package...
2012-07-16 Mikko RasaUse the cached cwd value
2012-07-16 Mikko RasaComponentList typedef isn't needed outside of SourcePackage
2012-07-16 Mikko RasaLet PackageManager take care of PKG_CONFIG_PATH
2012-07-16 Mikko RasaCheck for missing symlinks
2012-07-16 Mikko RasaMiscellaneous style and comment tweaks
2012-07-16 Mikko RasaRename create_targets to prepare_build and make it...
2012-07-16 Mikko RasaTrim down the package preparation code
2012-07-16 Mikko RasaVariables in Build files weren't such a hot idea. ...
2012-07-16 Mikko RasaAdjust option help texts
2012-07-16 Mikko RasaHaving to specify package paths manually is stupid...
2012-07-16 Mikko RasaEvaluate conditions at load time to allow more flexibility
2012-07-15 Mikko RasaMake tempdir a global option
2012-07-15 Mikko RasaMore reporting about reading and writing files and...
2012-07-15 Mikko RasaComment changes
2012-07-15 Mikko RasaAdd a statically linked release build type
2012-07-15 Mikko RasaRefactor Binary::find_depends
2012-07-15 Mikko RasaMove library mode into BuildInfo
2012-07-15 Mikko RasaFix shared library installation
2012-07-15 Mikko RasaRedesign the library mode system
2012-07-15 Mikko RasaFix a crash in Binary
2012-07-15 Mikko RasaReplace the overly generic configuration profiles with...
2012-07-15 Mikko RasaMake Target::build virtual and move the unlink call...
2012-07-15 Mikko RasaRearrange Target members
2012-07-15 Mikko RasaBe more efficient when running commands synchronously
2012-07-15 Mikko RasaUtility function for capturing command output
2012-07-15 Mikko RasaSimpler way to check g++ version
2012-07-15 Mikko RasaInclude the environment channel in verbose level 2
next