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
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
..
AtomCore Merge branch 'development' into cmake/linux_fix_warn_unused 4 years ago
AzAndroid/java/com/amazon Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
AzCore Build time reduction: AzStdOnDemandReflection (#3111) 4 years ago
AzFramework Build time reduction: AzStdOnDemandReflection (#3111) 4 years ago
AzGameFramework ATOM-16346 Change Atom setreg path (#3690) 4 years ago
AzManipulatorTestFramework Initial test coverage for viewport selection before introducing new 'single' select functionality (#3987) 4 years ago
AzNetworking Modernization + AZStd::function compare fix. (#3680) 4 years ago
AzQtComponents Merge pull request #3440 from aws-lumberyard-dev/Prefab/SaveAllPrefabs 4 years ago
AzTest Modernization + AZStd::function compare fix. (#3680) 4 years ago
AzToolsFramework Merge pull request #3440 from aws-lumberyard-dev/Prefab/SaveAllPrefabs 4 years ago
GFxFramework More fixes 4 years ago
GridMate More fixes 4 years ago
CMakeLists.txt Remove crcfix (#3294) 4 years ago