-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make single-argument string constructors explicit (#2707)
* Revise Linux platform types * Fix regression in test autocoder TimeBaseStoreType is not the same as TimeBase * Revise test autocoder Cast to the TimeBaseStore type with a known size * Revise test autocoder Remove unnecessary const casting * Fix integer type mismatch in ComQueue * Update fpp version * Update fpp version * Revise DpWriter unit tests Remove manually written functions Use new autocode in tester base * Update fpp version * Update fpp version * Revise DpTest Add check for priority set by dpGet * Reivse StringType; add ExternalString * Revise dp test * Revise dp test; update fpp version * Revise dp test * Revise dp test * Revise dp test * Revise dp test * Revise dp test * Revise dp test * Revise dp test * Revise dp test * Revise dp test * Revise fpp version * Update fpp version * Revise ExternalString * Reformat Fw/Serializable.{hpp,cpp} * Reformat StringType.{hpp,cpp} * Revise StringBase * Update fpp version * Remove trailing space * Reformat code * Revise dp test * Reformat cpp and hpp files in Fw/Types * Revise string types * Revise string types * Revise string types * Remove EightyCharString * Revise CmdString * Revise LogString * Revise PrmString * Revise TextLogString * Revise Test/String * Revise TlmString * Revise InternalInterfaceString * Revise Os/QueueString * Revise Os/TaskString * Add missing type qualifier * Fix warning in String.hpp * Revise string types * Remove stray character * Revise StringBase * Revise string types * Revise String type * Revise FileNameString * Revise string types * Add missing file * Revise InternalInterfaceString * Revise comment * Revise TlmString * Revise string types * Revise log strings * Revise PrmString * Revise Os string classes * Revise string types * Revise string types * Revise os strings * Add test for ExternalString to TypesTest * Revise ExternalString * Revise ExternalString * Update fpp version * Format Fw/Types * Add static serialized size to StringBase * Update fpp version * Update fpp version; revise string classes * Revise event handling in DpWriter * Revise string implementations * Revise string implementations * Refactor dp tests * Add static assertion to PrmBuffer For safety's sake! * Revise string implementations; update fpp version * Revise StringBase Existing code was correct but somewhat terse and obscure Refactor and add comments for clarity * Fix tests to conform to FPP changes * Remove helper scripts * Add const qualifier * Revise StringBase * Revise StringBase * Revise comment * Update fpp version * Fix code formatting * Make constructors explicit * Make string constructors explicit * Make string constructors explicit * Revise String.hpp Remove explicit from char* constructor The autocoder depends on the implicit constructor * Fixing improper null-termination in fail case * Fixing conversion warnings * Removing broken link --------- Co-authored-by: M Starch <LeStarch@googlemail.com> Co-authored-by: Michael D Starch <Michael.D.Starch@jpl.nasa.gov>
- Loading branch information
1 parent
20dfe22
commit cdac751
Showing
36 changed files
with
225 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.