Scott Fennell
|
e86027f825
|
revert scan-build changes, need further testing before merge
|
2018-10-22 15:11:29 -05:00 |
|
Scott Fennell
|
86ef489617
|
-std=c++11 to data_products
|
2018-10-22 13:58:08 -05:00 |
|
Scott Fennell
|
389e2837fc
|
add -std=c++11 to MonteCarlo
|
2018-10-22 11:40:55 -05:00 |
|
Scott Fennell
|
587ce0aab5
|
#673 add break and remove trailing whitespace from @pappyvw review
|
2018-10-20 14:33:14 -05:00 |
|
Scott Fennell
|
bc35e64406
|
Merge pull request #673 from nasa/#scan-build
#671 fix all non memory manager scan-build bugs.
|
2018-10-20 13:16:35 -05:00 |
|
Pappy Van Winkle
|
121fa84081
|
Use correct format specifiers.
Used http://www.cplusplus.com/reference/cstdio/printf/ as a reference.
|
2018-10-11 22:52:04 -05:00 |
|
Pappy Van Winkle
|
af2575da5b
|
Remove all unused variables (style warning).
|
2018-10-11 22:05:50 -05:00 |
|
Scott Fennell
|
5b63559312
|
fix error message syntax errors
|
2018-10-03 15:31:22 -05:00 |
|
Scott Fennell
|
53886fb54d
|
add else block for code clarity and to aid static analysis JITInputFile.cpp
|
2018-10-03 10:49:11 -05:00 |
|
Scott Fennell
|
8f20710761
|
replace garbage value on enum error PythonPrint.cpp
|
2018-10-03 10:45:15 -05:00 |
|
Scott Fennell
|
b65b092e3b
|
handle garbage values/invalid input MatLab4.cpp
|
2018-10-03 10:35:10 -05:00 |
|
Scott Fennell
|
072e1855dd
|
handle memory leak on early exit parseLogHeader.cpp
|
2018-10-03 10:34:45 -05:00 |
|
Scott Fennell
|
d1957c650b
|
handle garbage values/invalid input ClassicCheckPointAgent
|
2018-10-03 10:34:11 -05:00 |
|
Scott Fennell
|
ba0c310e64
|
remove potential memory leak
|
2018-10-02 10:58:53 -05:00 |
|
Scott Fennell
|
1c387551f6
|
replace delete with delete[] MatLab4.cpp
|
2018-10-02 10:51:44 -05:00 |
|
Scott Fennell
|
b10b56e671
|
initialize variable removing condition on garbage variable MatLab.cpp
|
2018-10-02 10:40:14 -05:00 |
|
Scott Fennell
|
d16064aaf0
|
move strlen statement
|
2018-10-02 10:38:59 -05:00 |
|
Scott Fennell
|
3c7a93c3ca
|
remove memory leaks parseLogHeader.cpp
|
2018-10-02 10:38:09 -05:00 |
|
Scott Fennell
|
33b74c07c9
|
remove memory leaks var.cpp
|
2018-10-01 16:49:55 -05:00 |
|
Scott Fennell
|
e4dcd42b2b
|
fix unreachable code MonteVarFile.cpp
|
2018-10-01 16:22:27 -05:00 |
|
Scott Fennell
|
28863c58a6
|
remove memory leaks and garbage return values TrickBinary.cpp
|
2018-10-01 15:55:04 -05:00 |
|
Scott Fennell
|
a60cc3f2ae
|
remove dead assignment and memory leaks var.cpp
|
2018-10-01 14:28:26 -05:00 |
|
Scott Fennell
|
605f5d0f6d
|
remove dead assignment DataRecordGroup.cpp
|
2018-10-01 14:16:19 -05:00 |
|
Scott Fennell
|
0b2218e449
|
remove dead assignment IPPython.cpp
|
2018-10-01 13:55:02 -05:00 |
|
Scott Fennell
|
424043b146
|
remove 'delete this' double delete in JSONVariableServerThread destructor
|
2018-10-01 13:33:51 -05:00 |
|
Scott Fennell
|
2cdd4bf380
|
free memory leaks MonteVarFile.cpp
|
2018-10-01 13:24:37 -05:00 |
|
Scott Fennell
|
7b3b47aa39
|
init value and style change VariableServerListenThread.cpp
|
2018-10-01 10:26:17 -05:00 |
|
Scott Fennell
|
2c43321076
|
remove dead assignments VariableServerThread_loop
|
2018-10-01 10:13:39 -05:00 |
|
Scott Fennell
|
d701040d22
|
handle invalid swap magic and delete dangling pointers MatLab.cpp
|
2018-09-28 11:17:42 -05:00 |
|
Scott Fennell
|
ac6fd26a6d
|
initialize size for Matlab::Matlab to remove garbage value edge case
|
2018-09-28 10:53:17 -05:00 |
|
Scott Fennell
|
221ced44a0
|
remove dead assignment, divide by zero, memory leak in log.cpp
|
2018-09-28 10:38:40 -05:00 |
|
Scott Fennell
|
60e39e2838
|
remove another dead assignment Delta.cpp
|
2018-09-28 10:13:22 -05:00 |
|
Scott Fennell
|
7dfcf15a43
|
remove dead assignment Delta.cpp
|
2018-09-28 10:12:42 -05:00 |
|
Scott Fennell
|
406f3bb207
|
remove unnecessary strdup causing memory leak
|
2018-09-28 10:07:20 -05:00 |
|
Scott Fennell
|
b7d24b60d6
|
eqparse_funcsub.c remove dead assignment
|
2018-09-28 09:53:14 -05:00 |
|
Scott Fennell
|
dac6893062
|
eqparse_funcsub.c remove dead strlen
|
2018-09-28 09:52:09 -05:00 |
|
Scott Fennell
|
5322bea815
|
correct all MatLab.cpp 'delete' to 'delete []'
|
2018-09-27 16:01:40 -05:00 |
|
Scott Fennell
|
6ee1a97c23
|
change delete to delete [] in MatLab.cpp
|
2018-09-27 15:45:15 -05:00 |
|
Scott Fennell
|
ffb3749a5a
|
prevent garbage value in default switch case MatLab4
|
2018-09-27 15:37:34 -05:00 |
|
Scott Fennell
|
2f328f6697
|
prevent garbage value loaded as value in LogGroup::getValueAtTime
|
2018-09-27 14:32:35 -05:00 |
|
Scott Fennell
|
8315f95a8c
|
remove dead assignment eqparse
|
2018-09-27 10:54:49 -05:00 |
|
Scott Fennell
|
6619ecb92f
|
move commented prints in FieldDescription to debug_level 4
|
2018-09-27 08:10:05 -05:00 |
|
Scott Fennell
|
855510da63
|
handle edge default case for uninitialized value in eqparse
|
2018-09-26 15:10:49 -05:00 |
|
Scott Fennell
|
55db7fc708
|
remove dead assignment in EQParse
|
2018-09-26 15:07:06 -05:00 |
|
Scott Fennell
|
a9f84d1d9f
|
various static analyser bug fixes
|
2018-09-26 14:27:03 -05:00 |
|
Scott Fennell
|
53f3b308f5
|
Merge branch 'master' of https://github.com/nasa/trick
|
2018-09-25 10:41:35 -05:00 |
|
Scott Fennell
|
77e0e73b3f
|
various static analyser bug fixes
|
2018-09-25 10:41:14 -05:00 |
|
jmpenn
|
fccf32093b
|
Explicitly specify void arg for C functions that take no arguments. (#670)
* Clock empty args to void
* command_line func empty args to void
* DataRecord func empty args to void
* debug_pause func empty args to void
* echojobs func empty args to void
* ExternalApplication func empty args to void
* FrameLog func empty args to void
* MasterSlave func empty args to void
* MonteCarlo func empty args to void
* outdllist func proto empty args to void
* sie func empty args to void
* SimTime func empty args to void
* UnitTest func empty args to void
* var_server func empty args to void
* wcs func empty args to void
|
2018-09-19 11:25:04 -05:00 |
|
jmpenn
|
9a5ecd1294
|
Replace unreliable 'divide-by-zero' way of generating NaNs with math.h NAN in deuler routines. (#668)
|
2018-09-17 11:04:53 -05:00 |
|
jmpenn
|
00b4b2c8d9
|
Fix incorrect initialization of units in trick-qp, and incorrect generation of XML that caused fermi tables to crash. (#666)
|
2018-09-13 14:00:29 -05:00 |
|