]> git.tdb.fi Git - builder.git/shortlog
builder.git
2023-03-12 Mikko RasaRefactor transitive dependencies to work on all targets master
2023-03-12 Mikko RasaUse a covariant return type for get_real_target in...
2023-03-12 Mikko RasaRemove the include path for used local components
2023-03-12 Mikko RasaSome minor touch-up to the bootstrap script
2023-03-12 Mikko RasaUpdate the bootstrap to work with recent changes
2023-03-12 Mikko RasaMake it possible to use built-in plugins
2023-03-07 Mikko RasaInstall headers of non-installed components in a stagin...
2023-03-07 Mikko RasaRearrange generated source paths
2023-03-07 Mikko RasaRemove the implicit include path for the generated...
2023-03-07 Mikko RasaMove some path and filename manipulations into the...
2023-01-09 Mikko RasaDon't busyloop while waiting for an internal task to...
2023-01-09 Mikko RasaReport timings of the build
2023-01-09 Mikko RasaAssociate targets with FileTargets instead of paths
2023-01-07 Mikko RasaRename some variables to avoid conflicts with C++20...
2023-01-05 Mikko RasaAllow source packages to specify exported build info
2023-01-05 Mikko RasaReport which targets participate in a dependency cycle
2023-01-05 Mikko RasaAvoid spurious dependency loop errors from side effects
2023-01-05 Mikko RasaMake sure the name of the build macro is valid
2023-01-04 Mikko RasaUpdate .gitignore to include build products on Windows
2023-01-04 Mikko RasaRemove an unnecessary initializer from a constructor
2023-01-04 Mikko RasaMake PackageManager::run_pkgconfig fail on Windows
2023-01-03 Mikko RasaAvoid exception if plugins directory is not found
2023-01-03 Mikko RasaDisable generation of .exp files on MSVC
2023-01-03 Mikko RasaMove FileTarget's constructors to the .cpp file
2023-01-03 Mikko RasaMark side effects for rebuilding together with their...
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 it possible for plugins to require other plugins
2023-01-03 Mikko RasaAvoid exception if a directory in the package path...
2023-01-03 Mikko RasaAdjust plugin dependencies
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 RasaAvoid double deletion of the module if a plugin fails...
2023-01-03 Mikko RasaRemove automatic export/import of symbols from GNU...
2023-01-02 Mikko RasaAdd shell32 to libraries on Windows
2023-01-02 Mikko RasaMake sure the main target of a side effect is prepared
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 RasaDefine a macro to indicate which component is being...
2023-01-02 Mikko RasaExplicitly set import library name with MSVC linker
2023-01-02 Mikko RasaRemove the now obsolete install_filename from FileTarget
2023-01-02 Mikko RasaCorrectly fetch libmode when looking for dependencies...
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 RasaUse the architecture's patterns to remove prefix from...
2023-01-02 Mikko RasaRemove ExportDefinitions from ImportLibrary's constructor
2022-12-30 Mikko RasaComment cleanup and other cosmetic fixes
2022-12-30 Mikko RasaOptimize Binary::collect_build_info
2022-12-30 Mikko RasaAvoid observing the same header twice in ObjectFile
2022-12-30 Mikko RasaRewrite BinaryComponent::create_targets in a more gener...
2022-12-30 Mikko RasaIf a binary package is not found, briefly describe...
2022-12-30 Mikko RasaCorrect MSVC tools' input suffixes
2022-12-29 Mikko RasaImprove package brokenness checks and problem reporting
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-29 Mikko RasaAvoid preparing packages multiple times
2022-12-29 Mikko RasaReject nonexistent sources
2022-12-28 Mikko RasaConvert the remaining tools into actual plugins
2022-12-28 Mikko RasaAllow new component types to be registered at runtime
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 RasaAllow plugins to create additional targets in SourcePac...
2022-12-28 Mikko RasaConvert the simpler toolchains into plugins
2022-12-28 Mikko RasaAdd an interface for dynamically loaded 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 RasaDisallow two components with the same name
2022-12-28 Mikko RasaCollapse the component loading functions in SourcePacka...
2022-12-28 Mikko RasaRename the library component as libbuilder
2022-12-28 Mikko RasaRemove a lib prefix from the libname of built SharedLib...
2022-12-28 Mikko RasaRearrange sources into subdirectories
2022-12-27 Mikko RasaAdd gcc's private library directory to ClangLinker...
2022-12-27 Mikko RasaRefactor the use of external tasks in tools
2022-12-27 Mikko RasaInitialize AndroidCompiler's build info in do_prepare
2022-12-27 Mikko RasaAdd a customized linker tool to ClangTools
2022-12-27 Mikko RasaUse GnuCompiler's build info to link libstdc++
2022-12-27 Mikko RasaGather more system path information for GnuLinker
2022-12-27 Mikko RasaImprove prefix management
2022-12-27 Mikko RasaPrepare early dependencies of a target before finding...
2022-12-26 Mikko RasaFurther tweak GnuCompiler::query_version
2022-12-26 Mikko RasaFix initialization of Android tools' commands
2022-12-26 Mikko RasaAdd a sanity check for derived tool commands
2022-12-26 Mikko RasaMake sure the extra_data of GnuCompiler is initialized
2022-12-26 Mikko RasaInitialize AndroidDevKit::supported_api_levels in the...
2022-12-26 Mikko RasaAvoid zeroing version of -dumpfullversion doesn't retur...
2022-12-26 Mikko RasaDon't load a cross prefix for a native architecture
2022-12-26 Mikko RasaUse a cross prefix for the new unified GnuLinker driver
2022-12-26 Mikko RasaAvoid a memory leak if Builder::set_architecture is...
2022-12-26 Mikko RasaUse CustomizedTool for tools which derive from other...
2022-12-26 Mikko RasaFix logic issues with Tool::prepare
2022-12-26 Mikko RasaUse priorities to determine the default toolchain
2022-12-26 Mikko RasaReject architecture specification conflicts for all...
2022-12-26 Mikko RasaAllow architecture specifications to be refined after...
2022-12-26 Mikko RasaFix a shadowed variable warning
2022-12-24 Mikko RasaAdd a helper class for tool customization
2022-12-24 Mikko RasaRework Tool::prepare to be able to work on other object...
2022-12-24 Mikko RasaRefactor GnuCompiler::prepare_version a bit
2022-12-24 Mikko RasaChange Tool's protected constructor to take a pointer...
next