]> git.tdb.fi Git - builder.git/history - plugins
Refactor transitive dependencies to work on all targets
[builder.git] / plugins /
2023-03-12 Mikko RasaRefactor transitive dependencies to work on all targets master
2023-03-12 Mikko RasaMake it possible to use built-in plugins
2023-01-03 Mikko RasaDisable generation of .exp files on MSVC
2023-01-03 Mikko RasaExplicitly create import libraries from BinaryComponent
2023-01-03 Mikko RasaPlace incremental link information files in the temp...
2023-01-03 Mikko RasaMake the clang and android plugins require gnutools
2023-01-03 Mikko RasaMake symbols hidden by default on Linux
2023-01-03 Mikko RasaAdd visibility decorations to the library and plugins
2023-01-03 Mikko RasaRemove automatic export/import of symbols from GNU...
2023-01-02 Mikko RasaDisable some warnings related to dllexport on MSVC
2023-01-02 Mikko RasaCreate import libraries with MSVC linker
2023-01-02 Mikko RasaExplicitly set import library name with MSVC linker
2023-01-02 Mikko RasaDon't use a versioned name for import libraries
2023-01-02 Mikko RasaBuild shared libraries directly to a versioned name
2023-01-02 Mikko RasaRemove ExportDefinitions from ImportLibrary's constructor
2022-12-30 Mikko RasaComment cleanup and other cosmetic fixes
2022-12-30 Mikko RasaCorrect MSVC tools' input suffixes
2022-12-29 Mikko RasaCheck for existence of Android NDK in AndroidLinker
2022-12-29 Mikko RasaReplace the stdc++ library with gnustl_static on Android
2022-12-28 Mikko RasaConvert the remaining tools into actual plugins
2022-12-28 Mikko RasaMove the VS project and solution generators to the...
2022-12-28 Mikko RasaRename builtintools to basetools
2022-12-28 Mikko RasaConvert builtin tools into a plugin
2022-12-28 Mikko RasaConvert the simpler toolchains into plugins
2022-12-28 Mikko RasaAvoid some failures from MicrosoftTools when running...
2022-12-28 Mikko RasaRefactor VsSolutionFile::find_dependencies as recursive
2022-12-28 Mikko RasaRearrange sources into subdirectories