]> git.tdb.fi Git - builder.git/history - source
Move the bpk files into a subdirectory and install them
[builder.git] / source /
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 RasaComment tweaks
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 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 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 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 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
next