summaryrefslogtreecommitdiff
path: root/src/other_tools
AgeCommit message (Expand)Author
2024-11-14other_tools/utils: Implement IWYU suggestionsMaksim Denisov
2024-11-14other_tools/repo_map,root_maps: Implement IWYU suggestionsPaul Cristian Sarbu
2024-11-14other_tools/ops_maps: Implement IWYU suggestionsPaul Cristian Sarbu
2024-11-14other_tools/just_mr: Implement IWYU suggestionsPaul Cristian Sarbu
2024-11-14other_tools/git_operations: Implement IWYU suggestionsPaul Cristian Sarbu
2024-10-29Clean up unused dependenciesKlaus Aehlig
2024-10-25Add dependencies explicitly that are included directlyKlaus Aehlig
2024-10-25Enable compatible mode for just-mr and SourceTree serve service...Paul Cristian Sarbu
2024-10-25serve service: Use digest when requesting serve to set up a treePaul Cristian Sarbu
2024-10-25serve service: Respond with digest for blob and tree checksPaul Cristian Sarbu
2024-10-25serve service: Respond also with digest in serve repository tree RPCsPaul Cristian Sarbu
2024-10-25just-mr and SourceTree: Use new Git execution api instancePaul Cristian Sarbu
2024-10-25just-mr: Instantiate both native and compatible storages...Paul Cristian Sarbu
2024-10-25just-mr: Use explicit naming in default instantiated storagePaul Cristian Sarbu
2024-10-25just-mr: Small fixesPaul Cristian Sarbu
2024-10-25distdir_git_map.cpp: fix is_tree valueAlberto Sartori
2024-10-25content_cas_map: Fix missing return after logging fatalPaul Cristian Sarbu
2024-10-10Remove from OSS intersecting public-private dependenciesMaksim Denisov
2024-10-08Name value template parameters using kCamelCase.Maksim Denisov
2024-10-08Name global constants using kCamelCase.Maksim Denisov
2024-10-08Name constexpr variables using kCamelCase.Maksim Denisov
2024-10-07Enable cppcoreguidelines-* checks.Maksim Denisov
2024-10-07Disable misc-no-recursion checkMaksim Denisov
2024-10-07Enable readability-* checks.Maksim Denisov
2024-10-07Enable readability-redundant-member-init check.Maksim Denisov
2024-10-07Enable modernize-* checks.Maksim Denisov
2024-10-07Enable bugprone-empty-catch check.Maksim Denisov
2024-10-07Enable bugprone-exception-escape checkMaksim Denisov
2024-10-07Replace manual new allocations for git_strarray with std::vectorsMaksim Denisov
2024-09-26Fix enum sizes proposed by clang-tidy.Maksim Denisov
2024-09-26Fix redundant std::optional conversionsMaksim Denisov
2024-09-26Fix assignments in conditionsMaksim Denisov
2024-09-24Repository setup: Warn about unknown keysKlaus Aehlig
2024-09-23Reorder dependencies and remove duplicates in OSSMaksim Denisov
2024-09-18Add missing #endif comments in headersMaksim Denisov
2024-09-13Avoid unnecessary copiesKlaus Aehlig
2024-09-13Remove std::move of const value and avoid non-movable intermediate variablesKlaus Aehlig
2024-09-13Remove Compatibility flag from just-mrMaksim Denisov
2024-09-13Rename Compatibility class to ProtocolTraitsMaksim Denisov
2024-09-12Prefer fseek ofer rewindKlaus Aehlig
2024-09-11Use ArtifactDigestFactory in just-mr mapsMaksim Denisov
2024-09-11Store HashInfo in just-mr's GitTreeInfo as tree_hashMaksim Denisov
2024-09-11Store HashInfo in just-mr's ArchiveContent as content hashMaksim Denisov
2024-09-11Move just-mr's parsing of git trees to ParseGitTreeMaksim Denisov
2024-09-11Move ParseArchiveContent function to the headerMaksim Denisov
2024-08-29just-mr maps: Properly check for missing values in map chainPaul Cristian Sarbu
2024-08-29just-mr maps: Add utility key-printing functionsPaul Cristian Sarbu
2024-08-29just-mr maps: Fix wrong or missing return conditionsPaul Cristian Sarbu
2024-08-27Reformat code to comply with clang-format 18Klaus Aehlig
2024-08-26GitRepo: Create commit from a directory explicitly...Paul Cristian Sarbu