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
lumberyard-employee-dm 5fc4551ac0
[LYN-8041] Enable relocation of the Project Game Release Layout (#5380)
* Enable relocation of the Project Game Release Layout

Relocating the Project Game Release Layout to another directory on the file system failed due to the querying of the engine root failing due to the ComponentApplication::m_engineRoot not using the project path stored in the SettingsRegisry if the engine root cannot be detected

Removed the ApplicationRequestBus GetEngineRoot function.
The ComponentApplicationRequestBus has a function of the same name that returns the same path.

Removed the deprecated GetAppRoot function.
The path it returns has no defined value. It was not the engine root or the project root.
Removed unused CFileUtil and CFileUtil_impl functions that were invoking the ApplicationREquestBus GetEngineRoot function.
On the way to update the functions it was discovered that they aren't called

Added a CalculateBranchToken overload that can populate a fixed_string to avoid heap allocations

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Protect against an empty list of artifacts to remove when generating the
engine.pak

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
4 years ago
..
AZStd Changes GTEST_OS_SUPPORTS_DEATH_TEST to the right define which is GTEST_HAS_DEATH_TEST 4 years ago
AZTestShared
Asset Remove old "Integ" functionality from tests (#4688) 4 years ago
Console Fixes debug console autocomplete issues (#4223) 4 years ago
Debug Remove old "Integ" functionality from tests (#4688) 4 years ago
EBus
IO Update the FileIO Aliases (#4186) 4 years ago
Math Merge branch 'development' into cmake/warn_virtual 5 years ago
Memory Changes GTEST_OS_SUPPORTS_DEATH_TEST to the right define which is GTEST_HAS_DEATH_TEST 4 years ago
Name Implemented C++23 deleted nullptr_t constructor/assignment for AZStd string classes (#4158) 4 years ago
Platform Remove old "Integ" functionality from tests (#4688) 4 years ago
RTTI
Serialization/Json Support for importing Json files (#4609) 4 years ago
Settings Added anchor key parameter to the SettingsRegistry MergeSettings (#4650) 4 years ago
Streamer Modernization + AZStd::function compare fix. (#3680) 5 years ago
Time Some shutdown crash fixes, reverted a whitespace, and added some basic unit tests for time additions 4 years ago
AssetJsonSerializerTests.cpp {lyn7283} added test for assetHint Json Serialzier callback logic (#4586) 4 years ago
AssetManager.cpp Cleanup SerializeContext.h pt.1 (#4264) 4 years ago
AssetSerializerTests.cpp
AzEnumTest.cpp
BehaviorContext.cpp
BehaviorContextFixture.h [LYN-8041] Enable relocation of the Project Game Release Layout (#5380) 4 years ago
Components.cpp [LYN-8041] Enable relocation of the Project Game Release Layout (#5380) 4 years ago
DLL.cpp
DLLMainTest.cpp
Debug.cpp
EBus.cpp Added a ThreadDispatch Policy to the EBus code (#4405) 4 years ago
EntityIdTests.cpp
EntityTests.cpp
EnumTests.cpp more fixes for Code 5 years ago
EventTests.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago
FileIOBaseTestTypes.h Update the FileIO Aliases (#4186) 4 years ago
FixedWidthIntegers.cpp
GenericStreamMock.h
GenericStreamTests.cpp more fixes for Code 5 years ago
Geometry2DUtils.cpp
IPC.cpp
Interface.cpp
IntersectPoint.cpp
JSON.cpp
Jobs.cpp Fixes AzCore for MSVC 5 years ago
Main.cpp
Memory.cpp Archive Component - Rewrite and additional work on Archive and Asset Bundler (#4332) 4 years ago
Module.cpp
ModuleTestBus.h
OrderedEventBenchmarks.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago
OrderedEventTests.cpp
Outcome.cpp remove unnecessary ALIGN macros 5 years ago
Patching.cpp More fixes 5 years ago
RemappableId.cpp
Rtti.cpp more fixes for Code 5 years ago
Script.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago
ScriptMath.cpp
ScriptProperty.cpp
Serialization.cpp [LYN-8041] Enable relocation of the Project Game Release Layout (#5380) 4 years ago
SerializeContextFixture.h
Slice.cpp
State.cpp
StatisticalProfiler.cpp [development] Revived the statistical profiler (#4378) 4 years ago
Statistics.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago
StreamerTests.cpp
StringFunc.cpp Remove old "Integ" functionality from tests (#4688) 4 years ago
SystemFile.cpp
TaskTests.cpp convert atom to task graph (#4230) 4 years ago
TestCatalog.cpp
TestCatalog.h
TickBusTest.cpp
UUIDTests.cpp Squashed commit of Procedural Prefab work (#4481) 4 years ago
XML.cpp
azcoretestdll_files.cmake
azcoretests_files.cmake Support for importing Json files (#4609) 4 years ago
aztestshared_files.cmake