- 04 May, 2018 40 commits
-
-
Stefan Tauner authored
And some other minor refinements
-
Stefan Tauner authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Stefan Tauner authored
-
Stefan Tauner authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Stefan Tauner authored
-
Stefan Tauner authored
-
Stefan Tauner authored
-
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'
-
Christian Fibich authored
-
Christian Fibich authored
-
Stefan Tauner authored
-
Stefan Tauner authored
- cover page: * remove explicit copyright notice * add same acknowledgment as in papers - use a single main makefile - move together common images - set image search path to common_tex/img - include a unified tex header file
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Stefan Tauner authored
Due to the weird level mechanism of Log4Perl the we cannot (easily) set the verbosity directly but only increase it. Rename functions and variables to reflect this better and use the new function correctly.
-
Christian Fibich authored
-
Christian Fibich authored
-
Stefan Tauner authored
-
Stefan Tauner authored
-
Stefan Tauner authored
-
Stefan Tauner authored
This enables the user to unset the completion script path.
-
Stefan Tauner authored
- introduce a new parameter to force interaction (e.g. to save files) - default to be interactive in manual mode because it makes no sense otherwise - avoid interaction in other modes unless forced
-
Stefan Tauner authored
-
Stefan Tauner authored
Since the appender is defined in logger.conf and thus loaded by all applications we need to remove it at load time from all applications but the CLI EE tool.
-
Stefan Tauner authored
Move code from FIJITestsViewer and generify it to make it usable for other modules like the EE CLI tool.
-
Stefan Tauner authored
-
Stefan Tauner authored
-
Stefan Tauner authored
Move code from FIJITestsViewer and generify it to make it usable for other modules like the EE CLI tool.
-
Stefan Tauner authored
Also, change shortcut for clearing the log to alt+c as implied by its label.
-
Stefan Tauner authored
-