You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework/AzCore/AzCore
amzn-sj 112e310419
[Serialization] Add support for updating the values of existing keys in associative containers (#6832)
* Add support for updating the values of existing keys in associative containers

Signed-off-by: amzn-sj <srikkant@amazon.com>

* Map/Unordered Map serialization updates values corresponding to existing keys by default. Multimaps always add a new entry for existing keys.

Signed-off-by: amzn-sj <srikkant@amazon.com>

* Fix unused parameter warning

Signed-off-by: amzn-sj <srikkant@amazon.com>

* Update comparison function for test case

Signed-off-by: amzn-sj <srikkant@amazon.com>
4 years ago
..
Asset Fixed missing assets when entering Play-In-Editor. 4 years ago
Casting Improves numeric_cast compilation (#3995) 4 years ago
Component Merge pull request #6390 from aws-lumberyard-dev/memory/overrideshim_removal 4 years ago
Compression Removal of OverrideShim, AP seems to be crashing 4 years ago
Console Removing hand-written /n from all AZLOG_ now that we properly add \n automatically 4 years ago
DOM Merge pull request #6390 from aws-lumberyard-dev/memory/overrideshim_removal 4 years ago
Debug [development] updated Profiler interface to allow the forwarding of format string arguments (#7173) 4 years ago
EBus GCC Support for Linux 4 years ago
IO Merge pull request #6390 from aws-lumberyard-dev/memory/overrideshim_removal 4 years ago
IPC Clang/Clazy pass over AzCore (#5045) 4 years ago
Interface Disambiguate null interface case 4 years ago
JSON Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Jobs Removes LegacyJobExecutor from AzCore 4 years ago
Math Clang 13: Fix build errors ... 4 years ago
Memory makes bucket variables atomic (#7179) 4 years ago
Module Clang/Clazy pass over AzCore (#5045) 4 years ago
Name Clang 13: Fix build errors ... 4 years ago
NativeUI Modernization + AZStd::function compare fix. (#3680) 4 years ago
Outcome Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PlatformId Add linux equivalents for all the places that enumerate platforms (#3325) 4 years ago
Preprocessor Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
RTTI GCC Support for Linux 4 years ago
Script Merge branch 'development' into memory/overrideshim_removal 4 years ago
ScriptCanvas Clang/Clazy pass over AzCore (#5045) 4 years ago
Serialization [Serialization] Add support for updating the values of existing keys in associative containers (#6832) 4 years ago
Settings Rename sr_regset-file CVar to sr_regset_file (#6067) 4 years ago
Slice Removes AssetMemoryAnalyzer that relies on the MemoryDrillerBus 4 years ago
Socket Clang/Clazy pass over AzCore (#5045) 4 years ago
State Modernization + AZStd::function compare fix. (#3680) 4 years ago
Statistics Removes TimeDataStatisticsManager from AzCore 4 years ago
StringFunc Clang/Clazy pass over AzCore (#5045) 4 years ago
Task PR comment 4 years ago
Threading Updated with PR feedback. Created a common function to calculate the number of worker threads. 4 years ago
Time adding TimeSystem unit tests (#6446) 4 years ago
UnitTest GCC Support for Linux 4 years ago
UserSettings fixing AzCore for linux/windows virtual warn 4 years ago
Utils initial scriptcanvas source handle 4 years ago
XML Updated the GameApplication to mount the engine.pak (#4128) 4 years ago
std [development] fixed ambiguous 'byte' type MSVC build error (#7184) 4 years ago
AzCoreModule.cpp Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
AzCoreModule.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Docs.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Platform.cpp Clang/Clazy pass over AzCore (#5045) 4 years ago
Platform.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PlatformDef.h Adding partial implementation of C++20 concepts and range functions for AZStd::span (#7102) 4 years ago
PlatformIncl.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PlatformRestrictedFileDef.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
azcore_files.cmake Merge pull request #5532 from aws-lumberyard-dev/optimization/unused_files 4 years ago
azcoretestcommon_files.cmake Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
base.h GCC Support for Linux 4 years ago
variadic.h GCC Support for Linux 4 years ago