Commit Graph

1587 Commits

Author SHA1 Message Date
Bao Tran 2498950aea use FeatureTableView for batch table upgrader test 2021-06-19 22:55:14 -04:00
Bao Tran 76f2d10ccb test to validate dynamic array of string 2021-06-18 18:44:41 -04:00
Bao Tran 96c49c4529 test fixed array of string 2021-06-18 14:48:29 -04:00
Bao Tran 9a68718dc6 test for dynamic bool array 2021-06-18 11:41:46 -04:00
Bao Tran b6c8047c18 add test to validate fixed bool array 2021-06-17 17:00:49 -04:00
Bao Tran 6300cae267 test to validate dynamic numeric array 2021-06-17 15:26:31 -04:00
Bao Tran 47b891fac8 fix compiler warning 2021-06-17 13:28:02 -04:00
Bao Tran 7ac819dcf5 add test to validate fixed numeric array 2021-06-17 13:07:28 -04:00
Bao Tran 21f44e7a29 test to make sure offset values are sorted 2021-06-16 16:43:35 -04:00
Bao Tran d7c42c559d add test for string validation 2021-06-16 16:11:20 -04:00
Kevin Ring fa285f7d29 Access cache DB from a dedicated thread. 2021-06-16 17:29:47 +10:00
Kevin Ring 5b88b652b7 Make ContinuationFutureType actually a Future. 2021-06-16 15:22:29 +10:00
Kevin Ring 109201530a Split AsyncSystem.h into multiple files. 2021-06-16 15:06:42 +10:00
Kevin Ring 161fe0044e Fix up CatchFunction with a parameter. 2021-06-16 12:50:21 +10:00
Bao Tran 0506eed5c3 add test validation for bool property 2021-06-15 17:11:28 -04:00
Bao Tran 1c2a758274 add more tests to validate metadata bufferview 2021-06-15 15:15:40 -04:00
Bao Tran 3288dc5bca fix compiler warning 2021-06-15 14:51:30 -04:00
Bao Tran 62b89c365d WIP test feature table view to read property correctly 2021-06-15 14:05:26 -04:00
Kevin Ring 599d60d464 More efficient catch, less duplication. 2021-06-15 22:17:43 +10:00
Kevin Ring 5f82892528 Don't dispatch worker thread tasks unnecessarily. 2021-06-15 13:57:23 +10:00
Kevin Ring b0cb5260f7 Merge remote-tracking branch 'origin/main' into load-tracing 2021-06-15 10:45:28 +10:00
Bao Tran 3363cee7e8 change MetadataPropertyView to PropertyView 2021-06-14 18:35:36 -04:00
Bao Tran bc8dd36951 impl FeatureTableView 2021-06-14 18:30:01 -04:00
Kevin Ring 1e784cabc5
Merge pull request #262 from zy6p/feat-geo-test
feat: CesiumGeometry::clipTriangleAtAxisAlignedThreshold add unit test
2021-06-11 15:22:48 +10:00
Kevin Ring fdf1c759a7
Merge pull request #263 from zy6p/patch-spelling
fix: spelling mistake ellipsoid
2021-06-11 15:18:32 +10:00
Kevin Ring 2f93260a93 Support .then of Future<void>, and more tracing. 2021-06-10 15:46:49 +10:00
knowmore 5b9f6d3b17 fix: spelling mistake ellipsoid 2021-06-10 09:49:10 +08:00
knowmore f1100c1620 feat: style use noexcept 2021-06-10 09:38:47 +08:00
Bao Tran a80f36f649 remove CMakeLists.txt.user 2021-06-09 13:21:42 -04:00
Bao Tran 90b1a7f041 add some check for offset buffers 2021-06-09 13:20:24 -04:00
knowmore ab4c4b05b0 fix: clang-format source code 2021-06-09 23:32:09 +08:00
knowmore f09866589b feat: Geometry clipTriangle unit test 2021-06-09 22:42:11 +08:00
knowmore dcf1bc26e7 feat: TriangleClipVertex == != operate 2021-06-09 22:40:52 +08:00
Kevin Ring 0b4618914c Better request tracing. 2021-06-09 11:28:06 +10:00
Kevin Ring b5d54f07a9 Better macro names. 2021-06-09 10:21:35 +10:00
Kevin Ring 45f24d5177 Generalize thread overhead tracing. 2021-06-09 10:00:14 +10: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 3ecbbaa19e minor change in the function name 2021-06-08 12:04:54 -04:00
Bao Tran 15fcfbf7a2 fix compiler error 2021-06-08 11:41:49 -04:00
Bao Tran 1bf2a7f707 fix compiler warning 2021-06-08 10:18:50 -04:00
Kevin Ring 6f109b05c9 Trace overlay loading. 2021-06-08 16:22:55 +10:00
Kevin Ring 0648cb07d2 Allocate unique IDs for tileset loading slots. 2021-06-08 15:23:36 +10: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