]> git.tdb.fi Git - builder.git/shortlog
builder.git
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
2012-07-15 Mikko RasaClean up some unused cruft
2012-07-15 Mikko RasaGet rid of the install flags, which weren't entirely...
2012-07-15 Mikko RasaExternalize dry run handling from Config and Dependency...
2012-07-10 Mikko RasaMake Target::add_depend take a reference since null...
2012-07-10 Mikko RasaBetter way to set cross_prefix in architectures
2012-07-10 Mikko RasaDocument a lot of classes and functions
2012-07-10 Mikko RasaUse ObjectLoaders where appropriate
2012-07-10 Mikko RasaDeprecate the headers component type
2012-07-10 Mikko RasaRemove dead code
2012-07-10 Mikko RasaFlexible way to specify install locations for components
2012-07-10 Mikko RasaDon't use -fPIC on windows since it makes mingw emit...
2012-07-10 Mikko RasaInstalling only makes sense for file targets
2012-07-10 Mikko RasaMake install_location a path
2012-07-09 Mikko RasaUse correct typedefs
2012-07-09 Mikko RasaRefactor FileTarget and SourceFile constructors
2012-07-09 Mikko Rasacreate the tools when everything else is ready
2012-07-08 Mikko RasaDon't store component locally in object and source...
2012-07-08 Mikko RasaPut constructor helper functions next to the constructors
2012-07-08 Mikko RasaRemove a useless forward declaration
2012-07-08 Mikko RasaBinary packages can't have files, so avoid some dynamic...
2012-07-08 Mikko RasaConnect to bubble_rebuild signals after preparing to...
2012-07-08 Mikko RasaMake tools architecture-aware and restore cross-compila...
2012-07-08 Mikko RasaAdd a method to determine whether an architecture requi...
2012-07-08 Mikko RasaRemove extraneous std:: qualifiers
2012-07-08 Mikko RasaIt's no longer necessary to store the name in GnuCompiler
2012-07-08 Mikko RasaMake targets depend on their tools
2012-07-08 Mikko RasaStore a target representing the executable in each...
2012-07-08 Mikko RasaMake VirtualFileSystem able to find binaries
2012-07-08 Mikko RasaSplit GnuLinker into sub-tools and select the appropria...
2012-07-08 Mikko RasaAdd SubTool class
2012-07-08 Mikko RasaAllow constructing package-less Executables
2012-07-08 Mikko RasaFix an incorrect exception message
2012-07-08 Mikko RasaDon't copy cpu from a potentially incompatible architecture
2012-07-08 Mikko RasaAdd documentation for VirtualFileSystem::get_target
2012-07-08 Mikko RasaSome additional log statements
2012-07-08 Mikko RasaAvoid killing internal worker threads
2012-07-08 Mikko RasaUse Path objects to store include and library paths
2012-07-08 Mikko RasaRemove a stray old #include
2012-07-08 Mikko RasaTurn the unique function into a template and make it...
2012-07-08 Mikko RasaRewrite the find_* functions
2012-07-08 Mikko RasaBetter logging system
2012-07-08 Mikko RasaRemove an unused member
2012-07-08 Mikko RasaMove package management to a separate class
2012-07-08 Mikko RasaTurn the force rebuild logic around
2012-07-08 Mikko RasaAdd descriptions to some functions
2012-07-08 Mikko RasaApply what-ifs after preparation so implicitly created...
next