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

Remove the superbuild and the external projects. #5021

Merged
merged 26 commits into from
Jul 17, 2024
Merged

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    3370bdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    502a9a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32c07a8 View commit details
    Browse the repository at this point in the history
  4. Remove appending dependency libraries for Curl.

    With vcpkg this step is unnecessary.
    teo-tsirpanis committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    aebb10b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a58321c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecc1369 View commit details
    Browse the repository at this point in the history
  7. Remove an unused file.

    teo-tsirpanis committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c58aea8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62c46d3 View commit details
    Browse the repository at this point in the history
  9. Stop configuring twice in bootstrap_tiledb.sh.

    There is little value in doing this, and the configuring with tests disabled is tested in the release worklow.
    teo-tsirpanis committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2ae48ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    75a52f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7167c3f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b7bbd5 View commit details
    Browse the repository at this point in the history
  13. Fix casing of packages.

    teo-tsirpanis committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c2e9613 View commit details
    Browse the repository at this point in the history
  14. Remove unused code.

    teo-tsirpanis committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4237387 View commit details
    Browse the repository at this point in the history
  15. Add lz4 find module.

    It handles variations in the target name, and the possibility that no CMake package is available (like in Conda, which should make that Conda patch unnecessary).
    teo-tsirpanis committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    55d35f5 View commit details
    Browse the repository at this point in the history
  16. Add zstd find module.

    It uses the unified `zstd::libzstd` target if available, otherwise a generator expression that chooses between the shared or the static library (in vcpkg only one of them will be available).
    teo-tsirpanis committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    214f568 View commit details
    Browse the repository at this point in the history
  17. Fix tiledb_timing_unit.

    teo-tsirpanis committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bd5c8e6 View commit details
    Browse the repository at this point in the history
  18. Append libfaketime to LD_PRELOAD, instead of replacing it.

    Should fix failures under ASAN.
    teo-tsirpanis committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7e88568 View commit details
    Browse the repository at this point in the history
  19. Define install-tiledb as a custom target that invokes `cmake --buil…

    …d . --target install`.
    
    The previous method did not actually work, but this has a downside of potentially limiting parallelizability.
    teo-tsirpanis committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dcd0382 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    47e2adc View commit details
    Browse the repository at this point in the history
  21. Fix install-tiledb.

    teo-tsirpanis committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    24538cc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8848cb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    70899b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f660dc View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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