-
Notifications
You must be signed in to change notification settings - Fork 106
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
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule EAAssert
updated
15 files
+2 −0 | .gitignore | |
+71 −0 | .travis.yml | |
+6 −0 | CMakeLists.txt | |
+53 −1 | CONTRIBUTING.md | |
+0 −103 | EA_DEV_SOFTWARE_LICENSE.TXT | |
+25 −0 | README.md | |
+1 −1 | include/EAAssert/version.h | |
+1 −1 | test/CMakeLists.txt | |
+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 EAMain
updated
11 files
+71 −0 | .travis.yml | |
+6 −0 | CMakeLists.txt | |
+53 −1 | CONTRIBUTING.md | |
+26 −0 | README.md | |
+1 −1 | test/CMakeLists.txt | |
+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 EAStdC
updated
12 files
+68 −0 | .travis.yml | |
+6 −0 | CMakeLists.txt | |
+54 −1 | CONTRIBUTING.md | |
+26 −0 | README.md | |
+10 −1 | 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/EATest | |
+1 −1 | test/packages/EAThread | |
+4 −1 | test/source/TestBitTricks.cpp |
Submodule EATest
updated
11 files
+68 −0 | .travis.yml | |
+6 −0 | CMakeLists.txt | |
+54 −1 | CONTRIBUTING.md | |
+21 −0 | README.md | |
+10 −1 | 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
12 files
+68 −0 | .travis.yml | |
+6 −0 | CMakeLists.txt | |
+54 −1 | CONTRIBUTING.md | |
+26 −0 | README.md | |
+0 −170 | source/eathread_atomic.cpp | |
+10 −1 | 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 |