]> git.tdb.fi Git - builder.git/history - source/virtualfilesystem.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / virtualfilesystem.h
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-22 Mikko RasaInline simple constructors
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-19 Mikko RasaCache result of parsing $PATH
2022-12-19 Mikko RasaRemove most container typedefs and refactor others
2017-12-01 Mikko RasaPrepare tools before querying their system path in...
2014-10-01 Mikko RasaPass a tool hint to VirtualFileSystem::find_header
2013-04-14 Mikko RasaHeader fixes
2012-07-23 Mikko RasaAdd a parameter to suppress the use of system path...
2012-07-15 Mikko RasaMove library mode into BuildInfo
2012-07-08 Mikko RasaMake VirtualFileSystem able to find binaries
2012-07-08 Mikko RasaAdd documentation for VirtualFileSystem::get_target
2012-07-08 Mikko RasaUse Path objects to store include and library paths
2012-07-08 Mikko RasaRewrite the find_* functions
2012-07-08 Mikko RasaComment updates
2012-07-08 Mikko RasaUse the tool to create headers
2012-07-08 Mikko RasaDon't pass including file location to find_header
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 RasaMove file-to-target mapping to a separate class