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/Settings
lumberyard-employee-dm 879012b1ae
Added the --regset-file option for setreg file loading (#5768)
The SettingsRegistryMergeUtils.cpp now supports specifying a path to a JSON Merge Patch formated settings registry file via the --regset-file option.
The option supports specify an anchor key to merge the settings underneath that is separated from the filepath via "::"
Ex. `--regset-file="Registry/custom.setreg::/Custom/Anchor"`

An AZ::Console command of "sr_regset-file" has also been added to allow merging of a setting registry file as well.

closes #5767

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
4 years ago
..
CommandLineTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SettingsRegistryConsoleUtilsTests.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
SettingsRegistryMergeUtilsTests.cpp Added the --regset-file option for setreg file loading (#5768) 4 years ago
SettingsRegistryScriptUtilsTests.cpp Build time reduction: AzStdOnDemandReflection (#3111) 4 years ago
SettingsRegistryTests.cpp Added anchor key parameter to the SettingsRegistry MergeSettings (#4650) 4 years ago
SettingsRegistryVisitorUtilsTests.cpp Implemented a deferred LoadLevel queue for the SpawnableLevelSystem (#4561) 4 years ago