Nicholas Lawson
5ba30f9a37
Update tiff to the new package revision (fixes IOS TIFF package) ( #4638 )
...
The new tiff package works for all platforms, including android and IOS, which had issues before.
Android - was missing tiff.h
ios - wrong minimum ios revision
2021-10-13 13:46:20 -07:00
Vincent Liu
ba107c06b6
[LYN-6779] AWSNativeSDK update and AWSCore platform cmake update ( #4231 )
...
Signed-off-by: onecent1101 <liug@amazon.com >
2021-10-06 14:02:28 -07:00
Nicholas Lawson
977d58e1a8
Update ZLIB min req osx ios and android to reasonable limits ( #4473 )
...
This also updates the name of the zlib library to uppercase ZLIB which conforms to normal CMake standards .
Signed-off-by: lawsonamzn <70027408+lawsonamzn@users.noreply.github.com >
2021-10-05 15:20:26 -07:00
santorac
765f82d945
Merge branch 'development' into Atom/santora/UseLibPng
2021-09-27 21:29:52 -07:00
Nicholas Lawson
6103c9c63c
Updates libtiff for all platforms ( #4068 )
...
The new libtiff is uniform, and static, across all platforms.
It includes zlib support and uses our own zlib.
Signed-off-by: lawsonamzn <70027408+lawsonamzn@users.noreply.github.com >
2021-09-13 12:35:29 -07:00
Scott Romero
32e6473de2
[development] Update RapidXML package info ( #4057 )
...
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com >
2021-09-13 10:41:53 -07:00
rgba16f [Amazon]
4c1c2d6f6b
update freetype library revision used ( #4065 )
...
* Update freetype linux package revision
* Update mac & ios revisions of the freetype library
* Update Mac freetype to use rev 16
* update linux to use freetype rev 16
* Update Android & Mac to use freetype rev 16
Signed-off-by: rgba16f <82187279+rgba16f@users.noreply.github.com >
2021-09-13 11:19:20 -05:00
rgba16f
e96793659a
Fixes to get Mac & iOS building with new PNG support
...
Signed-off-by: rgba16f <82187279+rgba16f@users.noreply.github.com >
2021-09-10 10:15:40 -05:00
santorac
3d3324cc2b
Merge remote-tracking branch 'upstream/development' into Atom/santora/UseLibPng
...
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com >
2021-09-09 00:05:29 -07:00
Nicholas Lawson
30cafff04d
new LZ4 package to fix debug compile issue ( #3993 )
...
* Updates lz4 to rev3 of packages which fixes debug builds
Signed-off-by: lawsonamzn <70027408+lawsonamzn@users.noreply.github.com >
2021-09-08 13:37:37 -07:00
rgba16f [Amazon]
64a561a948
update revision of lz4 package used by o3de ( #3911 )
...
* Update windows & android builtin lz4 package version
Signed-off-by: rgba16f <82187279+rgba16f@users.noreply.github.com >
* Update linux builtin packages to use the new lz4 vcpkg
Signed-off-by: rgba16f <82187279+rgba16f@users.noreply.github.com >
* Update Mac & iOS builtins to use the new lz4 vcpkg
Signed-off-by: rgba16f <82187279+rgba16f@users.noreply.github.com >
* Update MultiplayerCompression Gem LZ4Compressor to use the replacement for deprecated LZ4compressHC function
Signed-off-by: rgba16f <82187279+rgba16f@users.noreply.github.com >
2021-09-03 10:19:45 -07:00
Nicholas Lawson
043a2c65ff
Updates zlib to rev2 of the package, static only ( #3725 )
...
The previous version of the package was dynamic on some platforms,
and static on others. This makes it static across the board and
also makes it compatible with other 3p libraries wanting to use
zlib.
Signed-off-by: lawsonamzn <70027408+lawsonamzn@users.noreply.github.com >
2021-09-01 09:04:20 -07:00
santorac
675af8692d
WIP switching from OpenImageIO to libpng.
...
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com >
2021-08-31 15:14:09 -07:00
santorac
b23a70ff42
Merge pull request #3338 from aws-lumberyard-dev/santorac/RapidJSON_3rdParty
...
Moved RapidJSON to 3p-package-source
2021-08-23 09:48:55 -07:00
Esteban Papp
8bc9ed3d01
removing some rad leftovers ( #3366 )
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-20 13:39:51 -07:00
santorac
47758ab7a6
Updated RapidJSON package name and hashes.
...
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com >
2021-08-19 17:42:41 -07:00
santorac
dad24fb927
Updated the RapidJSON hashes again due to iteration on my 3p-package-source changes.
...
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com >
2021-08-19 16:56:49 -07:00
santorac
ab516904e6
Merge branch 'development' into santorac/RapidJSON_3rdParty
2021-08-19 12:32:12 -07:00
santorac
1d3f8a5f55
Update RapidJSON package hash after adding readme.txt to the package.
...
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com >
2021-08-19 11:45:15 -07:00
santorac
a1edb9e036
Updated build scripts to use new 3rdParty package for RapidJSON.
...
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com >
2021-08-19 11:26:58 -07:00
Jeremy Ong
ec6e9407f6
Remove RAD (pending future interface for external profiler registration)
...
Signed-off-by: Jeremy Ong <jcong@amazon.com >
2021-08-18 17:33:15 -06:00
Nicholas Lawson
cf7681df27
Updates the zlib that O3DE uses to the one in 3p-package-source ( #2861 )
...
* Updates o3de to use the new zlib packages.
Packages were uploaded for every supported platform.
Signed-off-by: lawsonamzn <70027408+lawsonamzn@users.noreply.github.com >
2021-08-09 13:16:24 -07:00
Steve Pham
38261d0800
Shorten copyright headers by splitting into 2 lines ( #2213 )
...
* Updated all copyright headers to split the longer original copyright line into 2 shorter lines
Signed-off-by: Steve Pham <spham@amazon.com >
2021-07-16 15:25:48 -07:00
Steve Pham
b4a2edec6a
Final update copyright headers to reference license files at the repo root ( #1693 )
...
* Final update copyright headers to reference license files at the repo root
Signed-off-by: spham <spham@amazon.com >
* Fix copyright validator unit tests to support the stale O3DE header scenario
Signed-off-by: spham <spham@amazon.com >
2021-06-30 19:51:55 -07:00
Steve Pham
70042fcdcd
O3DE Copyright Updates for Linux Foundation ( #1504 )
2021-06-23 10:55:22 -07:00
Chris Burel
7486488b60
Update to PhysX 4.1.2.29882248 ( #1411 )
...
* Update to PhysX-4.1.2.29882248
* Add maybe_unused attribute for variable not used in the release config
2021-06-18 09:53:22 -07:00
Chris Burel
e468a93a13
Convert OpenSSL to the new 3p package system ( #213 )
2021-04-26 08:35:40 -07:00
spham
5906731cd1
Update Lua package revs and hashes to use new re-built Lua packages that pass scrubbing validation
2021-04-21 11:30:00 -07:00
Aaron Ruiz Mora
5524668f61
Updating O3DE to use 3rdParty PhysX package rev2 on iOS ( #189 )
2021-04-21 15:35:53 +01:00
alexpete
60e6f204d2
Cherrypicking AWS fixes from f57af843
...
This fix brings in a new 3rdparty revision for AWS that fixes a minor dependency issue on Android
2021-04-13 09:19:07 -07:00
alexpete
c5b955d281
Integrating github/staging through commit b0dd7ed
2021-04-09 12:03:26 -07:00
alexpete
1044dc3da1
Integrating github/staging through commit ab87ed9
2021-04-09 11:27:37 -07:00
alexpete
c2cbd430fe
Integrating up through commit 90f050496
2021-04-07 14:03:29 -07:00
alexpete
36c4e827bd
Integrating latest from github/staging
...
Integrating up through commit 5e1bdae
2021-03-26 14:32:02 -07:00
alexpete
75dc720198
Integrating latest 47acbe8
2021-03-25 13:57:57 -07:00
alexpete
a10351f38d
Initial commit
2021-03-08 14:30:57 -08:00