Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: file cache: max size #945

Open
wants to merge 45 commits into
base: main
Choose a base branch
from

Commits on Mar 7, 2023

  1. Initial file api

    autoantwort committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    aeaec40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f9f19e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    6e5b3ce View commit details
    Browse the repository at this point in the history
  2. fix windows

    autoantwort committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    3866b40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    323e18f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Messages

    autoantwort committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    e844636 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    09fe44c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ed4e0b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    0735b64 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Merge branch 'main' into feature/file-cache-max-size

    # Conflicts:
    #	include/vcpkg/base/messages.h
    #	src/vcpkg/base/messages.cpp
    autoantwort committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    eb3d17b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Merge branch 'main' into feature/file-cache-max-size

    # Conflicts:
    #	src/vcpkg/binarycaching.cpp
    autoantwort committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    54244c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29aef20 View commit details
    Browse the repository at this point in the history
  3. Adapt tests

    autoantwort committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    93f71b1 View commit details
    Browse the repository at this point in the history
  4. Minor fixes

    autoantwort committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    27bb1a8 View commit details
    Browse the repository at this point in the history
  5. Message map

    autoantwort committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    c382c7e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    8f56c38 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Merge branch 'main' into feature/file-cache-max-size

    # Conflicts:
    #	src/vcpkg-test/metrics.cpp
    #	src/vcpkg/binarycaching.cpp
    autoantwort committed May 17, 2023
    Configuration menu
    Copy the full SHA
    340cc97 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    3f63ec3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    9503522 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Remove oldest file first.

    autoantwort committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    86f36ca View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Ensure dirs are there.

    autoantwort committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    3526306 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/file-cache-max-size

    # Conflicts:
    #	include/vcpkg/base/files.h
    #	src/vcpkg-test/files.cpp
    #	src/vcpkg/base/files.cpp
    #	src/vcpkg/binarycaching.cpp
    autoantwort committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    38a924e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    f81081c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b4c64c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f633a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d673966 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Sync between instances

    autoantwort committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    72cdea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3b3926 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28cd065 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Apply suggestions from code review

    Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
    autoantwort and Thomas1664 authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ef6b745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e3a103 View commit details
    Browse the repository at this point in the history
  3. Fix broken code

    autoantwort committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    933dd0a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    5ab77d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    2486341 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge branch 'main' into feature/file-cache-max-size

    # Conflicts:
    #	include/vcpkg/base/message-data.inc.h
    autoantwort committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ebd9d52 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    3bd444a View commit details
    Browse the repository at this point in the history
  2. Skip not complete lines

    autoantwort committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    973cc2c View commit details
    Browse the repository at this point in the history
  3. No std::invoke

    autoantwort committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    21b752a View commit details
    Browse the repository at this point in the history
  4. Move logic in own class

    autoantwort committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    0078606 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Merge branch 'main' into feature/file-cache-max-size

    # Conflicts:
    #	src/vcpkg/binarycaching.cpp
    autoantwort committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    e75649b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Merge branch 'main' into feature/file-cache-max-size

    # Conflicts:
    #	locales/messages.json
    autoantwort committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    9250ebf View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    796bdb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge branch 'main' into feature/file-cache-max-size

    # Conflicts:
    #	include/vcpkg/base/message-data.inc.h
    #	locales/messages.json
    autoantwort committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    afb8811 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    cbc3571 View commit details
    Browse the repository at this point in the history
  2. Fix message database

    autoantwort committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8797630 View commit details
    Browse the repository at this point in the history