Commit Graph

238 Commits

Author SHA1 Message Date
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
Ashley Rogers 39e7037927 Enum value 'descriptions' for generated code 2024-12-13 11:20:02 -05:00
Ashley Rogers f91818e039 Even more documentation 2024-12-11 15:33:30 -05:00
Ashley Rogers d98f4b9cd7 Lots of additional docs 2024-12-10 15:39:12 -05:00
Ashley Rogers 4d82403b80 Pan-zoom, add dependencies page. 2024-12-06 18:21:57 -05:00
Ashley Rogers d78051a526 Update based on review 2024-12-05 11:32:06 -05:00
Ashley Rogers bb365c8aee Dependency graph generation 2024-12-04 14:39:16 -05:00
Ashley Rogers 08dcb82f9e Document undocumented parameters 2024-11-26 14:27:37 -05:00
Ashley Rogers fdabe39f6e Fix some Doxygen warnings 2024-11-26 14:14:58 -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
Ashley Rogers acc9e81d12 Merge from main 2024-11-20 17:12:43 -05:00
Ashley Rogers 86a4bf7e53 Fix warnings ignored on headers with SYSTEM 2024-11-19 15:47: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
Kevin Ring e7c259bbcc Remove EarthGravitationalModel1996Grid::fromFile. 2024-08-30 10:33:39 +10:00
Tim Moore 71460d8f29 Add string header file includes
The version of MSVC on github MSVC 19.41.34120.0 seems to be more picky.
2024-08-28 20:39:34 +02:00
Kevin Ring 2fa8977b20 Another clang/gcc warning. 2024-08-22 21:34:43 +10:00
Kevin Ring 9bc872a691 Fix clang/gcc warnings. 2024-08-22 21:28:58 +10:00
Kevin Ring f2fb0a3a0f Improve unicode handling. 2024-08-22 21:24:29 +10:00
Kevin Ring 0e054360ea Remove unnecessary include from header. 2024-08-22 20:54:14 +10:00
Kevin Ring 6e0df8d4a5 A few more doc and constant tweaks. 2024-08-22 20:51:17 +10:00
Kevin Ring fabc0a1cc2 Minor cleanup. 2024-08-22 20:40:31 +10:00
Kevin Ring 749715af51 Merge remote-tracking branch 'origin/main' into egm96 2024-08-22 15:30:47 +10:00
Kevin Ring b1d7da4795 Small tweaks, and update CHANGES.md. 2024-08-15 11:47:40 +10:00
Kevin Ring 1fcdeadfd9 Merge remote-tracking branch 'origin/main' into vcpkg-swl 2024-08-02 19:45:58 +10:00
Brian L 7cda07f420 Remove occurrences of including <glm/mat4x4.hpp> in header files 2024-07-09 09:25:27 -06:00
Kevin Ring 7c9ea84178 Merge remote-tracking branch 'origin/main' into vcpkg-swl 2024-07-02 17:39:20 +10:00
Ashley Rogers f37884d927 Format 2024-06-21 15:51:26 -04:00
Ashley Rogers 70a1cf84ce Update EGM96 class based on review 2024-06-21 15:50:33 -04:00
Ashley Rogers 7587919284 Merge branch 'main' of github.com:CesiumGS/cesium-native into egm96 2024-06-21 13:51:21 -04:00
Ashley Rogers 9279bf19b0
Merge branch 'main' into cartographic-equals 2024-06-21 11:05:47 -04:00
Kevin Ring ff96b9b07a
Merge pull request #874 from CesiumGS/forced-assertions
Add ability to force assertions
2024-06-21 16:12:56 +10:00
Ashley Rogers 11f9c0f3e5 Fix more review feedback 2024-06-20 14:21:49 -04:00
Sean Lilley 797df91a19 Added equality operator for Cartographic 2024-06-20 14:17:26 -04:00
Brian L 74653140f3 Rename to CESIUM_ASSERT 2024-06-20 10:14:38 -06:00
Brian L 91300f9a61 update from main 2024-06-20 09:54:52 -06:00
Ashley Rogers 65dda8335d Respond to review, cut down on stored ellipsoids 2024-06-14 15:33:47 -04:00
Ashley Rogers b4742c40db Fix initialization order issues 2024-06-11 14:41:17 -04:00
Ashley Rogers f332464b30 Merge with main 2024-06-06 16:57:20 -04:00
Ashley Rogers d961a40e3d Remove as many WGS84 defaults as possible. 2024-06-06 16:53:48 -04:00
Kevin Ring ca42500d54 Merge remote-tracking branch 'origin/main' into vcpkg-2 2024-06-05 14:06:47 +10:00
Kevin Ring 8140e6dfd2 Various quantized-mesh related improvements. 2024-05-22 18:22:20 +10:00
Brian L 47414f09fb Make our ASSERT macro. Move everything to use this. 2024-05-03 12:50:50 -06:00
Brian L 3c196f8fb5 Add some more tests, comments 2024-04-19 15:35:23 -06:00
Kevin Ring 462a26a20d Fix merge error. 2024-04-11 06:53:12 +10:00
Kevin Ring b064d293d1
Merge branch 'main' into split-at-antimeridian 2024-04-10 16:51:39 -04:00
Janine Liu 40f16b1722 Add GlobeRectangle equals and equalsEpsilon 2024-04-10 11:01:57 -04:00
Kevin Ring da3cc70b91 Compare fields instead of using memcmp. 2024-04-05 22:36:12 +11:00
Kevin Ring 928a971b86 More GCC-friendly use of memcmp. 2024-04-05 20:52:27 +11:00