]> git.tdb.fi Git - builder.git/history - source/component.cpp
Collect libpath for static library dependencies from the libs themselves
[builder.git] / source / component.cpp
2014-10-05 Mikko RasaCollect libpath for static library dependencies from...
2013-10-06 Mikko RasaMissed one location with the conditional conversion
2013-10-03 Mikko RasaSupport boolean logic in conditions
2013-08-20 Mikko RasaAdd support for generating source files
2013-06-22 Mikko RasaProcess paths after merging build info
2013-05-08 Mikko RasaStore problems at their source rather than globally
2013-05-08 Mikko RasaDelay locating tool executables until the tool is needed
2013-04-30 Mikko RasaFix whitespace errors
2013-04-24 Mikko RasaAdd a feature for overlay source directories
2013-04-14 Mikko RasaReimplement datafile building
2013-04-14 Mikko RasaReorder functions
2013-04-14 Mikko RasaSupport conditionals inside components
2013-04-06 Mikko RasaRefactor build graph into its own class
2013-01-29 Mikko RasaImprove use statement handling
2013-01-17 Mikko RasaHandle "use"d libraries through build info
2012-09-05 Mikko RasaRoute InstalledFile target creation through Builder
2012-09-04 Mikko RasaIt's okay to throw exceptions from Loader functions
2012-07-27 Mikko RasaAn include directory is needed as well
2012-07-27 Mikko RasaAdd a way for components to use libraries from the...
2012-07-23 Mikko RasaEliminate all global typedefs, making misc.h finally...
2012-07-21 Mikko Rasais_installable is more appropriate here
2012-07-21 Mikko RasaNot all tools can create sources
2012-07-19 Mikko RasaMake tarballs work again
2012-07-17 Mikko RasaRefactor create_build_info functions and fix build...
2012-07-17 Mikko RasaHide the main package from the outside
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
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-15 Mikko RasaMore reporting about reading and writing files and...
2012-07-15 Mikko RasaRefactor Binary::find_depends
2012-07-15 Mikko RasaMove library mode into BuildInfo
2012-07-15 Mikko RasaRedesign the library mode system
2012-07-15 Mikko RasaReplace the overly generic configuration profiles with...
2012-07-10 Mikko RasaMake Target::add_depend take a reference since null...
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-08 Mikko RasaUse Path objects to store include and library paths
2012-07-08 Mikko RasaMove package management to a separate class
2012-07-08 Mikko RasaMake BuildInfo uniquify things implicitly after update
2012-07-08 Mikko RasaMove C-specific stuff from SourceFile to CSourceFile
2012-07-08 Mikko RasaGet rid of separate header targets which serve no usefu...
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 RasaDrop some deprecated datafile statements from Component
2012-07-08 Mikko RasaRename BuildInfo::add to update_from
2012-07-08 Mikko RasaRename Install to InstalledFile
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-03-31 Mikko RasaMake symlink a feature of the Install target rather...
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-06 Mikko RasaFurther changes for library compatibility
2011-01-20 Mikko RasaDeprecate the modular keyword for programs and host...
2011-01-19 Mikko RasaMove variable expansion from Config to SourcePackage
2010-11-12 Mikko RasaFix rebuild graph walking over symlinks
2010-02-10 Mikko RasaVarious fixes to package dependency and build info...
2010-02-05 Mikko RasaAdd Symlink target and associated action
2009-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-12-03 Mikko RasaCompile libraries with -fPIC
2009-09-21 Mikko RasaProperly handle default and install options for datafiles
2009-09-20 Mikko RasaAdd support for building datafiles
2009-09-11 Mikko RasaAdd install component type
2009-05-13 Mikko RasaMiscellaneous minor code cleanups
2009-05-11 Mikko RasaAdd a tarball component type
2009-05-07 Mikko RasaUse mspio for all I/O operations
2009-05-05 Mikko RasaDeprecate the install_headers statement
2009-02-21 Mikko RasaRework the Target class hierarchy
2009-02-19 Mikko RasaReorder class members
2008-08-10 Mikko RasaMake sure we have libpaths for all static libs
2008-08-07 Mikko RasaMigrate from msppath to mspfs
2007-10-30 Mikko RasaFix include and library search order
2007-09-22 Mikko RasaImprove Builder::get_header
2007-09-22 Mikko RasaAdapt to changes in msppath
2007-09-11 Mikko RasaRevamp problem reporting system to be more useful
2007-09-10 Mikko RasaRefactor code to get rid of class PackageRef
2007-09-09 Mikko RasaSplit class Package into SourcePackage and BinaryPackage
2007-08-15 Mikko RasaAdd Id tag to all files
2007-08-15 Mikko RasaMove the logic for creating targets into the Component...
2007-08-10 Mikko RasaAdd an option to component to specify whether or not...
2007-06-12 Mikko RasaAdjust requires to library changes
2007-03-07 Mikko RasaSupport building modular programs
2006-11-16 Mikko RasaRefactor package configuration
2006-11-14 Mikko RasaAdd comments
2006-11-14 Mikko RasaCode reorganizing and cleanup
2006-09-30 Mikko RasaAllow requirements for components
2006-09-18 Mikko RasaSupport custom build info
2006-09-16 Mikko RasaAdd gmpxx package
2006-09-04 Mikko RasaInitialize Component::install to false
2006-08-31 Mikko RasaAdd command line options (not all of them work yet)
2006-08-27 Mikko RasaBuilder can build itself now.
2006-08-27 Mikko RasaAdd files.