- 03 Oct, 2017 17 commits
-
-
Stefan Tauner authored
find * -type f \( -name "*.pm" -or -name "*.pl" -or -name "*.tst" -or -name "*.cfg" \) -print0 | parallel -q -0 sed -i -e 's/FAULT_DETECT_/FD_/g;s/RESET_/RST_/g;s/TRIGGER_/TRIG_/g;s/INSTRUMENTATION_/INST_/g;s/IMPLEMENTATION_/IMPL_/g;s/_DURATION/_DUR/g;s/_ACTIVE/_ACT/g;s/_CONFIG/_CFG/g;s/OPTIMIZATION_OFF/OPT_OFF/g;s/s_fiji_trigger_/s_fiji_trig_/g'
-
Stefan Tauner authored
-
Stefan Tauner authored
I.e. fix the chaos that has been growing for a while and the bugs introduced in the patch "fiji_ee_gui: allow to abort test runs even during long transfers"
-
Stefan Tauner authored
-
Stefan Tauner authored
Use this to set the available UART ports and default timer values. The latter gets rid of FIJI::DEFAULT_TIMER_VALUE by replacing it with FIJI::Settings::default_timer_value(). However, it requires some non-trivial changes, namely the refactoring of FIJI::Tests. While at it, we got almost rid of the 'ext' field in Tests. It is lessened to 'TESTPATMAP' containing info to verify tests. The refactoring also allows for unification of opening of tests files in the EE GUI. To that end this patch adds _read_tests_file() that handles creation of the Tests instance and handle user interaction if need be.
-
Stefan Tauner authored
-
Stefan Tauner authored
-
Stefan Tauner authored
-
Stefan Tauner authored
-
Stefan Tauner authored
They are not useful in git. If need be they could be implemented by a fudge/clean filter with git attributes.
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Stefan Tauner authored
-
- 29 Aug, 2016 17 commits
-
-
Christian Fibich authored
-
Christian Fibich authored
-
Stefan Tauner authored
-
Christian Fibich authored
Reapplied Beautify script
-
Christian Fibich authored
Logging to textbox in fiji download GUI Added demo test configuration file
-
Stefan Tauner authored
-
Christian Fibich authored
Added logging to Tk::Text widget
-
Christian Fibich authored
-
Christian Fibich authored
Added functionality to export constraints files from fiji_instrument
-
Christian Fibich authored
-
Christian Fibich authored
Removed FIJI::Settings reference from FIJI::Tests Object
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
Added port to Makefile so we don't have to edit test config files
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-