Caleb Herpin
ad517cd2a4
Enabled document_root and document_root confirmation
2021-07-16 12:17:40 -05:00
Caleb Herpin
973eaf738b
Now exiting if we can't listen on requested port.
2021-07-16 12:03:02 -05:00
Caleb Herpin
2f71740f1a
Chagned default values for debug and enable.
2021-07-16 11:55:15 -05:00
Caleb Herpin
a00c9ca365
Enable message_publish for Civet Server and added currect member variables.
2021-07-16 11:36:04 -05:00
Caleb Herpin
7c7f134fce
Removed .o files from repo
2021-07-16 10:43:46 -05:00
Caleb Herpin
e12da52fca
CivetServer with swig is now working.
2021-07-16 10:42:28 -05:00
Caleb Herpin
c7b088fcff
Not throwing error.
2021-07-15 16:37:06 -05:00
Caleb Herpin
9b5e9ae94f
Merge branch 'master' into swig
2021-07-08 08:21:09 -05:00
Caleb Herpin
d2bb3f88d0
Now installing http handlers and web socket sessions the correct way
2021-07-07 15:30:41 -05:00
Caleb Herpin
8042806f48
Trying to get Swig to work with CivetServer. Not working
2021-07-06 12:38:14 -05:00
Caleb Herpin
0725d28914
Implemented endpoints
2021-07-01 20:59:08 -05:00
Caleb Herpin
e9cd688c3f
Added CivetWeb.sm
2021-07-01 19:38:30 -05:00
Caleb Herpin
e744aa7359
Included code for CivetWebServer. Edited makefile to make civetweb library
2021-07-01 18:09:49 -05:00
Fennell, Scott P 263712616
68cf81736c
Trick 19.4.0 Pre-release ver no
2021-06-23 11:49:41 -05:00
Fennell, Scott P 263712616
15534f7f56
Trick Release 19.3.0
2021-06-23 11:39:47 -05:00
dependabot[bot]
2f51afe197
Bump pdfbox from 2.0.15 to 2.0.24 in /trick_source/java ( #1162 )
...
Bumps pdfbox from 2.0.15 to 2.0.24.
---
updated-dependencies:
- dependency-name: org.apache.pdfbox:pdfbox
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-23 11:33:57 -05:00
Derek Bankieris
9b7e18af15
Create link_list files for Trickification
...
ICG and make_makefile_swig create py_link_list and io_link_list files
listing the files to be linked during sim builds. Trickified projects
require slightly altered lists.
Fixes #1155
2021-06-02 13:56:21 -05:00
Scott Fennell
a88f38b55c
Fix unit test name (RankineToCelsius)
...
Co-authored-by: Tobias Nießen <tniessen@users.noreply.github.com>
2021-06-01 13:26:21 -05:00
Scott Fennell
acdc60050c
change c_intf ref_attributes param to const char ptr, remove casts from calls to function in trick ( #1135 )
...
closes #1129
Co-authored-by: Fennell, Scott P 263712616 <scott.p.fennell@nasa.gov>
2021-05-26 22:12:02 -05:00
Derek Bankieris
8d314fa1b1
Zip SWIG-generated python modules
...
Closes #1144
2021-05-19 17:23:33 -05:00
Scott Fennell
b4d76559eb
edit call to setLangOpts in icg main.cpp to support llvm-12 interface #1138 ( #1139 )
...
closes #1138
2021-04-30 11:15:38 -05:00
Penn, John M 047828115
edcacba00f
Give trick-dre the capability to expand arrayed variables like trick-tv. #381
2021-04-29 14:29:18 -05:00
Scott Fennell
d75faecff8
add missing lock/unlock on pthread map mutex to VariableServer::shutdown fixes #1133 ( #1134 )
...
closes #1133
2021-04-26 23:28:26 -05:00
Scott Fennell
9589c1062c
in ICG: Add FileSkipped preprocessor callback to FindTrickICG ( #1125 )
...
* #608 add implementation of FileSkipped callback to FindTrickICG to add include chains for headers that have already been preprocessed
* #608 add test SIM for FindTrickICG offsets SIM_test_icg_file_skipped
2021-04-19 19:34:17 -05:00
Scott Fennell
6356a87b9f
Update DataRecordGroup.cpp ( #1124 )
2021-04-09 07:57:16 -05:00
Fennell, Scott P 263712616
35014fc69f
fix mm delete var bug #1093
2021-04-06 19:12:18 -05:00
jmpenn
334f8859da
Update Tutorial.md
2021-03-30 10:39:30 -05:00
Penn, John M 047828115
cfc7210f52
Update SAIntegrator tutorial for RKF45. #1123
2021-03-30 09:59:20 -05:00
Scott Fennell
f439d95775
Void ptr external application ( #1121 )
...
* #1119 allocate using memory manager
* #1119 replace void* vector with char* vector in external application
Co-authored-by: Fennell, Scott P 263712616 <scott.p.fennell@nasa.gov>
2021-03-25 13:17:21 -05:00
Fennell, Scott P 263712616
92ad2a8063
reapply prerelease version numbers to master branch
2021-03-12 13:49:27 -06:00
Fennell, Scott P 263712616
7b933255aa
Trick Release 19.2.3
2021-03-12 13:42:49 -06:00
Scott Fennell
6691b14e9e
1093 c str ( #1119 )
...
* update checkpoint_map.hh #1093
* #1093 update checkpoint_pair.hh
* #1093 update checkpoint_queue.hh
* #1093 update MM_write_checkpoint.cc
* #1093 update units_attach.i
* #1093 update checkpoint_sequence_stl.hh
* #1093 update checkpoint_stack.hh
* #1093 update swig_extend_str.i
* #1093 update swig_int_templates.hh
* #1093 update checkpoint_stack.hh and swig_int_typemap.i
* #1093 fix c_str issue without adding memory leaks
* #1093 fix c_str issue without adding memory leaks
* #1093 remove dangling pointers in injector sim object (without causing memory leaks)
* #1093 remove dangling pointers in injector sim object (without causing memory leaks)
* #1093 remove dangling pointers in Event Manaager sim object (without causing memory leaks)
* #1093 fix MonteCarlo_c_intf dangling pointers
Co-authored-by: Fennell, Scott P 263712616 <scott.p.fennell@nasa.gov>
closes #1093
2021-03-12 13:23:35 -06:00
Penn, John M 047828115
a5e67ae3a9
SAIntegrator: Add RKF45Integrator_unittest. #1114
2021-03-02 13:23:26 -06:00
Derek Bankieris
10b16d9f31
Check paths against TRICK_HOME in HeaderSearchDirs
...
Closes #1115
2021-03-02 12:43:10 -06:00
Penn, John M 047828115
c82ff9a72b
SAIntegrator: Add gitignore file for unittest directory.
2021-02-25 23:00:11 -06:00
Penn, John M 047828115
b1c22f2b14
SAIntegrator: Add gitignore files.
2021-02-25 22:58:39 -06:00
Penn, John M 047828115
b67612e506
SAIntegrator: update examples makefile to add AsteroidFlyBy. #1114
2021-02-25 12:00:15 -06:00
Penn, John M 047828115
a2a3ff1dcc
SAIntegrtor: Add example sim for RKF45 called AsteroidFlyBy. #1114
2021-02-24 22:40:56 -06:00
Penn, John M 047828115
e696254bc5
SAIntegrator: Add getLastStepSize() method to RKF45Integrator. #1114
2021-02-24 22:38:35 -06:00
Penn, John M 047828115
320ff5915a
adaptive_step shoould return next_h, not default_h. #1114
2021-02-22 17:23:50 -06:00
Penn, John M 047828115
8e3f99e4fe
SAIntegrator: Add Runge-Kutta-Fehlberg 4(5), an adaptive step-size integrator. #1114
2021-02-22 17:17:29 -06:00
Penn, John M 047828115
ae9ecf2196
Make intermediate work variables local to step functions, and simplify constructors, destructors, copy-constructors, and assignment opertors. #1113
2021-02-22 16:48:13 -06:00
dbankieris
25d91e7852
Merge pull request #1111 from nasa/1110
...
Call follow_address_path for DR_Changes triggers
2021-02-22 12:29:02 -06:00
Derek Bankieris
c428bce49d
Add support for references in MM::ref_name
...
Add an AO_DEREFERENCE ADDRESS_NODE to R->address_path and dereference the
address for REF2->address
2021-02-11 17:36:43 -06:00
Derek Bankieris
8e3726eb98
Mark references as such in ICG
2021-02-11 17:36:43 -06:00
Derek Bankieris
1506063a05
Call follow_address_path for DR_Changes triggers
...
Closes #1110
2021-02-11 15:38:47 -06:00
Scott Fennell
c0791b46d9
icg default constructor is deleted ( #1109 )
...
* check if default constructor is deleted #1094
* unit test icg deleted default constructor #1094
* Update centos 7 swig version to 3.0 to support deleted function in SIM_deleted_default_constructor test
Co-authored-by: Fennell, Scott P 263712616 <scott.p.fennell@nasa.gov>
closes #1094
2021-02-05 19:32:36 -06:00
Penn, John M 047828115
7f045f0d72
Fix missing link in the SAIntegrator Tutorial. #1097
2021-01-27 13:18:52 -06:00
Penn, John M 047828115
7d9c0e00ff
Tag code blocks as being C++ for proper code coloring. #1097
2021-01-27 13:06:28 -06:00
Penn, John M 047828115
0facb73c7d
Add SAIntegrator Tutorial. #1097
2021-01-27 12:49:45 -06:00