You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(De)Serialization clean up of temporary workarounds (#3971)
* Staging DEPRECATE changes in preparation for new FPP alpha. Removed backwards compat hacks. Updated some uses of the legacy functions that were missed originally.
* Remove declaration of serialize and deserialize from RawTime as those should be inherited now
* Removing FW_SERIALIZE_UNIMPLEMENTED and FW_DESERIALIZE_UNIMPLEMENTED from SerializeStatus
* Removing superfluous comma
* Missed AmpcsEvrLogPacket. Fixing a minor whitespace issue in Serializable.
* Un-deprecating serialize/deserialize for this release
* Restoring DEPRECATED for the noLength functions
* Pulling in fpp 3.0.0a17. Fixing some lingering issues with refactoring.
* Format files
* Update fprime-fpp package
* Fixing some lingering issues with serialization modernization.
* Fixing weird merge issue with AmpcsEvrLogPacket
* More clang issue fixes
* Still pesky clang formatting issues. Superfluous whitespace.
* Removing redundant virtuals for overriden methods
* Incorporating PR comments
* clang formatted Serializable.hpp
* Removing redundant serialize and deserialize methods in TestAbsType. Inherit from parent.
---------
Co-authored-by: thomas-bc <thomas.boyerchammard@gmail.com>
0 commit comments