]> git.tdb.fi Git - builder.git/history - source/csourcefile.cpp
Don't store component locally in object and source files
[builder.git] / source / csourcefile.cpp
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