Shahzad Lone
b7e400d0db
Remove spacing that makes travis build happy (even though i didn't introduce this ?)
2019-01-28 22:14:02 -05:00
Shahzad Lone
bdc40e3709
Vector Optimize to Save on Re-Allocation costs.
...
We know how many more elements we are going to push into ```listLogGroupIterators_``` so use that to our advantange and reserve inadvance to save on re-allocation costs.
2019-01-25 01:24:12 +00:00
Scott Fennell
35b4cf7880
fix right click in java uis
2019-01-24 16:19:01 -06:00
Scott Fennell
6240b2a893
typecast malloc in a math function in case someone wants to compile it in c++
2019-01-17 15:48:38 -06:00
jmpenn
024cf2eb5f
Update Readme.md
2019-01-15 16:27:11 -06:00
jmpenn
6ba9fbb9cd
Update Readme.md
2019-01-15 16:26:21 -06:00
jmpenn
06002b3f4d
Update Readme.md
2019-01-15 16:25:18 -06:00
Penn, John M 047828115
d76d0e289f
Model Rocket Simulation. Ref #726
2019-01-15 16:23:12 -06:00
Scott Fennell
f0537efb0f
example sim SIM_msd add init body
2018-12-21 14:01:48 -06:00
Scott Fennell
5408b5bc44
refactor example sim SIM_msd
2018-12-21 13:48:38 -06:00
dbankieris
e47cf8d956
Merge pull request #719 from nasa/718
...
Add Unit.hh to files_to_ICG.hh & sim_services.i
2018-12-07 14:09:16 -06:00
Derek Bankieris
9a04d72fd0
Add Unit.hh to files_to_ICG.hh & sim_services.i
...
units_conv.h was also missing from sim_services.i
Closes #718
2018-12-07 08:08:15 -06:00
Alex Lin
bd4c25d927
convert_swig incorrectly excluding files #717
...
Added another grep to remove blank paths after abs_path is run. abs_path will return blank if a path does not exist. We want to remove that from the result.
2018-12-04 13:18:38 -06:00
dbankieris
6b6e4ea027
Merge pull request #716 from nasa/715
...
Add accessor for MonteVarRandom::randist
2018-12-04 12:51:38 -06:00
Derek Bankieris
247fcc370d
Add accessor for MonteVarRandom::randist
...
Closes #715
2018-12-04 11:57:18 -06:00
Derek Bankieris
0394867dfd
Add MonteCarlo::variables accessor
...
Closes #713
2018-12-04 10:25:03 -06:00
Scott Fennell
049485eeae
Merge branch 'master' of github.com:nasa/trick
2018-12-03 09:50:31 -06:00
Scott Fennell
6d5ce8d7bb
#712 add TRICK_CPFLAGS to trick-gte output
2018-12-03 09:49:46 -06:00
Penn, John M 047828115
5333773fbd
Return output length even if output array is NULL. Ref #708
2018-11-27 14:24:48 -06:00
Alex Lin
ca99386026
Trick S_define parser should return nonzero when it fails to find included header #694
...
Added S_source.hh as a dependency to S_main.exe.
2018-11-14 09:51:25 -06:00
jmpenn
ca35092c1d
Fix lockup when running Valgrind. Ref #685 ( #699 )
2018-11-09 13:40:11 -06:00
Scott Fennell
51ddcfaae0
Merge pull request #695 from nasa/java-11
...
Support Java 11
2018-11-06 15:38:56 -06:00
Scott Fennell
f78a7ac8d6
Merge pull request #696 from nasa/scan-build
...
Scan build
2018-11-06 15:36:28 -06:00
Scott Fennell
281fe5bf9b
remove premature delete
2018-11-06 13:59:02 -06:00
Scott Fennell
9b644c406a
remove dangling ptr
2018-11-06 12:14:01 -06:00
Scott Fennell
47c26d971b
remove dangling ptr
2018-11-06 12:03:07 -06:00
Scott Fennell
2607439227
change nullptr to NULL
2018-11-06 11:36:34 -06:00
Scott Fennell
66b3d984ff
Merge branch 'master' into scan-build
2018-11-06 11:24:09 -06:00
Scott Fennell
21c01a5454
scan-build changes
...
This reverts commit e86027f825
.
2018-11-06 11:23:12 -06:00
Scott Fennell
422dcaacef
remove runtime dependancy on java.se.ee
2018-11-05 14:32:02 -06:00
Scott Fennell
f2fdd33986
newline end of file
2018-11-05 14:05:39 -06:00
Scott Fennell
c34d2c6947
move dependance on java.se.ee to third party jars to support java 11
2018-11-05 14:01:52 -06:00
dbankieris
348bbb3798
Add ExecutiveException.hh to sim_services.i ( #691 )
...
* Add ExecutiveException.hh to sim_services.i and files_to_ICG.hh
* Update version number
Fixes #690
2018-10-30 13:49:55 -05:00
Scott Fennell
b23fda4e2c
Merge pull request #689 from nasa/unitless-no-convert
...
#687 do not warn or convert unit --
2018-10-30 10:59:40 -05:00
Scott Fennell
d2e81257c2
#687 do not warn or convert unit --
2018-10-30 10:40:46 -05:00
Scott Fennell
2a059719ba
Merge pull request #683 from nasa/trick-cp-help
...
#677 Add trick-cp --help message
2018-10-25 15:53:38 -05:00
Scott Fennell
d6da626a1a
Merge pull request #686 from nasa/unicode_utils
...
Create a suite of unicode utilities.
2018-10-25 15:53:05 -05:00
Scott Fennell
437ee149b5
release 17.4.0
2018-10-25 15:45:40 -05:00
John M. Penn
a29045005c
Create a suite of unicode utilities.
2018-10-25 15:14:52 -05:00
Scott Fennell
818e60f7a2
remove shadow variable
2018-10-23 14:03:40 -05:00
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
e17509b6d1
add trick-CP --help message #677
2018-10-22 09:20: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
Alex Lin
edddc79e25
Merge pull request #676 from pappyvw/warnings
...
Remove all unused variables and use correct format specifiers
2018-10-19 07:47:42 -05:00
Derek Bankieris
f6872aa12c
Add missing dependency to Trickification makefile
...
Fixes #679
2018-10-18 11:37:59 -05:00
Derek Bankieris
d38c30ad02
SWIG all of S_library_swig during Trickification
...
Fixes #681
2018-10-18 10:45:13 -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