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/Tools/SceneAPI/SceneCore
Artur K 3a4937456a
Build time reduction: AzStdOnDemandReflection (#3111)
* Move a few specializations from AzStdOnDemandReflection.inl to cpp file

This reduces compilation time and produced profile/debug file sizes.

The specializations for string and string_view are only implemented for 'char' type, since
others are not used anywhere.

Extracted `Reflect` method from `ClientAuthAWSCredentials` to a cpp file.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Windows build fixes.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Added missing license.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Fix missing spaces in template argument lists

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Clang format on ClientAuthAWSCredentials.cpp

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Merge upstream development and fix linux build.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
4 years ago
..
Components Replaced AzFramework::FileFunc JSON utils API calls with AzCore::JsonUtils APIs that appear to have been duplicated. Also fixed up improper Project Configurator -> Project Manager comment replacements. 4 years ago
Containers Replaced AzFramework::FileFunc JSON utils API calls with AzCore::JsonUtils APIs that appear to have been duplicated. Also fixed up improper Project Configurator -> Project Manager comment replacements. 4 years ago
DataTypes addressing PR comments/suggestions 4 years ago
Events Build time reduction: AzStdOnDemandReflection (#3111) 4 years ago
Export Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
Import Fix python fbx tests (#2171) 4 years ago
Mocks Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
Tests Setting /permissive- to make MSVC more "standard" (#3701) 4 years ago
Utilities push/pop mismatch 4 years ago
CMakeLists.txt Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
DllMain.cpp Updated remaining Project Configurator references to Project Manager. 4 years ago
SceneBuilderDependencyBus.h Added a new registry setting that disables automatic conversion of materials from model files like FBX. 4 years ago
SceneCoreConfiguration.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SceneCoreStandaloneAllocator.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SceneCoreStandaloneAllocator.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
scenecore_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
scenecore_testing_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago