Commit Graph

24 Commits

Author SHA1 Message Date
Ashley Rogers f91818e039 Even more documentation 2024-12-11 15:33:30 -05:00
Ashley Rogers 1b6984d2e9 Additional documentation 2024-12-10 17:41:53 -05:00
Ashley Rogers 8d3e44531d Fix generated reader doc comment 2024-12-10 15:55:35 -05:00
Ashley Rogers 4a71ad09ee Properly init empty fields 2024-11-25 16:00:17 -05:00
Ashley Rogers 09e121ee5e Disable redundant member init check and generator change 2024-11-25 15:56:51 -05:00
Ashley Rogers e47d8177d2 Revert string_literals using statement 2024-11-22 14:03:05 -05:00
Ashley Rogers 4557f5806b <gsl/span> -> <span> 2024-11-21 15:57:06 -05:00
Ashley Rogers 3832758a15 Merge from main 2024-11-21 15:48:02 -05:00
Kevin Ring 809f047044 Add trailing newline, regenerate all classes. 2024-11-21 18:08:30 +11:00
Kevin Ring 1aed6e6bae Merge remote-tracking branch 'origin/main' into empty-extension-object 2024-11-21 18:03:06 +11:00
Ashley Rogers acc9e81d12 Merge from main 2024-11-20 17:12:43 -05:00
Sean Lilley 485f36917d Rename hasWritableExtensions to hasRegisteredExtensions 2024-11-20 10:38:45 -05:00
Ashley Rogers 17c1887164 Regenerate classes 2024-11-19 14:39:18 -05:00
Kevin Ring fb24a2efe1 Merge remote-tracking branch 'origin/cpp20' into remove-gsl 2024-11-19 09:15:21 +11:00
Kevin Ring 1f092764fe Add int casts in generated code to placate clang/gcc. 2024-11-17 14:16:42 +11:00
Ashley Rogers aa11cca7e5 Fix generate-3d-tiles and generate-quantized-mesh-terrain 2024-11-15 15:41:48 -05:00
Sean Lilley fb8045214a Avoid writing empty extensions object 2024-11-15 14:43:40 -05:00
Kevin Ring 89dfc44bdc Remove use of GSL.
Change gsl::span to std::span, and replace the few uses of gsl::narrow
with an alternative.
2024-11-06 15:16:03 +11:00
Brian L 74653140f3 Rename to CESIUM_ASSERT 2024-06-20 10:14:38 -06:00
Brian L 7eaabb0ce3 Change class generator to use ASSERT 2024-05-03 14:40:24 -06:00
Brian L 47414f09fb Make our ASSERT macro. Move everything to use this. 2024-05-03 12:50:50 -06:00
Kevin Ring 3fab3be7e4 Remove some last occurrences of the old name. 2024-04-10 14:31:12 +10:00
Kevin Ring d1209da27a Move helper methods to Layer class. 2024-04-10 14:26:19 +10:00
Kevin Ring 30f5d14864 CesiumLegacyTerrain -> CesiumQuantizedMeshTerrain. 2024-04-10 14:07:11 +10:00