More Linux / build (map[arch:debian arch_ver:10], apt-get install -y libgtest-dev
cd /usr/src/gtest
cmake .
make
cp libgtest* /usr/lib/
) (push) Has been cancelled
More Linux / build (map[arch:debian arch_ver:11], export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y tzdata
) (push) Has been cancelled
* Integrated MultiDtInteg classes into Trick build.
* Corrected some comments
* Cleaned up version and added test
* Small fixes and more interesting test case
* Added MultiDt integration User's Guide section.
* Correct numbered solutions
* Newline fix
* Added check that an integration rate can be represented in trick tics
* Fixed doc comment and added baseline sat2d_multidt sim. Need to add specific rates.
* Fixed some tics vs doubles issues. Added testing and comparison vs single rate. exact match
* cleaned up unit test input files and prevent both realtime and any guis if unit tests are enabled
* Fix input file syntax error
* Merging changes from cmake branch to master
* Fixing includes for renamed header files
* still need build rule
* Adding warning for swig code for gcc8+
* Adding CMakeLists.txt for data products
* Cmake merge #901
Making adjustments to get cmake working on the Mac (Mojave)
* Cmake merge #901
Changing string append to list append