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/Gems/ScriptCanvas/Code
lumberyard-employee-dm 58c227ceb1
Implemented C++23 deleted nullptr_t constructor/assignment for AZStd string classes (#4158)
* Added string and string_view class constructor overloads which is deleted that prevents initializing them from a nullptr or an integer type

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

* Fixed locations where string and string_view were initialized with
nullptr

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

* Fix IArchive::IsInstalledToHDD signature

Updated calls to ConvertAbsolutePathToAliasedPath to use an
list initialization instead of nullptr

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
5 years ago
..
Asset Merge branch 'development' into cmake/SPEC-7179 5 years ago
Builder add SC cvar settings cache 5 years ago
Editor Implemented C++23 deleted nullptr_t constructor/assignment for AZStd string classes (#4158) 5 years ago
Include/ScriptCanvas Merge branch 'development' into cmake/warn_virtual 5 years ago
Source removes leftover of performance build 5 years ago
Tests Add preliminary budget tracking system and remove driller integration 5 years ago
CMakeLists.txt Set enable gem variants feature (#3631) 5 years ago
scriptcanvasgem_common_files.cmake Added all the missing serializer support, fixed up serialization notification 5 years ago
scriptcanvasgem_debugger_files.cmake Gems/ScriptCanvas* 5 years ago
scriptcanvasgem_editor_asset_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
scriptcanvasgem_editor_builder_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
scriptcanvasgem_editor_files.cmake Fix for file size limit in JSON 5 years ago
scriptcanvasgem_editor_shared_files.cmake Merge branch 'development' into cmake/SPEC-7179 5 years ago
scriptcanvasgem_editor_static_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
scriptcanvasgem_editor_tests_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
scriptcanvasgem_game_files.cmake Merge branch 'development' into cmake/SPEC-7179 5 years ago
scriptcanvasgem_runtime_asset_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
scriptcanvasgem_tests_files.cmake Merge branch 'development' into cmake/SPEC-7179 5 years ago