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

Bump the vcpkg builtin-baseline and remove most custom ports. #4553

Merged
merged 19 commits into from
Jan 25, 2024

Commits on Dec 5, 2023

  1. Remove some easy to remove custom vcpkg ports.

    They were introduced in TileDB-Inc#3950 (which says it just copied them from upstream vcpkg) and have not been modified since.
    teo-tsirpanis committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d53447b View commit details
    Browse the repository at this point in the history
  2. Remove the custom port for catch2.

    It is a copy of the upstream one.
    teo-tsirpanis committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    79b6818 View commit details
    Browse the repository at this point in the history
  3. Remove the custom port for spdlog.

    It has only one change which is no longer needed.
    teo-tsirpanis committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    681c609 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afb9445 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d714aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7c08aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44c8846 View commit details
    Browse the repository at this point in the history
  8. Fix unclosed test tags.

    Catch now fails when encountering them.
    teo-tsirpanis committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5580078 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    9b172a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3370aee View commit details
    Browse the repository at this point in the history
  3. Add compression features in the libmagic port.

    On Linux it found somewhere a liblzma header and so enabled support for it, but could not link to liblzma.
    Now if the specific compression feature is not enabled, support will be explicitly disabled when configuring.
    Because we don't use the `MAGIC_COMPRESS` flag anywhere, we don't have to enable these features.
    teo-tsirpanis committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1c10bb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2aa2f12 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

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

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    05f6d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2053326 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d074fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    584d2a7 View commit details
    Browse the repository at this point in the history
  5. Add missing header.

    teo-tsirpanis committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    1fecb64 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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