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/scripts
AMZN-AlexOteiza e07cb1f2ed
Re-enabled linux tests physics (#5701)
* Re-enabled linux tests physics

* Fix for python load errors on Linux (#5627)

* Explicitly load libpython on Linux

Downstream loads of python modules that weren't linked to libpython would
fail to load because libraries were loaded using the RTLD_LOCAL flag.  This
adds a function that will explicitly load libpython on Linux using the
RTLD_GLOBAL flag.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>

* Fix misspelled function name

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>

* Addressing PR feedback

- Updates naming and location of things.
- Adds load code to a Gem template.
- Updates error checking.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>

* Address further feedback

Removes the api function in favor of just having modules inherit off a
PythonLoader class, that way we get RAAI behavior and lifetime management
for free.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
Signed-off-by: aljanru <aljanru@amazon.co.uk>

Co-authored-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
4 years ago
..
build Re-enabled linux tests physics (#5701) 4 years ago
bundler supporting multiple directories 5 years ago
commit_validation Cleanup of validation script exclusions (#5134) 4 years ago
ctest Add AWSI automation tests to a new test suite and pipe (#3913) 5 years ago
detect_file_changes Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
license_scanner Update to licenses/notices script (#5214) 4 years ago
migration Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
o3de Merge remote-tracking branch 'upstream/stabilization/2110' into nvsickle/StabToDevNov21 4 years ago
scrubbing Cleanup of validation script exclusions (#5134) 4 years ago
signer/Platform/Windows Installer, bootstrapper, and executable signing for Windows (#4406) 5 years ago
CMakeLists.txt PR comments/improvements 5 years ago
o3de.bat Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
o3de.py Additional fixes for downloading O3DE objects, and using the cache folder 5 years ago
o3de.sh Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago