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/Tests
Mike Balfour ab3aa904f0
Fixed misc slice conversion bugs
* Fixed crash caused by nesting the same slice twice
If the same slice is nested at multiple levels in the same slice hierarchy, the second conversion would reregister the prefab and crash.  Now that case is detected and the slice isn't reconverted.

* Fixed json array patches where multiple elements are removed.
The patches now generate removals from back to front, instead of front to back, so that the indices remain valid as each patch is applied.
5 years ago
..
AZStd SPEC-2513 Fixes to enable w4459 (#1107) 5 years ago
AZTestShared update transform serialization to handle migration to uniform scale 5 years ago
Asset Fix AssetContainer behavior with immediate load errors 5 years ago
Console Added support to the AZ Console to be notified when the Settings Registry modifies a particular path (#691) 5 years ago
Debug Renamed several non-inclusive terms (#236) 5 years ago
EBus
IO/Path Integrating github/staging through commit 5f214be 5 years ago
Math SPEC-2513 Fixes to enable w4459 (#1107) 5 years ago
Memory
Name
Platform Integrating github/staging through commit ab87ed9 5 years ago
RTTI
Serialization/Json Fixed misc slice conversion bugs 5 years ago
Settings Added support to the AZ Console to be notified when the Settings Registry modifies a particular path (#691) 5 years ago
Streamer
AssetJsonSerializerTests.cpp Merge pull request #671 from aws-lumberyard-dev/Prefabs/AssetPreload 5 years ago
AssetManager.cpp Integrating github/staging through commit ab87ed9 5 years ago
AssetSerializerTests.cpp
AzEnumTest.cpp
BehaviorContext.cpp
BehaviorContextFixture.h Fix several build failures 5 years ago
Components.cpp Integrating github/staging through commit 5f214be 5 years ago
DLL.cpp
DLLMainTest.cpp
Debug.cpp
Driller.cpp
EBus.cpp
EntityIdTests.cpp Add newlines to the end of all files 5 years ago
EntityTests.cpp
EnumTests.cpp
EventTests.cpp
FileIOBaseTestTypes.h
FixedWidthIntegers.cpp Integrating github/staging through commit ab87ed9 5 years ago
GenericStreamMock.h
GenericStreamTests.cpp
Geometry2DUtils.cpp
IPC.cpp
Interface.cpp Add newlines to the end of all files 5 years ago
IntersectPoint.cpp
JSON.cpp
Jobs.cpp SPEC-2513 Fixes to enable w4701 (#1105) 5 years ago
Main.cpp
Memory.cpp
Module.cpp
ModuleTestBus.h Add newlines to the end of all files 5 years ago
OrderedEventBenchmarks.cpp
OrderedEventTests.cpp
Outcome.cpp
Patching.cpp
RemappableId.cpp
Rtti.cpp
Script.cpp
ScriptMath.cpp fix azcore tests 5 years ago
ScriptProperty.cpp Add newlines to the end of all files 5 years ago
Serialization.cpp Fix several build failures 5 years ago
SerializeContextFixture.h
SettingsRegistryMergeUtilsTests.cpp Renamed osx_gl to mac and es3 to android for cache folders (#949) 5 years ago
SettingsRegistryTests.cpp Added support to the AZ Console to be notified when the Settings Registry modifies a particular path (#691) 5 years ago
Slice.cpp
State.cpp
StatisticalProfiler.cpp
Statistics.cpp
StreamerTests.cpp
StringFunc.cpp
SystemFile.cpp
TestCatalog.cpp
TestCatalog.h
TickBusTest.cpp
TimeDataStatistics.cpp
UUIDTests.cpp
XML.cpp
azcoretestdll_files.cmake
azcoretests_files.cmake Improved reporting on unsupported types by the Json Serialization 5 years ago
aztestshared_files.cmake