]> git.tdb.fi Git - builder.git/shortlog
builder.git
2025-01-26 Mikko RasaAdd null pointer check in CustomizedTool::create_target master
2024-05-05 Mikko RasaInclude the main package when showing help for all...
2024-05-04 Mikko RasaAdd a binary package for Vulkan
2024-05-04 Mikko RasaSupport environment variables as hints for binary packa...
2024-05-04 Mikko RasaSet PATH in Visual Studio projects
2024-05-04 Mikko RasaRefactor file locating code in BinaryPackage into a...
2024-02-07 Mikko RasaReinstate the use of sonames for shared libraries
2024-01-05 Mikko RasaMake import libraries transitively depend on the shared...
2024-01-05 Mikko RasaProcess transitive dependencies for buildable dependenc...
2023-12-23 Mikko RasaUpdate C++ version in the bootstrap script
2023-10-05 Mikko RasaShow configuration of all packages with --help --conf-all
2023-09-21 Mikko RasaPass the package path to the stage1 binary
2023-09-21 Mikko RasaReport problems during bootstrap build
2023-09-16 Mikko RasaChange how library modes are retrieved for binaries...
2023-09-15 Mikko RasaSupport manually written export definition files on...
2023-09-15 Mikko RasaAdd helper functions to process sources in a uniform way
2023-09-09 Mikko RasaAlways accept an exact match for a source package direc...
2023-09-05 Mikko RasaDisable warning C4250 on MSVC
2023-09-04 Mikko RasaAllow spaces after # when reading includes from C sourc...
2023-09-03 Mikko RasaEnable correct __cplusplus macro on MSVC
2023-09-03 Mikko RasaUse architecture-dependent filename pattern when lookin...
2023-09-03 Mikko RasaFix processing of PATH on Windows
2023-08-10 Mikko RasaDisable -Wdanging-reference on warning levels 2 and 3
2023-05-06 Mikko RasaDon't try to look for Build files in non-directories
2023-05-05 Mikko RasaOnly displace dependencies from the same component
2023-05-04 Mikko RasaInclude package path in Visual Studio projects
2023-05-04 Mikko RasaAvoid duplicate entries in package paths
2023-05-04 Mikko RasaRefactor gathering of package dependencies
2023-04-24 Mikko RasaWhile looking for source packages, ignore Build files...
2023-04-24 Mikko RasaAdd a command line option to specify package search...
2023-04-24 Mikko RasaAdd an option to disable installing headers of a binary...
2023-03-12 Mikko RasaRefactor transitive dependencies to work on all targets
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
next