aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/VERSIONS.md
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/VERSIONS.md')
-rw-r--r--thirdparty/VERSIONS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/thirdparty/VERSIONS.md b/thirdparty/VERSIONS.md
index 38a1415d3..7d4ebf0db 100644
--- a/thirdparty/VERSIONS.md
+++ b/thirdparty/VERSIONS.md
@@ -18,10 +18,13 @@ dependency.
* cxxopts - v3.2.1 from https://github.com/jarro2783/cxxopts/archive/refs/tags/v3.2.1.tar.gz
* doctest - v2.4.12 from https://github.com/doctest/doctest/releases/download/v2.4.12/doctest.h
* fmt - v12.0.0 from https://github.com/fmtlib/fmt/archive/refs/tags/12.0.0.tar.gz
+* minio - RELEASE.2025-09-07T16-13-09Z from https://dl.min.io/server/minio/release/ (test-only, prebuilt binaries for win-x64, osx-arm64, osx-x64, linux-x64)
* robin-map - v1.4.0 from https://github.com/Tessil/robin-map/archive/refs/tags/v1.4.0.tar.gz
+* rpmalloc - 1.5.0-dev (develop branch commit 262c698d7019, 2026-04-10) from https://github.com/mjansson/rpmalloc (`global_page_free_overflow` and `global_page_free_retain` manually tweaked)
* ryml - v0.5.0 from https://github.com/biojppm/rapidyaml (note that there are submodules here which have also been fetched, after stripping all `.git` metadata, for future updates it's probably easier to just grab the .zip/.tar.gz since it includes all submodules)
* sol2 - v3.5.0 from https://github.com/ThePhD/sol2/archive/refs/tags/v3.5.0.tar.gz (single/single.py generates the headers)
* spdlog - v1.16.0 from https://github.com/gabime/spdlog/releases/tag/v1.16.0.zip
+* tourist - vendored from //depot/martin.ridgers/tourist/lib (global operator new/delete removed from malloc.cpp to avoid ODR conflict with zen allocators)
The above code should all be without modifications at the time of writing. It's not recommended
that you make changes in the third party code unless there are good reasons.