CERTI icon indicating copy to clipboard operation
CERTI copied to clipboard

CERTI is an Open Source HLA RTI. HLA (High-Level Architecture) is a general purpose architecture for distributed computer simulation systems. In HLA systems, the RTI (RunTime Infrastructure) manages d...

Results 3 CERTI issues
Sort by recently updated
recently updated
newest added

I am unable to build version 3.5.1 from http://download.savannah.nongnu.org/releases/certi/ Using: ``` #60~20.04.1-Ubuntu SMP 5.8.0-53-generic ``` Here is an output from terminal: ``` ~/Downloads/CERTI-3.5.1-Source1/build$ cmake -DCMAKE_INSTALL_PREFIX=/install /home/norica/Downloads/CERTI-3.5.1-Source1 -- The CXX compiler...

Hello, Could you please synchronize with https://git.savannah.nongnu.org/git/certi.git ? The last 4 commits fix the bugs #56568 and #55104, and so allow to work with more recent OS, like macOS Mojave...

### Compilation I tried compiling in Linux Mint 21, g++ 11.4. Tons of 'deprecated' warnings: - "dynamic exception specifications are deprecated in C++11" - "template class std::auto_ptr’ is deprecated: use...