- May 04, 2023
-
-
Simon Rose authored
-
- Apr 04, 2023
-
-
Simon Rose authored
-
- Sep 27, 2022
-
-
Simon Rose authored
-
Simon Rose authored
This commit also modifies how driver.makefile processes .st/.stt files. According to the SNL documentation, .stt files should not be pre-processed. However, driver.makefile has historically been performing the exact same actions to both types of files, counter to what the documentation said.
-
- Sep 20, 2022
-
-
Simon Rose authored
-
Simon Rose authored
Previously, it was the case that running ``` $ iocsh -r module -l cellMods $ iocsh -l cellMods -r module ``` would both work correctly, but if you looked at the IOC log it was not clear why that was the case; in the former case it _appeared_ like we were finding the module before setting `EPICS_DRIVER_PATH`. This only worked because this variable is exported from the shell. This change forces the `-l` flag to be processed _before_ all of the other flags in order to ensure that paths are determined first.
-
- Jan 16, 2022
-
-
Juntong Liu authored
-
- Jan 13, 2022
-
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
This was needed since we had to have a way for the test suites to override this value. However, this can also be acheived by writing to configure/CONFIG_CELL.local. This was added in a refactoring of run_make to make more clear what variables can be passed there.
-
- Jan 12, 2022
-
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
- Dec 01, 2021
-
-
Simon Rose authored
-
Simon Rose authored
-
- Jun 23, 2021
-
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-