- Jul 05, 2022
-
-
Ezekiel Dohmen authored
-
- Jun 23, 2022
-
-
Ezekiel Dohmen authored
-
- Apr 14, 2022
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
- Feb 23, 2022
-
-
Ezekiel Dohmen authored
Adding support for a custom target dir while building, fixing a few issues where the SITE.ipc folder/file was not created for a fresh build
-
- Feb 15, 2022
-
-
Ezekiel Dohmen authored
Removing the copy and lib from the path, so you can build the x1tst example without using the run script
-
Ezekiel Dohmen authored
Fixing undefined refrence on debian 11, adding better error messages, replacing uses in two file of RCG_DIR with the newer env var RCG_SRC, adding gitignore in test/ directory so you can run the 'run' script without generating files tracked by git
-
- Jan 20, 2022
-
-
Erik von Reis authored
Modify test/x1tst.mdl to include every part that still works (MATRIX is broken). Add tests to build, install and run models. /opt/rtcds needs to work and be writeable by the testing user for install and run to work. tests are part of cmake and run with ctest on the command line.
-
- Dec 09, 2021
-
-
Erik von Reis authored
-
- Dec 08, 2021
-
-
Erik von Reis authored
-
- Dec 04, 2021
-
-
Erik von Reis authored
-
- Dec 03, 2021
-
-
Erik von Reis authored
rcgtest: tests made more 'rcg directory' agnostic. Some race conditions that could fail tests improved.
-
- Dec 02, 2021
-
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
-
- Nov 30, 2021
-
-
Erik von Reis authored
rcg: Moved sequence check into /src/python dir. Improved sequence error message. Fixed some typos and formatting issues.
-
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
test is implemented as a python script in test/python_modules/sequence/ test compares the calculation sequence to the calculation graph. The test is run during compilation after parsing but before building. By default, a failure will kill compilation, but if IGNORE_SEQUENCE_ERRORS=1 in the environment, only a warning will be issued and compilation will continue.
-
- Nov 29, 2021
-
-
Erik von Reis authored
Two out-of-order bugs are fixed. 1. Ordering simply counts how many inputs of a part of visited. When that number matches the total inputs for the part, the part is visited, but inside a subystem, delays were counted twice. Once on the initial pass looking for signal sources, and again as a normal part. Parts that took input directly from delays could appear early in the sequence. This change skips following links form delays as a normal part. 2. If a data source, including subsystem inputs, constants, delays, grounds were connected directly to a subsystem output, then parts immediately connected from the output would be added to the subsystem sequence, though they were at a higher level. This bug could cause these parts to be sequenced out of order. Change is to check whether a part leading form a data source is in the subsystem. This check is already included when following from normal (non-input) parts.
-
Erik von Reis authored
-
Erik von Reis authored
-
- Nov 28, 2021
-
-
Erik von Reis authored
-
- Nov 19, 2021
-
-
Erik von Reis authored
-
Erik von Reis authored
-
- Nov 18, 2021
-
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
rcgtest.pl refactored and "all" test group added.
-
Erik von Reis authored
-
- Nov 17, 2021
-
-
Erik von Reis authored
-
Erik von Reis authored
-
- Nov 09, 2021
-
-
Erik von Reis authored
-
- Nov 02, 2021
-
-
Erik von Reis authored
RCG test: reverted oscillator test files back to those in master branch. They contain tighter references for when an oscillator part is newly started. Probably the references in this branch were taken on old oscillators.
-
- Oct 06, 2021
-
-
Erik von Reis authored
-