aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rwxr-xr-xupdate_EASTL.sh7
2 files changed, 11 insertions, 0 deletions
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