Commit Graph

132 Commits

Author SHA1 Message Date
Tim Moore 7e0e4e73aa Add <algorithm> to Cesium3DTiles/test/TestTileset.cpp
This was failing on Fedora 41.
2025-01-31 18:31:25 +01:00
Sean Lilley ab26363bd7 Add helper functions to Tileset 2025-01-22 18:42:24 -05:00
Ashley Rogers 4e318925a5 Switch tests to doctest 2025-01-15 16:58:03 -05:00
Ashley Rogers 768b6510b3 Quotes to brackets 2024-12-20 12:00:09 -05:00
Ashley Rogers 2c8aa4a422 Fix includes using script 2024-12-20 11:56:49 -05:00
Ashley Rogers 1e2e47ab5e misc-include-cleaner for every file 2024-12-17 17:27:03 -05:00
Ashley Rogers cca8871eef Include both catch2 headers 2024-11-22 11:30:45 -05:00
Ashley Rogers f82d65bead Change Catch2 header 2024-11-22 11:17:21 -05:00
Kevin Ring c68207a6a4 Add MetadataQuery class. 2023-08-23 11:30:06 +10:00
Daniel Krupka 8b3bb34827 Rename Cesium3DTiles -> Cesium3DTilesSelection 2021-07-30 11:45:37 -04:00
Kevin Ring 449068c3d6
Merge pull request #281 from CesiumGS/feature-metadata-extension
Upgrade batch table to EXT_feature_metadata extension
2021-07-24 21:32:14 +10:00
Bao Tran 391cc3ec4e fix typo 2021-07-19 01:06:25 -04:00
Bao Tran 0221b1c91a upgrade test to convert int64 when uint32 is not enough 2021-07-19 01:02:34 -04:00
Bao Tran eadaae1d8a add test to make sure we don't write pass feature table count 2021-07-18 15:15:51 -04:00
Bao Tran 4f7fc73b0d manually add string to rapidjson buffer to prevent quotations 2021-07-18 14:27:49 -04:00
Bao Tran b88880b28d use only one RapidJson StringBuffer to minimize heap alloc 2021-07-18 00:50:44 -04:00
Bao Tran 6ab6caad32 fix compiler warning 2021-07-15 17:33:24 -04:00
Bao Tran 1185d2e78f use int64 for meta array 2021-07-15 17:17:30 -04:00
Bao Tran dab9312560 use int64_t for property view 2021-07-13 13:47:01 -04:00
Bao Tran 327780ed42 fix thirdparty headers 2021-07-13 11:16:38 -04:00
Bao Tran e6a378920b Merge branch 'main' into feature-metadata-extension 2021-07-08 18:50:41 -04:00
Kevin Ring 4e45bab460 Use angle brackets to #include catch2. 2021-07-04 22:57:11 +10:00
Bao Tran e1eb2d1f84 Merge branch 'main' into feature-metadata-extension 2021-07-02 10:50:43 -04:00
Kevin Ring 192920e218 Normalize all the line endings. 2021-07-01 16:34:08 +10:00
Kevin Ring 6186545827 Fix test compilation problems. 2021-06-26 22:36:54 +10:00
Bao Tran 3091533ef6 change PropertyView to MetadataPropertyView 2021-06-20 15:58:08 -04:00
Bao Tran c64fea091e test property trait and format 2021-06-20 15:51:53 -04:00
Bao Tran c0faaf18dc change file name for batch table to EXT_feature_metadata 2021-06-20 14:51:15 -04:00
Bao Tran 951cb7a23e pass rapidjson::Document for batch table json to metadata upgrader 2021-06-20 14:47:36 -04:00
Bao Tran 661db543d2 replace operator[] with get() for PropertyView 2021-06-20 01:40:27 -04:00
Bao Tran 2498950aea use FeatureTableView for batch table upgrader test 2021-06-19 22:55:14 -04:00
Bao Tran 3363cee7e8 change MetadataPropertyView to PropertyView 2021-06-14 18:35:36 -04:00
Bao Tran 90b1a7f041 add some check for offset buffers 2021-06-09 13:20:24 -04:00
Bao Tran 774730381e fix property view when accessing fixed array of boolean 2021-06-08 18:53:11 -04:00
Bao Tran 4ee41a8bf5 fix property view for array of boolean 2021-06-08 18:17:11 -04:00
Bao Tran a17e670473 use ceil to allocate buffer for boolean 2021-06-08 16:48:40 -04:00
Bao Tran 3f37b23b92 add bool array conversion 2021-06-08 16:11:17 -04:00
Bao Tran 15fcfbf7a2 fix compiler error 2021-06-08 11:41:49 -04:00
Bao Tran 8082caf6a7 test dynamic array of number and string 2021-06-07 19:38:19 -04:00
Bao Tran 1febc730b9 make array test more generic 2021-06-07 17:37:51 -04:00
Bao Tran 7d47f56515 add test for fixed array of string 2021-06-07 16:01:44 -04:00
Bao Tran 2a1d03c314 test upgrading to fixed array of number 2021-06-07 15:34:04 -04:00
Bao Tran 66be9cd63d fix compatible types when converting nested array 2021-06-07 14:01:45 -04:00
Bao Tran b1bcfd46c8 fix dynamic array of string 2021-06-07 02:20:40 -04:00
Bao Tran ab56949efa fix string offset array 2021-06-07 00:20:29 -04:00
Bao Tran 5ef1e6b2db upgrade json array of string 2021-06-06 23:11:46 -04:00
Bao Tran 7c494ccf0e format 2021-06-02 18:36:50 -04:00
Bao Tran fea9b83286 add boolean test 2021-06-02 18:36:27 -04:00
Bao Tran 174bb7593d add test to view json string 2021-06-02 15:58:01 -04:00
Bao Tran 87182d228f fix signed conversion 2021-06-01 20:05:20 -04:00