- Jun 03, 2021
-
-
Simon Rose authored
-
- Apr 15, 2021
-
-
Simon Rose authored
-
- Mar 16, 2021
-
-
Wayne Lewis authored
-
- Mar 03, 2021
-
-
Simon Rose authored
-
Simon Rose authored
-
- Mar 01, 2021
-
-
Simon Rose authored
-
- Feb 26, 2021
-
-
Anders Lindh Olsson authored
-
- Feb 24, 2021
-
-
Anders Lindh Olsson authored
-
Anders Lindh Olsson authored
-
- Feb 23, 2021
-
-
Anders Lindh Olsson authored
-
Anders Lindh Olsson authored
-
Anders Lindh Olsson authored
-
Anders Lindh Olsson authored
-
Anders Lindh Olsson authored
-
- Feb 11, 2021
-
-
Simon Rose authored
-
- Jan 27, 2021
-
-
Simon Rose authored
-
Anders Lindh Olsson authored
remove inclusion of the run_iocsh script and change tests and targets accordingly; idea is that run-iocsh is a required package but not part of require per se
-
- Jan 26, 2021
-
-
Simon Rose authored
-
- Jan 25, 2021
-
-
Simon Rose authored
-
- Jan 21, 2021
-
-
Simon Rose authored
-
- Jan 19, 2021
-
-
Simon Rose authored
-
- Jan 15, 2021
-
-
Simon Rose authored
-
- Jan 12, 2021
-
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
- Jan 08, 2021
-
-
Simon Rose authored
-
Simon Rose authored
-
- Jan 05, 2021
-
-
Torsten Bögershausen authored
Asking grep to output stuff and the piping it to /dev/null can be done better, use "grep -q". From man grep: -q, --quiet, --silent Quiet; do not write anything to standard output. Exit immediately with zero status if any match is found, even if an error was detected. Also see the -s or --no-messages option. While there, remove the redirection of stderr. It should be quiet anyway, and if there really is an error, we want to see it. This removes the "bash-istic" "&> /dev/null" which is a non-portable version of >/dev/null 2>&1
-
- Dec 16, 2020
-
-
Simon Rose authored
-
- Dec 15, 2020
-
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
- Dec 08, 2020
-
-
Simon Rose authored
-
Simon Rose authored
-
- Nov 30, 2020
-
-
Simon Rose authored
-
- Nov 27, 2020
-
-
Simon Rose authored
-
- Nov 06, 2020
-
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
- Oct 23, 2020
-
-
Simon Rose authored
-