From a55bdd92642990dc2559eb8544bd8c6d8dada7bb Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 16 Apr 2021 17:46:53 +0200 Subject: EASTL update script Signed-off-by: Toni Uhlig --- README.md | 4 ++++ update_EASTL.sh | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100755 update_EASTL.sh diff --git a/README.md b/README.md index b7d4644..020024c 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,7 @@ make deps - [Zeranoe](https://github.com/Zeranoe/mingw-w64-build) for the Mingw64 build script - [sidhye](https://github.com/sidhye/dxx) for some copy paste ready CRT code ;) + +and last but not least: + +- [EA](https://github.com/electronicarts/EASTL), bad company, good STL diff --git a/update_EASTL.sh b/update_EASTL.sh new file mode 100755 index 0000000..010ffc8 --- /dev/null +++ b/update_EASTL.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env sh + +MYDIR="$(dirname ${0})" +cd "${MYDIR}" + +git subtree pull --squash --prefix=EASTL 'https://github.com/electronicarts/EASTL' master +git subtree pull --squash --prefix=EASTL/test/packages/EABase 'https://github.com/electronicarts/EABase' master -- cgit v1.2.3