Thomas Brain
e476f1fa9b
Destructor restart fixes
2022-09-01 09:37:15 -05:00
Thomas Brain
940afad3f5
Merge remote-tracking branch 'origin/master' into dev
2022-09-01 09:37:08 -05:00
Jacqueline Deans
bcaaeedd89
Fix syntax on job_class_order docs
2022-08-26 11:51:25 -05:00
Thomas Brain
433ae34e55
Fix clearing arrays of strings ( #1337 )
...
#1335
2022-08-25 11:05:26 -05:00
Thomas Brain
32c409e139
Fix clearing arrays of strings
2022-08-24 16:59:13 -05:00
Jacqueline Deans
2deb7cd180
Sit out SIM_test_varserv
...
SIM_test_varserv fails intermittently for no apparent reason; take it out of CI until it can be debugged.
2022-08-24 13:34:03 -05:00
jmpenn
bb69212155
Merge pull request #1336 from excaliburtb/dev
...
Fix issue with writing to an array of std::strings.
2022-08-24 12:50:11 -05:00
Thomas Brain
8132c00165
Fix issue with writing to an array of std::strings. Use sizeof(std::string) instead of sizeof(char *).
2022-08-24 09:53:57 -05:00
jmpenn
4c1271b43b
Update How-to-dump-core-file-on-MacOS.md
...
Add lines between title and header in an attempt to fix the weird rendering problem in which '>' gets injected .
2022-08-22 15:43:32 -05:00
John M. Penn
79916fcd04
Document Tweaks #1334
2022-08-22 15:29:15 -05:00
John M. Penn
9495f3cd27
Document How to Dump a Core-file on MacOS #1334
2022-08-22 15:24:01 -05:00
Jacqueline Deans
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
Jacqueline Deans
6d56c281e0
Fix broken link in Webserver.md
2022-08-15 14:16:29 -05:00
Scott Fennell
fe7422c5f0
Update report_linux.yml
2022-08-11 16:50:21 -05:00
Scott Fennell
c390ca5ba6
replace GTEST_HAS_TR1_TUPLE with -std=c++11 ( #1331 )
2022-08-11 15:10:29 -05:00
Scott Fennell
af4a40057d
Update Install-Guide.md
...
closes #1300 references #1302
2022-08-11 11:27:36 -05:00
Jacqueline Deans
77dae99fc8
Race condition patch ( #1329 )
...
* Add patch for an uncommon bug where some data recording threads hang forever
2022-08-10 13:10:18 -05:00
Jacqueline Deans
866c7a871f
Fix broken link in docs
2022-08-09 14:01:03 -05:00
Jacqueline Deans
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
Scott Fennell
3e54516abb
correct trick-units printout for Rankine
2022-08-02 17:01:35 -05:00
Scott Fennell
d28a835c4d
Update test_32_oracle.yml
2022-08-01 15:32:50 -05:00
Scott Fennell
4671883353
Test 32-bit mode on oraclelinux 8 ( #1327 )
...
* Add 32bit test for oraclelinux8 #1304
closes #1304
2022-08-01 15:11:12 -05:00
John M. Penn
58cbf24d5a
Remove 2 arg delete_var unit test case. #1301
2022-07-28 16:43:26 -05:00
John M. Penn
cb0d0ab295
Merge branch 'master' of https://github.com/nasa/trick
2022-07-28 15:01:30 -05:00
John M. Penn
d94d5fc863
Remove destroy flag from MemoryManager::delete_var(). #1301
2022-07-28 15:00:55 -05:00
Scott Fennell
be5f170b90
Revert "In MemoryManager_clear_memory.cpp call delete_var with destroy flag==true. #1301 ( #1324 )" ( #1325 )
...
This reverts commit 5bf349bb1f
.
2022-07-28 14:58:13 -05:00
Scott Fennell
5bf349bb1f
In MemoryManager_clear_memory.cpp call delete_var with destroy flag==true. #1301 ( #1324 )
...
Authored-by: John M. Penn <john.m.penn@nasa.gov>
2022-07-28 13:09:21 -05:00
John M. Penn
36416c1973
Refactoring of CrewModule Graphics client in SIM_splashdown #1322
2022-07-27 16:07:50 -05:00
Scott Fennell
d80c4ff0c7
Update test_32.yml
2022-07-27 15:00:33 -05:00
Scott Fennell
318603cda3
add version number v1.15 to civetweb install instructions
2022-07-27 08:48:15 -05:00
Scott Fennell
2dd12fcbb6
#1315 parse websocket msg len for correct data ( #1316 )
...
closes #1315
2022-07-27 08:40:40 -05:00
Jacqueline Deans
61a378553d
update version numbers to prerelease 19.5.0-beta
2022-07-20 16:53:18 -05:00
Jacqueline Deans
9363603f0f
update version numbers for Trick Simulation Environment 19.4.0
2022-07-20 16:47:07 -05:00
Scott Fennell
e15723bde5
Update How-To-Make-A-Release.md
2022-07-20 16:09:56 -05:00
Scott Fennell
a34c0fa5ca
Update How-To-Make-A-Release.md
2022-07-20 16:02:48 -05:00
Scott Fennell
0fdcb086c5
Update How-To-Make-A-Release.md
2022-07-20 16:02:03 -05:00
Scott Fennell
194a29e255
Update How-To-Make-A-Release.md
2022-07-20 16:01:39 -05:00
Scott Fennell
234b733ac5
Update How-To-Guides.md
2022-07-20 15:59:42 -05:00
Scott Fennell
19cd35a63c
Update How-To-Guides.md
2022-07-20 15:59:19 -05:00
Scott Fennell
b4b8226953
Create How-To-Make-A-Release.md
...
closes #1310
2022-07-20 15:58:26 -05:00
Jacqueline Deans
b69475175d
Minor improvement to SIM_billiards
2022-07-20 15:56:02 -05:00
Scott Fennell
3cd2a1606f
1308 gcc ver ( #1309 )
...
* add correct GCC verno to ICG for llvm >= 10
Co-authored-by: Jacqueline Deans <jndeans@jslal0520121056.jsc.nasa.gov>
Co-authored-by: Deans <jdeans289@gmail.com>
2022-07-20 11:38:42 -05:00
Jacqueline Deans
790ec56816
Merge pull request #1306 from nasa/1299-sim-pool
...
Trick Billiards Simulation (#1299 )
2022-07-20 11:37:13 -05:00
Jacqueline Deans
cdc1f240d8
Add gtest instructions for MacOS to install guide
2022-07-19 16:49:12 -05:00
Jacqueline Deans
ff18faf6dc
Refactor graphics client to run in a single thread; remove extraneous files
2022-07-14 16:07:14 -05:00
Deans
ad5be89c4a
Adding fully function simulation
2022-07-14 11:05:56 -05:00
Deans
8537601ccb
Saving working state
2022-07-14 09:17:00 -05:00
dbankieris
bc67ccef1e
Merge pull request #1303 from nasa/982
...
Omit cv_convert_double for trivial conversions
2022-07-08 13:59:30 -05:00
Derek Bankieris
8fcd83e5e1
Omit cv_convert_double for trivial conversions
...
Refs #982
2022-07-08 12:32:43 -05:00
jmpenn
c988052f85
Update FAQ.md
2022-07-06 12:12:53 -05:00