- 05 Sep, 2016 2 commits
-
-
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'
-
- 01 Sep, 2016 1 commit
-
-
Christian Fibich authored
-
- 31 Aug, 2016 3 commits
-
-
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
-
- 30 Aug, 2016 5 commits
-
-
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.
-
- 29 Aug, 2016 29 commits
-
-
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
-
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"
-
Christian Fibich authored
-
Stefan Tauner authored
- make all of them a function - use the same parameter and return scheme for said function - unify indentation, wording and parameter names - document verbosity parameter
-
Stefan Tauner authored
-
Stefan Tauner authored
-
Stefan Tauner authored
-
Stefan Tauner authored
- work correctly with new worker error mechanism - add endtime parameter - reorganize for better readability and less line breaks in output - use MIME::Lite to support SMTP servers with passwords
-
Stefan Tauner authored
-
Stefan Tauner authored
E.g., [cycles]
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-