]> git.tdb.fi Git - builder.git/history - source/virtualfilesystem.cpp
Use a separate category for import library filename patterns
[builder.git] / source / virtualfilesystem.cpp
2021-08-31 Mikko RasaUse a separate category for import library filename...
2021-08-31 Mikko RasaMore flexible way to manage filename patterns
2017-12-01 Mikko RasaPrepare tools before querying their system path in...
2014-10-03 Mikko RasaDeal with absolute paths in tool commands
2014-10-01 Mikko RasaPass a tool hint to VirtualFileSystem::find_header
2013-04-30 Mikko RasaFix whitespace errors
2012-09-07 Mikko RasaGive import libraries their own class
2012-09-06 Mikko RasaLibrary search fixes
2012-07-23 Mikko RasaEliminate all global typedefs, making misc.h finally...
2012-07-23 Mikko RasaAdd a parameter to suppress the use of system path...
2012-07-23 Mikko RasaAdd helper function to apply a list of patterns
2012-07-15 Mikko RasaMove library mode into BuildInfo
2012-07-15 Mikko RasaRedesign the library mode system
2012-07-08 Mikko RasaMake VirtualFileSystem able to find binaries
2012-07-08 Mikko RasaRewrite the find_* functions
2012-07-08 Mikko RasaBetter logging system
2012-07-08 Mikko RasaUse the tool to create headers
2012-07-08 Mikko RasaRetrieve system paths from appropriate tools
2012-07-08 Mikko RasaMake tools capable of reporting a system-wide path...
2012-07-08 Mikko RasaDon't pass including file location to find_header
2012-07-08 Mikko RasaGet rid of the Library and SystemLibrary classes as...
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 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 RasaMove file-to-target mapping to a separate class