Commit Graph

133 Commits

Author SHA1 Message Date
Joseph Kaile 3b4879c032 fix signedness error 2023-05-18 14:55:20 -04:00
Joseph Kaile 3dd709a874 fix ci 2023-05-18 14:27:36 -04:00
Joseph Kaile 80025f1540 change gzip function from static to extern 2023-05-18 14:07:32 -04:00
Joseph Kaile ce479a202f formatting 2023-05-18 13:37:42 -04:00
Joseph Kaile 84f2e8f550 automatically unzip data if gzipped data is detected 2023-05-18 13:11:49 -04:00
Kevin Ring b78059f30c Fix tracing framework. 2023-03-13 12:41:10 +11:00
Janine Liu ed5bd6e058 Add tests for pnts metadata 2023-01-30 13:54:10 -05:00
Janine Liu d9dd135522 Add AttributeCompression tests 2023-01-30 11:49:36 -05:00
Janine Liu 3fdc5ac176 Add AttributeCompression library, add batch IDs to pnts glTF 2023-01-27 15:32:26 -05:00
wangkang bdadb0d660 fix building error while enable tracing
there missed macro condition.
2022-11-30 16:54:58 +08:00
Kevin Ring f31638fbfa Cleaner RasterOverlay error reporting. 2022-10-18 17:59:23 +11:00
Kevin Ring 72cc94496a Merge remote-tracking branch 'origin/intrusive-lifetime' into async-prepare 2022-10-14 21:51:15 +11:00
Kevin Ring df5759de40 Merge remote-tracking branch 'origin/main' into intrusive-lifetime 2022-10-14 21:44:30 +11:00
Kevin Ring 3936d0d9d9 Fix IntrusivePointer comparison and assignment operators. 2022-10-11 23:09:31 +11:00
Nithin Pranesh cc903e7b8d allow tracing macros to be overriden by clients 2022-10-04 22:54:13 -04:00
Kevin Ring 84c13f1ebe Fix IntrusivePointer conversion to base type. 2022-09-22 18:30:03 +10:00
Kevin Ring ac84e6d357 Remove unnecessary `typename`. 2022-08-31 21:30:48 +10:00
Kevin Ring 4801ed398c Don't use unique_ptr for raster overlays. 2022-08-31 19:00:06 +10:00
Kevin Ring 486f73d17f Use a base class for ref counting everywhere except RasterOverlayTile. 2022-08-31 18:45:13 +10:00
Kevin Ring ac0ba1462d Non owning reference from RasterOverlayTile to Provider. 2022-08-30 12:01:37 +10:00
Kevin Ring de6b66553e Const correctness, more intrusive pointers. 2022-08-29 18:18:15 +10:00
Kevin Ring f80be561b9 Fix GCC/Clang warning. 2022-03-31 15:19:21 +11:00
Kevin Ring 1ce789a15e Escape URL parameters, other cleanup. 2022-03-31 14:10:18 +11:00
Kevin Ring 32edab0511 Merge remote-tracking branch 'origin/main' into scope-guard 2022-03-10 18:30:50 +11:00
Kevin Ring 1e602943e6 Release -> release 2022-03-10 18:27:32 +11:00
Bao Tran d038c3231d fix test header 2022-02-28 13:41:33 -05:00
Bao Tran 1ba2e44664 add comment for ScopeGuard 2022-02-28 13:36:47 -05:00
Bao Tran 3c8404d2ee run format 2022-02-28 13:18:06 -05:00
Bao Tran 1bbb1d51e8 fix typo 2022-02-28 13:17:16 -05:00
Bao Tran f020f122b0 add scope guard utility 2022-02-28 13:01:20 -05:00
Kevin Ring 7efd09db05 Merge remote-tracking branch 'origin/main' into ue5 2022-02-24 10:48:11 +11:00
Kevin Ring f68afd0987
Merge pull request #429 from CesiumGS/intrusive-ptr-derived
enable IntrusivePointer to be created from a derived class
2022-01-26 14:34:57 +11:00
Joseph Kaile 25e3b41c1d fix compile error in linux 2022-01-25 12:42:48 -05:00
Kevin Ring 0e7830d373 Formatting. 2022-01-25 20:39:19 +11:00
Kevin Ring 1a100de53e More renaming for consistency. 2022-01-25 19:36:10 +11:00
Kevin Ring a5e3f11846 Impl->CesiumImpl, TWO_PI->TwoPi. 2022-01-25 11:55:43 +11:00
Joseph Kaile 5f5249e59a added intrustive pointer test 2022-01-24 18:57:50 -05:00
Joseph Kaile 91122383e3 enable IntrusivePointer to be created from a derived class 2022-01-21 18:18:42 -05:00
Sean Lilley 5e78d1d72a Added more gltf and 3d tiles extensions 2022-01-21 14:25:35 -05:00
Joseph Kaile 2cbc23a85c port cesium js math improvements 2022-01-20 13:58:58 -05:00
Sean Lilley 2cdcb92e20 Namespace cleanup 2021-12-02 18:34:22 -05:00
Kevin Ring 71faadd617 Add a test, fix two bugs. 2021-11-08 23:40:22 +11:00
Sean Lilley 52283f3359 Fix includes 2021-10-11 17:28:44 -04:00
Sean Lilley 7dad7003bb One ExtensibleObject 2021-10-11 16:47:49 -04:00
Marco Hutter 9855400417 Use proper relative paths in all public headers 2021-09-28 17:23:07 +02:00
Marco Hutter 27fdd26e27 Merge remote-tracking branch 'origin/main' into include-style-fixes
# Conflicts:
#	Cesium3DTilesSelection/include/Cesium3DTilesSelection/GltfContent.h
#	Cesium3DTilesSelection/src/Batched3DModelContent.cpp
#	Cesium3DTilesSelection/src/CompositeContent.cpp
#	Cesium3DTilesSelection/src/ExternalTilesetContent.cpp
#	Cesium3DTilesSelection/src/GltfContent.cpp
#	Cesium3DTilesSelection/src/QuantizedMeshContent.cpp
#	Cesium3DTilesSelection/src/Tile.cpp
#	Cesium3DTilesSelection/src/TileContentFactory.cpp
#	Cesium3DTilesSelection/src/calcQuadtreeMaxGeometricError.h
2021-09-28 14:38:33 +02:00
Marco Hutter 0e827f7afd Updated includes based on clang-format with Regroup
This MAINLY inserted some blank lines between
the blocks.
2021-09-26 17:46:27 +02:00
Marco Hutter 44388cb8c2 Include style fixes for CesiumUtility 2021-09-19 15:31:57 +02:00
Marco Hutter 47d49ecca0 Changed const to constexpr
C26814: The const variable ... can be computed at compile-time.
Consider using constexpr
2021-09-15 16:20:35 +02:00
Marco Hutter de8145ab9e Added missing const keyword
C26496: The variable ... is assigned only once, mark it as const
2021-09-15 15:37:29 +02:00