- 04 May, 2018 19 commits
-
-
Stefan Tauner authored
-
Stefan Tauner authored
Command line used was: find * -type f \( -name "*.pm" -or -name "*.pl" -or -name "*.c" -or -name "*.v" -or -name "*.vhd" -or -name "*.psl" \) -print0 | parallel -q -0 sed -ri -e 's/^([[:blank:]]*[^[:blank:]]+)([[:blank:]]+)(https:\/\/embsys.technikum-wien.at\/projects\/vecs\/fiji)/\1\2\3\n\1\n\1\2The creation of this file has been supported by the publicly funded\n\1\2R\&D project Josef Ressel Center for Verification of Embedded Computing\n\1\2Systems (VECS) managed by the Christian Doppler Gesellschaft (CDG)./g'
-
Christian Fibich authored
-
Stefan Tauner authored
Also, add some missing strict/warning statements and fix resulting warnings and refine some comments in the headers of files.
-
Stefan Tauner authored
-
Christian Fibich authored
Otherwise, arguments to long options given with '=' are not globbed. Adress issue vecs/fiji#62
-
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.
-
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
Move code from FIJITestsViewer and generify it to make it usable for other modules like the EE CLI tool.
-
Stefan Tauner authored
-
Christian Fibich authored
-
Stefan Tauner authored
These are often created by udev rules for easier recognition.
-
Stefan Tauner authored
-
Stefan Tauner authored
-
Stefan Tauner authored
Reuse code of show_documenation to create a generic cross-platform open function. Also, get rid of the extra help button in FIJI Setup and FIJI Download GUI.
-
Christian Fibich authored
-
Stefan Tauner authored
Use it to launch the documentation in fiji_setup
-