-
Notifications
You must be signed in to change notification settings - Fork 939
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure the alignment of a node<value_type> is the alignment of the whole node allocation, not just the user type Removing old compiler special case code for EA_CPP14_CONSTEXPR Adding eastl::string hash tests and removing an addition overload in the helper template that contrains usage to enum types. Fixing user reported regression when attempting to use fancy pointers in a tuple Resolving uint128_t hashing compiler errors from properly limiting the generic template for enums eastl::pair adding C++17 structured bindings unpacking support eastl::atomic<T> implementation - See EASTL/atomic.h for documentation eastl::function - Optimized function call operator Consolidate Warnings by using EA_DISABLE_WARNING macros Reverting the UDL warning suppression because of push/pop mismatch issues with the EABase warning suppression macros eastl::variant - Fixed variant warnings due to not sfinae overloads that are not the same type but still comparable - improved code gen on msvc -added tests Removed unndeded allocator_traits headers Added comments on reverse_wrapper Removed sparse_matrix.h as it was removed internally quite a while ago Updated files that had slight differences to internal eastl Update travis CI to use g++-9 && clang++-11 Updated README and CONTRIBUTING to allow contributors to submit their info under the contributors section
- Loading branch information
1 parent
7cb9920
commit 4235277
Showing
194 changed files
with
28,453 additions
and
2,725 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,13 @@ | |
Before you can contribute, EA must have a Contributor License Agreement (CLA) on file that has been signed by each contributor. | ||
You can sign here: [Go to CLA](https://electronicarts.na1.echosign.com/public/esignWidget?wid=CBFCIBAA3AAABLblqZhByHRvZqmltGtliuExmuV-WNzlaJGPhbSRg2ufuPsM3P0QmILZjLpkGslg24-UJtek*) | ||
|
||
If you want to be recognized for your contributions to EASTL or have a project using EASTL be recognized; you can submit a pull request to the appropriate sections in [README.md](README.md). | ||
Some examples of what the format and information will look like is as follows. | ||
* John Smith - [email protected] | ||
* John Smith | ||
* Frostbite - Electronic Arts | ||
* My Project - [link to said project] | ||
|
||
### Pull Request Policy | ||
|
||
All code contributions to EASTL are submitted as [Github pull requests](https://help.github.com/articles/using-pull-requests/). All pull requests will be reviewed by an EASTL maintainer according to the guidelines found in the next section. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.