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/EditorPythonBindings/Code/Source
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
..
Platform Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
EditorPythonBindingsModule.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PythonCommon.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PythonLogSymbolsComponent.cpp {LYN-2336} Fix: Python Console script help opens empty (#3060) 4 years ago
PythonLogSymbolsComponent.h {LYN-2336} Fix: Python Console script help opens empty (#3060) 4 years ago
PythonMarshalComponent.cpp Gems/EditorPythonBindings 4 years ago
PythonMarshalComponent.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PythonProxyBus.cpp Adds unused calls to Trace functions to prevent constant failures in release builds 4 years ago
PythonProxyBus.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PythonProxyObject.cpp {LYN-2336} Fix: Python Console script help opens empty (#3060) 4 years ago
PythonProxyObject.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PythonReflectionComponent.cpp Build time reduction: AzStdOnDemandReflection (#3111) 4 years ago
PythonReflectionComponent.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PythonSymbolsBus.h {LYN-2336} Fix: Python Console script help opens empty (#3060) 4 years ago
PythonSystemComponent.cpp PythonProxyNotificationHandler::OnEventGenericHook acquires the Python GIL before executing (#3904) 4 years ago
PythonSystemComponent.h PythonProxyNotificationHandler::OnEventGenericHook acquires the Python GIL before executing (#3904) 4 years ago
PythonTypeCasters.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PythonUtility.cpp Build time reduction: AzStdOnDemandReflection (#3111) 4 years ago
PythonUtility.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago