Nicholas Lawson 22fa315b41 Update googletest and googlemock to latest release (#18677) 1 周之前
..
ActionManager 77787a34a7 Fixes many issues discovered by the Address Sanitizer (#18655) 3 周之前
Entity 384b580a21 Update usages of AZ_CRC macro with 1 parameter 7 月之前
EntityOwnershipService 77787a34a7 Fixes many issues discovered by the Address Sanitizer (#18655) 3 周之前
FocusMode 4ea6d8710b Stabilization/2310 @ 9f9829b26a47c2f255959b8e7edac24ac081c651 -> Development (#16844) 1 年之前
Input 22fa315b41 Update googletest and googlemock to latest release (#18677) 1 周之前
Metadata 564edfd6e7 Update more APIs to return error as a string 2 年之前
Prefab 22fa315b41 Update googletest and googlemock to latest release (#18677) 1 周之前
Script 0c8a6302d1 Reduce ComponentApplication startup time during tests (#15161) 1 年之前
ToolsComponents b0ee007376 Remove layer-related tests 11 月之前
UI 6df681c1e6 Fixes issue #18620 - Icons not being correct And related other issues. (#18625) 1 月之前
Viewport 22fa315b41 Update googletest and googlemock to latest release (#18677) 1 周之前
Visibility 0c60840ae4 Added missed const in az tools framework tests 1 年之前
ArchiveTests.cpp 6b92034322 Fixes memory corruption issues in ArchiveAPI (#18487) 2 月之前
AssetFileInfoListComparison.cpp fde694e46f initialize AZ::SerializeContext to nullptr (#18546) 2 月之前
AssetSeedManager.cpp fde694e46f initialize AZ::SerializeContext to nullptr (#18546) 2 月之前
AssetSystemMocks.h 6ec291b2f4 The scene settings tool now always forces the scene file to re-process on save, even if the file didn't change. (#14012) 2 年之前
AssetUtils.cpp e7d28edac1 Android cmake tools and Project Settings Tool handle android settings from PAL version of project json file (#10445) 2 年之前
AzToolsFrameworkTestHelpersTest.cpp 22fa315b41 Update googletest and googlemock to latest release (#18677) 1 周之前
BoundsTestComponent.cpp cd42eec043 Adding const to render geometry intersection bus functions 1 年之前
BoundsTestComponent.h cd42eec043 Adding const to render geometry intersection bus functions 1 年之前
ComponentAdapterTests.cpp e79f36a46c Add component type name based aliases for components in prefabs (#15256) 1 年之前
ComponentAddRemove.cpp 77787a34a7 Fixes many issues discovered by the Address Sanitizer (#18655) 3 周之前
ComponentModeSwitcherTests.cpp 9910a1e1c6 Fix Component Mode Switcher duplicate icon (#13391) 2 年之前
ComponentModeTestDoubles.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 2 年之前
ComponentModeTestDoubles.h a8a3fa7253 Typeinfo simplification (#14824) 2 年之前
ComponentModeTestFixture.cpp 212d3c4d32 Child allocator tagging for component system (#16968) 1 年之前
ComponentModeTestFixture.h 212d3c4d32 Child allocator tagging for component system (#16968) 1 年之前
ComponentModeTests.cpp 8b652c8f94 Add AZ_CLASS_ALLOCATOR macros to subclasses as appropriate 2 年之前
CustomSerializeContextTestFixture.cpp e79f36a46c Add component type name based aliases for components in prefabs (#15256) 1 年之前
CustomSerializeContextTestFixture.h e79f36a46c Add component type name based aliases for components in prefabs (#15256) 1 年之前
EditorTransformComponentSelectionTests.cpp 22fa315b41 Update googletest and googlemock to latest release (#18677) 1 周之前
EditorVertexSelectionTests.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 2 年之前
EditorViewportHelperTests.cpp abaa4c1788 Parameterize ToolsApplicationFixture to allow it to not check for leaks on destruction 2 年之前
EditorViewportIconTests.cpp 40cdf65119 Fixes Slow Icon Rendering, Issue #18567 (#18601) 1 月之前
EntityIdQLabelTests.cpp 46ddf8c893 Removed legacy unused icon manager and related classes 1 年之前
EntityInspectorTests.cpp 6df681c1e6 Fixes issue #18620 - Icons not being correct And related other issues. (#18625) 1 月之前
EntityTestbed.h ab14ece990 Remove unit tests relying on the SliceEntityOwnershipService class 10 月之前
FileFunc.cpp 05c122feab Rename AllocatorsTestFixture to LeakDetectionFixture 2 年之前
FingerprintingTests.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 2 年之前
GenericComponentWrapperTest.cpp 384b580a21 Update usages of AZ_CRC macro with 1 parameter 7 月之前
InstanceDataHierarchy.cpp 22fa315b41 Update googletest and googlemock to latest release (#18677) 1 周之前
IntegerPrimtitiveTestConfig.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 年之前
LogLines.cpp e64b9d3536 ATOM-16320 Remove PVRTC and ETC compressor (#4557) 3 年之前
Main.cpp c31f3362af Remove AllocatorInstance::Create/Destroy calls 2 年之前
ManipulatorBoundsTests.cpp 6cc9a33845 Add a new implementation for cone/ray intersect to simplify code and fix issue with current implementation (#3902) 3 年之前
ManipulatorCoreTests.cpp 37454b0f61 Fixes crash bugs and improves performance when editing entity properties (#17926) (#17938) 9 月之前
ManipulatorViewTests.cpp 0c8a6302d1 Reduce ComponentApplication startup time during tests (#15161) 1 年之前
PerforceComponentTests.cpp c31f3362af Remove AllocatorInstance::Create/Destroy calls 2 年之前
PlatformAddressedAssetCatalogTests.cpp 0c8a6302d1 Reduce ComponentApplication startup time during tests (#15161) 1 年之前
PropertyIntCtrlCommonTests.cpp 22fa315b41 Update googletest and googlemock to latest release (#18677) 1 周之前
PropertyIntCtrlCommonTests.h abaa4c1788 Parameterize ToolsApplicationFixture to allow it to not check for leaks on destruction 2 年之前
PropertyIntSliderCtrlTests.cpp 22fa315b41 Update googletest and googlemock to latest release (#18677) 1 周之前
PropertyIntSpinCtrlTests.cpp 22fa315b41 Update googletest and googlemock to latest release (#18677) 1 周之前
PropertyTreeEditorTests.cpp 0c8a6302d1 Reduce ComponentApplication startup time during tests (#15161) 1 年之前
PythonBindingTests.cpp abaa4c1788 Parameterize ToolsApplicationFixture to allow it to not check for leaks on destruction 2 年之前
PythonLoaderTests.cpp 3cfa49d37c Merge pull request #17653 from aws-lumberyard-dev/daimini/PythonTestBuildErrorFix 10 月之前
QtWidgetLimitsTests.cpp 22fa315b41 Update googletest and googlemock to latest release (#18677) 1 周之前
SQLiteConnectionTests.cpp 05c122feab Rename AllocatorsTestFixture to LeakDetectionFixture 2 年之前
SliceUpgradeTests.cpp e79f36a46c Add component type name based aliases for components in prefabs (#15256) 1 年之前
SliceUpgradeTestsData.h 384b580a21 Update usages of AZ_CRC macro with 1 parameter 7 月之前
SpinBoxTests.cpp abaa4c1788 Parameterize ToolsApplicationFixture to allow it to not check for leaks on destruction 2 年之前
ThumbnailerTests.cpp 0c8a6302d1 Reduce ComponentApplication startup time during tests (#15161) 1 年之前
TransformComponent.cpp 0c8a6302d1 Reduce ComponentApplication startup time during tests (#15161) 1 年之前
UndoStack.cpp 8b652c8f94 Add AZ_CLASS_ALLOCATOR macros to subclasses as appropriate 2 年之前
aztoolsframeworktests_files.cmake b5e81ee621 Fixes a crash and improves detach Prefab (#17664) 10 月之前