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
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
..
AWSNativeSDKInit Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
Android/ProjectBuilder Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
AssetBundler Fix unused warnings release (#3677) 4 years ago
AssetProcessor Updated legacy Editor and Asset Processor icons on Mac to O3DE icons. 4 years ago
AzTestRunner Fixes for Android 4 years ago
CrashHandler small fix, everything compiling with VS2022 4 years ago
DeltaCataloger Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
GridHub Move undefs of problematic Windows defines to PlatformIncl_Windows.h 4 years ago
ProjectManager Miscellaneous fixes and PAL changes required for restricted platforms. (#4021) 4 years ago
PythonBindingsExample Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
RemoteConsole Adds a verification response for the remote console connecting 4 years ago
SceneAPI Build time reduction: AzStdOnDemandReflection (#3111) 4 years ago
SerializeContextTools Windows and Linux compiling 4 years ago
Standalone Fixes for release builds for unused variable warnings (#4000) 4 years ago
TestImpactFramework Add AWSI automation tests to a new test suite and pipe (#3913) 4 years ago
CMakeLists.txt Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago