mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
80f341f5e7
* Updated to use std::string instead for cases that ruturn const char* by referencing to a local variable. * Updated c_str invovled check as it is never NULL and always return a null-terminated ('\0') string and also removed unnecessary conversion using c_str. * Updated a data_products file missed last time to replace c_str check with string check. * Updated missed parts to replace c_str check with string check. * Updated to use C++ string comparison for std::string variables. |
||
---|---|---|
.. | ||
codegen/Interface_Code_Gen | ||
data_products | ||
er7_utils | ||
java | ||
sim_services | ||
trick_swig | ||
trick_utils | ||
web | ||
.gitignore |