trick/trick_source
Hong Chen 80f341f5e7
Fix the issue of returning a pointer to a local variable in data_products (#1593)
* 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.
2023-10-26 10:39:02 -05:00
..
codegen/Interface_Code_Gen Fix c++20 flag for LLVM 10 (#1520) 2023-06-12 14:36:21 -05:00
data_products Fix the issue of returning a pointer to a local variable in data_products (#1593) 2023-10-26 10:39:02 -05:00
er7_utils Destructor restart fixes 2022-09-01 09:37:15 -05:00
java 1504 trick run summary enhancement for memory used (#1545) 2023-08-24 13:51:19 -05:00
sim_services checksum enhancement for -d option (#1579) 2023-10-05 10:56:02 -05:00
trick_swig checksum enhancement for -d option (#1579) 2023-10-05 10:56:02 -05:00
trick_utils Fix and unittest lqueue functions in trick_adt. (#1598) 2023-10-26 10:26:40 -05:00
web Bump @babel/traverse in /trick_source/web/dashboard (#1595) 2023-10-19 10:10:18 -05:00
.gitignore Add a way to disable sim objects (#1364) 2022-11-15 09:16:08 -06:00