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/Editor
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
..
Assets Gems/ScriptCanvas* 5 years ago
Components Fix list of manual inspection graphs 5 years ago
Debugger Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Framework Gems/ScriptCanvas* 5 years ago
GraphCanvas Gems/ScriptCanvas* 5 years ago
Include/ScriptCanvas Gems/ScriptCanvas* 5 years ago
Model [Experimental] Asset Picker Flatten View (#3589) 5 years ago
Nodes hot fix for json event input serialization 5 years ago
Static Gems/ScriptCanvas* 5 years ago
Tests Merge branch 'development' into cmake/SPEC-7179 5 years ago
Translation Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Undo Merge branch 'development' into cmake/SPEC-7179 5 years ago
Utilities Minimal TypeInfo header/reduce std interdependencies. (#2688) 5 years ago
View Implemented C++23 deleted nullptr_t constructor/assignment for AZStd string classes (#4158) 5 years ago
QtMetaTypes.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ReflectComponent.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
ReflectComponent.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ScriptCanvasEditorGem.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
Settings.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
Settings.h Gems/ScriptCanvas* 5 years ago
SystemComponent.cpp Gems/ScriptCanvas 5 years ago
SystemComponent.h Gems/ScriptCanvas* 5 years ago