-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule EAAssert
updated
14 files
+2 −0 | .gitignore | |
+9 −4 | .travis.yml | |
+6 −0 | CMakeLists.txt | |
+53 −1 | CONTRIBUTING.md | |
+0 −103 | EA_DEV_SOFTWARE_LICENSE.TXT | |
+22 −1 | README.md | |
+1 −1 | include/EAAssert/version.h | |
+5 −0 | test/TestEAAssert.cpp | |
+1 −1 | test/packages/EABase | |
+1 −1 | test/packages/EAMain | |
+1 −1 | test/packages/EASTL | |
+1 −1 | test/packages/EAStdC | |
+1 −1 | test/packages/EATest | |
+1 −1 | test/packages/EAThread |
Submodule EABase
updated
8 files
+54 −1 | CONTRIBUTING.md | |
+23 −1 | README.md | |
+1 −1 | test/packages/EAAssert | |
+1 −1 | test/packages/EAMain | |
+1 −1 | test/packages/EASTL | |
+1 −1 | test/packages/EAStdC | |
+1 −1 | test/packages/EATest | |
+1 −1 | test/packages/EAThread |
Submodule EAMain
updated
10 files
+10 −5 | .travis.yml | |
+6 −0 | CMakeLists.txt | |
+53 −1 | CONTRIBUTING.md | |
+23 −1 | README.md | |
+1 −1 | test/packages/EAAssert | |
+1 −1 | test/packages/EABase | |
+1 −1 | test/packages/EASTL | |
+1 −1 | test/packages/EAStdC | |
+1 −1 | test/packages/EATest | |
+1 −1 | test/packages/EAThread |
Submodule EATest
updated
11 files
+6 −4 | .travis.yml | |
+6 −0 | CMakeLists.txt | |
+54 −1 | CONTRIBUTING.md | |
+18 −1 | README.md | |
+9 −0 | test/CMakeLists.txt | |
+1 −1 | test/packages/EAAssert | |
+1 −1 | test/packages/EABase | |
+1 −1 | test/packages/EAMain | |
+1 −1 | test/packages/EASTL | |
+1 −1 | test/packages/EAStdC | |
+1 −1 | test/packages/EAThread |
Submodule EAThread
updated
11 files
+7 −5 | .travis.yml | |
+6 −0 | CMakeLists.txt | |
+54 −1 | CONTRIBUTING.md | |
+22 −0 | README.md | |
+9 −0 | test/CMakeLists.txt | |
+1 −1 | test/packages/EAAssert | |
+1 −1 | test/packages/EABase | |
+1 −1 | test/packages/EAMain | |
+1 −1 | test/packages/EASTL | |
+1 −1 | test/packages/EAStdC | |
+1 −1 | test/packages/EATest |