]> git.tdb.fi Git - builder.git/history - source/csourcefile.cpp
Add support for statically linking the C++ standard library
[builder.git] / source / csourcefile.cpp
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