Commit Graph

1931 Commits

Author SHA1 Message Date
Cody Martin
3870dc73b6
Improve tutorial documentation (#1408) 2022-12-02 14:55:40 -06:00
Jacqueline Deans
0933228dd5 Fix links in documentation 2022-11-30 13:18:56 -06:00
Jacqueline Deans
cb89e4dd7e Update version numbers to prerelease 19.6.0-beta 2022-11-29 16:58:30 -06:00
Jacqueline Deans
0f4ca88da6 Update version numbers for Trick Simulation Environment 19.5.1 2022-11-29 16:56:55 -06:00
jmpenn
d1288e3bcf
Update How-To-Make-A-Release.md
Change the word "postfix" to "suffix" in three places to make the meaning clearer.
2022-11-29 16:32:35 -06:00
Jacqueline Deans
86b0bc9d39
Fix undefined behavior in vs_format_ascii (#1409) 2022-11-29 16:29:54 -06:00
Scott Fennell
fb0a760a71
Add GitHub GUI reports to macOS, More Linux, and Linux Python 2 (#1405)
closes #1404
2022-11-22 13:03:03 -06:00
Scott Fennell
8611d7c40e
Refactor workflow distros and workflow python matrix (#1400) (#1401)
closes #1400
2022-11-21 15:25:08 -06:00
Jacqueline Deans
1b394e9386
Add test sim for interaction between data recording and checkpointing (#1398)
* Add test sim and documentation for interaction between data recording and checkpointing
* Dump failing logs from first phase jobs
2022-11-21 11:57:19 -06:00
Jacqueline Deans
d0f679b31a update version numbers to prerelease 19.6.0-beta 2022-11-17 16:00:00 -06:00
Jacqueline Deans
e86e7fd968 update version numbers for Trick Simulation Environment 19.5.0 2022-11-17 15:54:02 -06:00
Scott Fennell
a32befb71a
Update Developer-Docs-Home.md 2022-11-17 15:52:02 -06:00
Scott Fennell
a5412994bf move release guide to dev docs 2022-11-17 15:51:26 -06:00
Jacqueline Deans
d9e7ac250d
Refactored sim tests to run through TrickOps (#1390) 2022-11-17 15:43:29 -06:00
Jacqueline Deans
f84c744a65
Add .class files to sim directory gitignore [no ci] 2022-11-17 08:42:47 -06:00
Jacqueline Deans
d1b1ca0d75
Center developer docs section [no ci] 2022-11-16 09:23:26 -06:00
Scott Fennell
1eb8376db5
Update test_32.yml 2022-11-15 16:02:38 -06:00
jmpenn
2a03ff5cf4
Replace sprintf with snprintf in all of Trick source. #1384 (#1392)
* Replace sprintf with snprintf in all of Trick source. #1384

* Don't add -Werror for MacOS because of deprecated sprintf warnings which we cant get rid of because SWIG. #1384

* Fixed an unbalanced parenthesis in S_overrides.mk. #1384
2022-11-15 15:00:05 -06:00
Scott Fennell
265513684a
Update Install-Guide.md 2022-11-15 09:54:17 -06:00
Jacqueline Deans
9d305fec09
Add a way to disable sim objects (#1364)
* Add set_sim_object_jobs_onoff, get_sim_object_on_off, and change set_sim_object_onoff to preserve the on/off status of jobs
2022-11-15 09:16:08 -06:00
Scott Fennell
716d35a63e
fix link in SSL to Webserver APIs 2022-11-10 12:10:14 -06:00
Isaac Rowe
4cd6da34d8
Ensure MC slaves are set to ready after timeouts (#1370)
Co-authored-by: Isaac Rowe <isaac.s.rowe@nasa.gov>
2022-11-07 15:32:53 -06:00
Jacqueline Deans
1cf4ef58ad
Stop attaching a debugger on segfault on Mac (#1383) 2022-11-07 15:27:00 -06:00
Scott Fennell
e65a0b0783
Add python 2 instructions to install guide 2022-11-04 09:20:09 -05:00
Deans
3b5d03fa14 Add section for developer docs 2022-11-01 10:36:15 -05:00
William Zijie Zhang
f8acca0f34
fix typo monte carlo tutorial (#1377) [no ci]
closes #1377
2022-10-31 05:35:35 -05:00
Scott Fennell
d0511e8fb9
1372 use temporary job pointer instead of modifying curr_job in exec_set_time_tic_value
* add integration test sim SIM_exec_set_time_tic_value
* use temporary job pointer instead of modifying curr_job in exec_set_time_tic_value
closes #1372
2022-10-28 17:19:54 -05:00
Scott Fennell
63e9c32416
update llvm in macOS CI from 11 to 14 2022-10-28 12:56:41 -05:00
Scott Fennell
ce419f11ee
add hyperlink to documentation to logo [skip ci] 2022-10-27 15:55:08 -05:00
Jacqueline Deans
cbe2b7fe32
Update Checkpoints.md 2022-10-26 13:53:53 -05:00
Scott Fennell
c588520727
Autoconf Update & Refactor (#1347)
Refactor autoconf, use best practices
2022-10-25 11:41:49 -05:00
Jacqueline Deans
48bd2bb05b Make trick logo look better in dark mode 2022-10-13 16:25:30 -05:00
Jacqueline Deans
900f7b18be
Generate test coverage and use Coveralls for tracking and visualization (#1366)
* Add code-coverage make target and github actions workflow
* Upload coverage to coveralls
* Add coverage badge to readme
* Fix some test makefiles to correctly propagate flags
2022-10-13 14:23:16 -05:00
Jacqueline Deans
1da5092ac8
Update Documentation-Home.md 2022-10-07 17:10:16 -05:00
Jacqueline Deans
bb34c37de7
Fix broken link in docs 2022-10-07 17:03:47 -05:00
Jacqueline Deans
ff04d211ee
Fix broken link in docs 2022-10-07 17:03:04 -05:00
Jacqueline Deans
2519c914a5
Pair checkpointing fix (#1356)
* Fix pair checkpointing bug, add tests
* Documentation update
2022-10-07 17:00:09 -05:00
Jacqueline Deans
3d2e8e52ca
Set checkpointing fix (#1357)
* Fix set checkpointing, add tests
* Documentation update
2022-10-07 14:24:21 -05:00
Jacqueline Deans
f19ba7df78
Test and Document STL Checkpointing (#1355)
* Updates SIM_stl to include checkpoint writing and checkpoint restore, as well as adding more data structures to test
* Thoroughly tests supported STL types with MM_stl_checkpoint and MM_stl_restore
* Adds an option to enable or disable STL restore in accessible interfaces and changes default to true
* Updates documentation on STL checkpointing to clearly state limitations and known bugs
2022-10-07 08:37:09 -05:00
Scott Fennell
540bc7d96f
Update trickops.yml 2022-10-06 16:08:30 -05:00
Scott Fennell
6d42ff2eb0
Update test_32_oracle.yml 2022-10-06 16:08:06 -05:00
Scott Fennell
0dbee658ee
Update test_32.yml 2022-10-06 16:07:49 -05:00
Scott Fennell
4e85b3d79d
Update test_macos.yml 2022-10-06 16:06:16 -05:00
Scott Fennell
c281be3326
Update test_linux.yml 2022-10-06 16:05:51 -05:00
jmpenn
8867baf1f8
Merge pull request #1349 from nasa/Issue_1348
Make MemoryManager::reset_memory and class destructors coordinate the…
2022-10-06 12:30:55 -05:00
John M. Penn
8eea9e9ab9 Make MemoryManager::reset_memory and class destructors coordinate the deletion of objects. #1348 2022-09-26 16:54:41 -05:00
Scott Fennell
1769bb7061
Update Install-Guide.md 2022-09-26 15:15:03 -05:00
Scott Fennell
99bdf509b3
Update Install-Guide.md 2022-09-26 15:11:21 -05:00
Scott Fennell
4ac9777ab8
Move Troubleshooting link 2022-09-26 15:10:12 -05:00
Scott Fennell
550991669d
Add uninstall old trick to troubleshooting in install guide 2022-09-26 15:09:32 -05:00