Commit Graph

2263 Commits

Author SHA1 Message Date
6d56c281e0 Fix broken link in Webserver.md 2022-08-15 14:16:29 -05:00
fe7422c5f0 Update report_linux.yml 2022-08-11 16:50:21 -05:00
c390ca5ba6 replace GTEST_HAS_TR1_TUPLE with -std=c++11 (#1331) 2022-08-11 15:10:29 -05:00
af4a40057d Update Install-Guide.md
closes #1300 references #1302
2022-08-11 11:27:36 -05:00
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
866c7a871f Fix broken link in docs 2022-08-09 14:01:03 -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
3e54516abb correct trick-units printout for Rankine 2022-08-02 17:01:35 -05:00
d28a835c4d Update test_32_oracle.yml 2022-08-01 15:32:50 -05:00
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
58cbf24d5a Remove 2 arg delete_var unit test case. #1301 2022-07-28 16:43:26 -05:00
cb0d0ab295 Merge branch 'master' of https://github.com/nasa/trick 2022-07-28 15:01:30 -05:00
d94d5fc863 Remove destroy flag from MemoryManager::delete_var(). #1301 2022-07-28 15:00:55 -05:00
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
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
36416c1973 Refactoring of CrewModule Graphics client in SIM_splashdown #1322 2022-07-27 16:07:50 -05:00
d80c4ff0c7 Update test_32.yml 2022-07-27 15:00:33 -05:00
318603cda3 add version number v1.15 to civetweb install instructions 2022-07-27 08:48:15 -05:00
2dd12fcbb6 #1315 parse websocket msg len for correct data (#1316)
closes #1315
2022-07-27 08:40:40 -05:00
61a378553d update version numbers to prerelease 19.5.0-beta 2022-07-20 16:53:18 -05:00
9363603f0f update version numbers for Trick Simulation Environment 19.4.0 19.4.0 2022-07-20 16:47:07 -05:00
e15723bde5 Update How-To-Make-A-Release.md 2022-07-20 16:09:56 -05:00
a34c0fa5ca Update How-To-Make-A-Release.md 2022-07-20 16:02:48 -05:00
0fdcb086c5 Update How-To-Make-A-Release.md 2022-07-20 16:02:03 -05:00
194a29e255 Update How-To-Make-A-Release.md 2022-07-20 16:01:39 -05:00
234b733ac5 Update How-To-Guides.md 2022-07-20 15:59:42 -05:00
19cd35a63c Update How-To-Guides.md 2022-07-20 15:59:19 -05:00
b4b8226953 Create How-To-Make-A-Release.md
closes #1310
2022-07-20 15:58:26 -05:00
b69475175d Minor improvement to SIM_billiards 2022-07-20 15:56:02 -05:00
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
790ec56816 Merge pull request #1306 from nasa/1299-sim-pool
Trick Billiards Simulation (#1299)
2022-07-20 11:37:13 -05:00
cdc1f240d8 Add gtest instructions for MacOS to install guide 2022-07-19 16:49:12 -05:00
ff18faf6dc Refactor graphics client to run in a single thread; remove extraneous files 2022-07-14 16:07:14 -05:00
ad5be89c4a Adding fully function simulation 2022-07-14 11:05:56 -05:00
8537601ccb Saving working state 2022-07-14 09:17:00 -05:00
bc67ccef1e Merge pull request #1303 from nasa/982
Omit cv_convert_double for trivial conversions
2022-07-08 13:59:30 -05:00
8fcd83e5e1 Omit cv_convert_double for trivial conversions
Refs #982
2022-07-08 12:32:43 -05:00
c988052f85 Update FAQ.md 2022-07-06 12:12:53 -05:00
b869f851f5 Add progress on SIM_pool 2022-07-01 09:40:37 -05:00
ed95f22ecf revert changing stageTime in VariableServerSession 2022-06-29 14:49:55 -05:00
284ea8521a 1297 civet enum (#1298)
* include freeze time tics in calculation for websocket data intervals

* add enum type to web server types

closes #1297
2022-06-29 13:52:15 -05:00
866c21d5a5 include freeze time tics in calculation for websocket data intervals (#1296) 2022-06-28 17:20:50 -05:00
ade5932e87 Merge pull request #1293 from nasa/1292-typo-in-ProductVar
Fix typo in ProductVar.java
closes #1292
2022-06-28 16:13:32 -05:00
cad38de0d6 Fix typo in ProductVar.java 2022-06-27 16:17:48 -05:00
10acc84e19 Update Documentation-Home.md 2022-06-24 13:37:47 -05:00
54b86cfb74 Stop ignoring makefile inside SIM_balloon/models/graphics directory. 2022-06-23 16:48:10 -05:00
2b5735328f Add gitignore to stop ignoring makefiles. 2022-06-23 16:36:34 -05:00
b962f692ef fix BalloonDisplay pom file, and SIM_balloon input file. 2022-06-23 15:45:36 -05:00
e8d40d4f07 Build BalloonDisplay with Maven. 2022-06-22 18:18:23 -05:00
df68e659fe Update Install-Guide.md 2022-06-20 11:24:47 -05:00