]> git.tdb.fi Git - builder.git/shortlog
builder.git
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
2012-07-08 Mikko RasaThese checks are unnecessary with the separate symlink...
2012-07-08 Mikko RasaAdd a missing header and remove an unnecessary one
2012-07-08 Mikko RasaDo dependency discovery in a single pass
2012-07-08 Mikko RasaUnify some aspects of constructor helper functions
2012-07-08 Mikko RasaMove soname generation to constructor
2012-07-08 Mikko RasaSplit Binary filename generation to Executable and...
2012-07-08 Mikko RasaGet rid of the Library and SystemLibrary classes as...
2012-07-08 Mikko RasaMove the Component reference to Target and make it...
2012-07-08 Mikko RasaMove some install location assignments to more logical...
2012-07-08 Mikko RasaTool names are no longer retrieved from Architecture
2012-07-08 Mikko RasaHave Architecture provide pattern lists for library...
2012-07-08 Mikko RasaConsolidate various target state variables into a singl...
2012-07-08 Mikko RasaRename Target::get_rebuild to needs_rebuild
2012-07-08 Mikko RasaMove C-specific stuff from SourceFile to CSourceFile
2012-07-08 Mikko RasaRemove the buildable flag and instead check for tool...
2012-07-08 Mikko RasaGet rid of separate header targets which serve no usefu...
2012-07-08 Mikko RasaSimplify InstalledFile::generate_target_path
2012-07-08 Mikko RasaBetter use of OOP in determining file install locations
2012-07-08 Mikko RasaRewrite BuildInfo to be compiler-agnostic
2012-07-08 Mikko RasaMake BuildInfo able to handle chained dependencies
2012-07-08 Mikko RasaDerive BuildInfo::Loader from ObjectLoader
2012-07-08 Mikko RasaDrop some deprecated datafile statements from Component
2012-07-08 Mikko RasaLet the tools deal with cross-compiling flags
2012-07-08 Mikko RasaRename BuildInfo::add to update_from
2012-07-08 Mikko RasaRename Install to InstalledFile
2012-07-08 Mikko RasaRewrite ObjectFile dependency finding so it doesn't...
2012-07-08 Mikko RasaGet rid of the global TargetList typedef
2012-07-08 Mikko RasaMove file-to-target mapping to a separate class
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach
2012-04-08 Mikko RasaAdd .gitignore file
2012-03-31 Mikko RasaRemove a useless path-to-string conversion
2012-03-31 Mikko RasaMake symlink a feature of the Install target rather...
2012-03-31 Mikko RasaImprove file target naming
2012-03-31 Mikko RasaFix an incorrect assumption of target name being the...
2012-03-30 Mikko RasaAdd a separate set of functions for registering and...
2012-03-30 Mikko RasaMove the TargetMap typedef inside Builder
2012-02-24 Mikko RasaReplace per-file copyright notices with a single file
2011-09-19 Mikko RasaDetect multiarch in bootstrap.sh as well
2011-09-16 Mikko RasaRudimentary support for Debian/Ubuntu multiarch library...
2011-09-06 Mikko RasaFurther changes for library compatibility
2011-09-01 Mikko RasaAdjust to library changes
2011-05-25 Mikko RasaAdd a binary package for OpenGL ES
2011-05-25 Mikko RasaFix a bug in condition evaluation
2011-01-20 Mikko RasaDeprecate the modular keyword for programs and host...
next