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 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
..
AZStd Implemented C++23 deleted nullptr_t constructor/assignment for AZStd string classes (#4158) 5 years ago
AZTestShared
Asset Modernization + AZStd::function compare fix. (#3680) 5 years ago
Console
Debug
EBus
IO/Path Enables override/virtual warnings 5 years ago
Math Merge branch 'development' into cmake/warn_virtual 5 years ago
Memory Fixes AzCore for MSVC 5 years ago
Name Implemented C++23 deleted nullptr_t constructor/assignment for AZStd string classes (#4158) 5 years ago
Platform PR comments 5 years ago
RTTI
Serialization/Json Fixes AzCore for MSVC 5 years ago
Settings Build time reduction: AzStdOnDemandReflection (#3111) 5 years ago
Streamer Modernization + AZStd::function compare fix. (#3680) 5 years ago
AssetJsonSerializerTests.cpp Fixes AzCore for MSVC 5 years ago
AssetManager.cpp
AssetSerializerTests.cpp
AzEnumTest.cpp
BehaviorContext.cpp
BehaviorContextFixture.h
Components.cpp
DLL.cpp
DLLMainTest.cpp
Debug.cpp
EBus.cpp
EntityIdTests.cpp
EntityTests.cpp
EnumTests.cpp
EventTests.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago
FileIOBaseTestTypes.h
FixedWidthIntegers.cpp
GenericStreamMock.h
GenericStreamTests.cpp
Geometry2DUtils.cpp
IPC.cpp
Interface.cpp
IntersectPoint.cpp
JSON.cpp
Jobs.cpp Fixes AzCore for MSVC 5 years ago
Main.cpp
Memory.cpp Added a max_size function to all AZStd container style allocator functions (#4106) 5 years ago
Module.cpp
ModuleTestBus.h
OrderedEventBenchmarks.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago
OrderedEventTests.cpp
Outcome.cpp
Patching.cpp More fixes 5 years ago
RemappableId.cpp
Rtti.cpp
Script.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago
ScriptMath.cpp
ScriptProperty.cpp
Serialization.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago
SerializeContextFixture.h
SettingsRegistryMergeUtilsTests.cpp
SettingsRegistryTests.cpp Implemented C++23 deleted nullptr_t constructor/assignment for AZStd string classes (#4158) 5 years ago
Slice.cpp
State.cpp
StatisticalProfiler.cpp
Statistics.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago
StreamerTests.cpp
StringFunc.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago
SystemFile.cpp
TaskTests.cpp Fixes AzCore for MSVC 5 years ago
TestCatalog.cpp
TestCatalog.h
TickBusTest.cpp
UUIDTests.cpp
XML.cpp
azcoretestdll_files.cmake
azcoretests_files.cmake
aztestshared_files.cmake