Commit Graph

104 Commits

Author SHA1 Message Date
8821bac18a Handle empty PYTHON_MODULE in header comment (#1432) 2023-01-23 08:50:13 -06:00
5ff52a01c5 Add option to terminate sim on python event error (#1434) 2023-01-20 15:46:10 -06:00
75b05a865f Correct function names in Variable-Server.md 2022-12-06 13:37:32 -06:00
3870dc73b6 Improve tutorial documentation (#1408) 2022-12-02 14:55:40 -06:00
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
d9e7ac250d Refactored sim tests to run through TrickOps (#1390) 2022-11-17 15:43:29 -06:00
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
265513684a Update Install-Guide.md 2022-11-15 09:54:17 -06:00
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
716d35a63e fix link in SSL to Webserver APIs 2022-11-10 12:10:14 -06:00
e65a0b0783 Add python 2 instructions to install guide 2022-11-04 09:20:09 -05:00
cbe2b7fe32 Update Checkpoints.md 2022-10-26 13:53:53 -05:00
1da5092ac8 Update Documentation-Home.md 2022-10-07 17:10:16 -05:00
bb34c37de7 Fix broken link in docs 2022-10-07 17:03:47 -05:00
ff04d211ee Fix broken link in docs 2022-10-07 17:03:04 -05:00
2519c914a5 Pair checkpointing fix (#1356)
* Fix pair checkpointing bug, add tests
* Documentation update
2022-10-07 17:00:09 -05:00
3d2e8e52ca Set checkpointing fix (#1357)
* Fix set checkpointing, add tests
* Documentation update
2022-10-07 14:24:21 -05:00
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
1769bb7061 Update Install-Guide.md 2022-09-26 15:15:03 -05:00
99bdf509b3 Update Install-Guide.md 2022-09-26 15:11:21 -05:00
4ac9777ab8 Move Troubleshooting link 2022-09-26 15:10:12 -05:00
550991669d Add uninstall old trick to troubleshooting in install guide 2022-09-26 15:09:32 -05:00
d8df914ebf Add Environment section to Troubleshooting in Install Guide 2022-09-26 14:58:57 -05:00
5906efe0f9 Document that Trick does not in fact yet support C++ STL types #1339 2022-09-02 16:33:53 -05:00
bcaaeedd89 Fix syntax on job_class_order docs 2022-08-26 11:51:25 -05:00
9c8799610f Variable Server - var_send_once and integration test (#1330)
* Adds the send_once command and message type, which allows a user to request a variable to be sent immediately and only once (intended to replace the var_add, var_send, var_clear idiom that is commonly used for this purpose)
* Minor refactoring of variable server internals to reduce repeated code
* Adds SIM_test_varserv to integration test to test basic variable server functionality
* Changes graphics client for SIM_billiards to use var_send_once as an example of intended use
* Add documentation for var_send_once in docs and tutorial
* Set exit_code_enabled in trick unit tests to be true by default
* Patch for failing bookworm build
2022-08-18 10:47:07 -05:00
6d56c281e0 Fix broken link in Webserver.md 2022-08-15 14:16:29 -05:00
af4a40057d Update Install-Guide.md
closes #1300 references #1302
2022-08-11 11:27:36 -05:00
279d131a0a Add Horizonal Navigation bars (breadcrumbs) to all documentation pages (#1328)
* Add breadcrumbs to all documentation pages, fix some links between pages
2022-08-05 17:05:10 -05:00
318603cda3 add version number v1.15 to civetweb install instructions 2022-07-27 08:48:15 -05:00
cdc1f240d8 Add gtest instructions for MacOS to install guide 2022-07-19 16:49:12 -05:00
10acc84e19 Update Documentation-Home.md 2022-06-24 13:37:47 -05:00
df68e659fe Update Install-Guide.md 2022-06-20 11:24:47 -05:00
ee4fd17de0 Update Install-Guide.md 2022-06-15 16:11:51 -05:00
bc18f5492c Update Install-Guide.md 2022-06-15 16:11:21 -05:00
c0aed4312f add python to macOS install dependencies 2022-06-13 10:16:47 -05:00
ee370d6d33 Update Install-Guide.md 2022-06-10 15:40:45 -05:00
64c502d03f Add apple silicon issue link to install guide
#1283
2022-06-10 15:37:01 -05:00
b314c09eec Tutorial suggestions (#1274)
* Update Data-Record.md (#1265)

Fix typo in input arg string.

* Update TutVariableServer.md (#1269)

tightened up grammar

* Update TutVariableServer.md (#1270)

more accurate usage hint

* Update ATutNumericSim.md (#1271)

instanciate -> instantiate line 376

* Update TutVariableServer.md (#1272)

fixed ⚠️ (⚠️) not displaying properly

* Update ATutNumericSim.md (#1273)

fixed 👉 (👉) not displaying properly

Co-authored-by: Brian <brianmhannan@gmail.com>
Co-authored-by: Matthew D Elmer <matthewdavidelmer@gmail.com>
2022-06-01 14:11:48 -05:00
56e08cce1e Update install guide for macOS 2022-04-14 12:23:24 -05:00
0c207dd511 Update Install-Guide.md 2022-04-04 12:42:55 -05:00
bcebf21cbb Update Configuring_TRICK_with_Civetweb.md
#1239
2022-03-14 13:09:05 -05:00
ddac875ead Update Configuring_TRICK_with_Civetweb.md 2022-03-14 12:47:01 -05:00
ee2cc527c8 Update Configuring_TRICK_with_Civetweb.md
closes #1239
2022-03-14 11:32:53 -05:00
017a5aecf5 Fix/remove STL checkpoint docs, closes #1087 2022-02-07 11:27:17 -06:00
6b793504f2 Remove outdated STL comment. 2022-02-07 11:15:39 -06:00
dbf465f217 Add temporary workaround to find udunits on mac to install guide 2021-12-15 12:37:44 -06:00
8f0a87b046 Update Install-Guide.md 2021-11-19 12:35:05 -06:00
d1258cde7c Fix typos in Configuring_TRICK_with_Civetweb.md. #1188 2021-10-27 14:41:01 -05:00
4647a0b266 Document configuration of Trick with Civetweb. #1188 2021-10-27 14:02:01 -05:00