Releases: mapx/EASTL
Releases · mapx/EASTL
v3.13.05-r1
Bazel build support
v3.13.04-r1
Bazel build support
v3.13.03-r1
Bazel build support
v3.13.02-r1
Bazel build support
v3.13.00-r1
Bazel build support
v3.12.08-r1
Bazel build support
v3.12.07-r1
Bazel build support
Bazel build integrated 3.12.04 release
This release integrates Bazel build to the official release 3.12.04.
http_archive(
name = "com_ea_eastl",
sha256 = "0ba4295aa8d236a85560c65c1273eab99cfbf4a28d506c1ca4cd906d51f5b3cd",
strip_prefix = "EASTL-3.12.04-r2",
urls = [
"https://github.com/mapx/EASTL/archive/v3.12.04-r2.tar.gz",
],
)
See also https://github.com/electronicarts/EASTL/releases/tag/3.12.04
Bazel build integrated 3.12.01 release
This release integrates Bazel build to the official release 3.12.01.
http_archive(
name = "com_ea_eastl",
sha256 = "a58fe9e6ba79c226a7e1f8aea1d564e447050bc593886739552280aad6d6d977",
strip_prefix = "EASTL-3.12.01-r1",
urls = [
"https://github.com/mapx/EASTL/archive/v3.12.01-r1.tar.gz",
],
)
See also https://github.com/electronicarts/EASTL/releases/tag/3.12.01
Bazel build integrated 3.10.00 release
This release integrates Bazel build to the official release 3.10.00.
http_archive(
name = "com_ea_eastl",
sha256 = "5376f30bd89c383a870a8a873719d2bfbbe1a7ccab3546a31f9c8116cbe19aac",
strip_prefix = "EASTL-3.10.00-r1",
urls = [
"https://github.com/mapx/EASTL/archive/v3.10.00-r1.tar.gz",
],
)