]> git.tdb.fi Git - builder.git/history - source/csourcefile.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / csourcefile.cpp
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaInline simple constructors
2022-12-21 Mikko RasaRefactor logger to do message formatting internally
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-19 Mikko RasaRemove most container typedefs and refactor others
2022-12-19 Mikko RasaReplace basic for loops with range-based loops or algor...
2014-10-01 Mikko RasaPass a tool hint to VirtualFileSystem::find_header
2013-08-22 Mikko RasaAdd transitive dependencies for source files
2013-05-28 Mikko RasaAdd target and tools for compiling Objective-C sources
2013-04-24 Mikko RasaSupport gcc's -iquote feature
2012-09-04 Mikko RasaReload includes from CSourceFiles when they are modified
2012-07-23 Mikko RasaEliminate all global typedefs, making misc.h finally...
2012-07-18 Mikko RasaReplace DependencyCache with a more generic cache
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-10 Mikko RasaMake Target::add_depend take a reference since null...
2012-07-10 Mikko RasaDeprecate the headers component type
2012-07-10 Mikko RasaMake install_location a path
2012-07-09 Mikko RasaRefactor FileTarget and SourceFile constructors
2012-07-08 Mikko RasaDon't store component locally in object and source...
2012-07-08 Mikko RasaUse Path objects to store include and library paths
2012-07-08 Mikko RasaBetter logging system
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 RasaCheck the existence of dependencies beforehand rather...
2012-07-08 Mikko RasaDo dependency discovery in a single pass
2012-07-08 Mikko RasaMove C-specific stuff from SourceFile to CSourceFile