]> git.tdb.fi Git - builder.git/shortlog
builder.git
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...
2012-07-08 Mikko RasaAdd a signal to propagate rebuild state after preparation
2012-07-08 Mikko RasaFix a forward declaration
2012-07-08 Mikko RasaMove some target creation logic to SourcePackage
2012-07-08 Mikko RasaMake BuildInfo uniquify things implicitly after update
2012-07-08 Mikko RasaComment updates
2012-07-08 Mikko RasaUse the tool to create headers
2012-07-08 Mikko RasaAllow sources to be created without a component
2012-07-08 Mikko RasaRetrieve system paths from appropriate tools
2012-07-08 Mikko RasaMake tools capable of reporting a system-wide path...
2012-07-08 Mikko RasaAdd a list of auxiliary suffixes to Tool
2012-07-08 Mikko RasaDon't pass including file location to find_header
2012-07-08 Mikko RasaEarly check for file existence to avoid exception handling
2012-07-08 Mikko RasaAllow omitting workdir in ExternalTask constructor...
2012-07-08 Mikko RasaUse a typedef for ExternalTask arguments
2012-07-08 Mikko RasaCheck the existence of dependencies beforehand rather...
2012-07-08 Mikko RasaAdd a method to query the existence of dependencies...
2012-07-08 Mikko RasaUse stat to determine file existence
2012-07-08 Mikko RasaRemove unnecessary includes
2012-07-08 Mikko RasaRemove the now-obsolete run_command function
2012-07-08 Mikko RasaUse ExternalTask rather than run_command for running...
2012-07-08 Mikko RasaAdd support for capturing output in ExternalTask
2012-07-08 Mikko RasaUse a unique exit_code value to indicate fork failure
2012-07-08 Mikko RasaRename PkgConfig to PkgConfigFile
2012-07-08 Mikko RasaProperly generate the install target for .pc files
2012-07-08 Mikko RasaSet success status at the end of PkgConfigGenerator...
2012-07-08 Mikko RasaPrint out the commands at the appropriate verbosity...
2012-07-08 Mikko RasaGive tasks the ability to return the relevant shell...
2012-07-08 Mikko RasaRestore --dry-run functionality
2012-07-08 Mikko RasaDon't start tasks automatically upon creation
2012-07-08 Mikko RasaAdd missing headers
2012-07-08 Mikko RasaDon't try to unlink nonexistent files
2012-07-08 Mikko RasaAdd virtual destructor to Tool to avoid a warning
2012-07-08 Mikko RasaEmit signal_finished from InternalTask
2012-07-08 Mikko RasaClean up output since target names now include the...
2012-07-08 Mikko RasaUse tool tag to detect C++ files rather than a specific...
2012-07-08 Mikko RasaDisallow empty rebuild reason
next