Commit Graph

189 Commits

Author SHA1 Message Date
Sean Lilley ab26363bd7 Add helper functions to Tileset 2025-01-22 18:42:24 -05:00
Ashley Rogers 9ee89cb7dd Add description to conform-includes.js 2025-01-13 14:10:44 -05:00
Kevin Ring 028ee29eed Merge remote-tracking branch 'origin/main' into clang-tidy-cleanup 2025-01-13 17:30:09 +11:00
Sean Lilley 5fa6745977 Fix writing schema property 2025-01-06 11:38:17 -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
Kevin Ring d96a10d560 Tiny cleanup. 2024-12-18 16:08:04 +11:00
Kevin Ring 0c295d610b Better doc for enums where possible. 2024-12-18 16:04:28 +11:00
Ashley Rogers 2ce337be44 Merge from main 2024-12-17 11:36:54 -05:00
Ashley Rogers f934b40717 All warnings resolved 2024-12-17 11:30:58 -05:00
Kevin Ring 4e6e2b8300
Merge pull request #1024 from CesiumGS/update-readme
Overhaul README
2024-12-17 10:36:08 +11:00
Ashley Rogers 39e7037927 Enum value 'descriptions' for generated code 2024-12-13 11:20:02 -05:00
Ashley Rogers 10b3464fbf Merge from update-ext-structural-metadata 2024-12-11 15:38:52 -05:00
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
Sean Lilley f1ae8bd16c Update generated classes for EXT_structural_metadata 2024-12-09 18:29:20 -05:00
Ashley Rogers 4d82403b80 Pan-zoom, add dependencies page. 2024-12-06 18:21:57 -05:00
Ashley Rogers 127173feb0 Split README into CONTRIBUTING and developer-setup 2024-12-05 14:09:25 -05:00
Ashley Rogers d78051a526 Update based on review 2024-12-05 11:32:06 -05:00
Ashley Rogers f90bbfcc72 README formatting, no colors for target dependency graphs 2024-12-04 17:17:18 -05:00
Ashley Rogers bb365c8aee Dependency graph generation 2024-12-04 14:39:16 -05:00
Kevin Ring c5404e5b75 Use cesium-native branch of CesiumGS/glTF as the code gen source. 2024-12-03 10:55:18 +11: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 08c9452c06 Flatten nested ifs in generate.js 2024-11-25 14:26:26 -05:00
Ashley Rogers e47d8177d2 Revert string_literals using statement 2024-11-22 14:03:05 -05:00
Ashley Rogers aaca454d3f generate.js formatting 2024-11-21 17:04:36 -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 2dbd86e5c3 Merge branch 'cpp20' of github.com:CesiumGS/cesium-native into clang-tidy-4 2024-11-19 14:39:38 -05:00
Sean Lilley 36455e6c55 Updates to code generator 2024-11-19 14:32:55 -05:00
Kevin Ring fb24a2efe1 Merge remote-tracking branch 'origin/cpp20' into remove-gsl 2024-11-19 09:15:21 +11:00
Kevin Ring 8a23ca54d9 Merge remote-tracking branch 'origin/main' into cpp20 2024-11-19 09:14:49 +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
Ashley Rogers 7fd9590e95 Update doc comments, add 'const' to foreach 2024-11-14 15:39:23 -05:00
Ashley Rogers 381888148b Update getSizeBytes generation 2024-11-11 15:54:55 -05:00
Ashley Rogers 03da4c4560 Improve glTF getSizeBytes generated code 2024-11-07 15:33:48 -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
Kevin Ring 97331792d3 Compile with C++20 and fix the problems. 2024-11-05 16:54:11 +11:00
Ashley Rogers cfbee560b5 Bring in line with SharedAsset changes 2024-11-01 11:50:09 -04:00
Ashley Rogers 714aa28c28 SharedAsset support in gltf generated code 2024-10-22 11:42:09 -04:00
Ashley Rogers 5c4cafdfc4 Shared asset support in schema codegen 2024-10-18 15:38:15 -04:00
Kevin Ring 4a1cd44ad0
ASSERT -> CESIUM_ASSERT 2024-06-21 15:57:54 +10:00