- Feb 26, 2024
-
-
Anders Lindh Olsson authored
E3-1471: Remove setE3Env.bash See merge request !164
-
Anders Lindh Olsson authored
-
- Feb 23, 2024
-
-
Simon Rose authored
E3-1465: Fix stty sane See merge request !163
-
Simon Rose authored
Note that this is the same as the original bash implementation, and fixes the terminal even on segfaults.
-
- Feb 20, 2024
-
-
Simon Rose authored
E3-1442: Ensure that any failed patch cause failure See merge request !162
-
Simon Rose authored
-
Simon Rose authored
Similar to the change to driver.makefile to handle multiple architectures, we use make's default behaviour to fail a task if any dependency fails.
-
Simon Rose authored
This is not really necessary; you can always re-initialise the submodule or check it out again.
-
- Feb 19, 2024
-
-
Simon Rose authored
E3-1457: Get rid of multuple iocInits See merge request !161
-
- Feb 16, 2024
-
-
Simon Rose authored
-
Simon Rose authored
E3-1461: Fix improper value of E3_CMD_TOP See merge request !160
-
Simon Rose authored
-
- Jan 26, 2024
-
-
Lucas Magalhães authored
Add arguments to GDB option See merge request !158
-
- Jan 25, 2024
-
-
Lucas Magalhães authored
This changes enable to pass arguments to gdb when using "-dg", "--gdb". This is essential to enable the usage of core files and starting scripts.
-
- Jan 23, 2024
-
-
Douglas Araujo authored
E3-1388: 2024q1-rc1 See merge request !157
-
- Jan 22, 2024
-
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
E3-1260: Switch to dbdExpand.pl from EPICS base See merge request !153
-
Simon Rose authored
-
Simon Rose authored
E3-1412: Load config and rules files from e3 modules See merge request !156
-
Simon Rose authored
Install the license file in the third build stage See merge request !155
-
- Jan 18, 2024
-
-
Simon Rose authored
-
- Jan 17, 2024
-
-
Simon Rose authored
Note that this is largely to keep the two versions (nfs, conda) of require compatible; there is no strict need to do this here, but the conda version does require it.
-
- Dec 14, 2023
-
-
Simon Rose authored
Remove 'inappropriate ioctl for device' warning See merge request !154
-
Simon Rose authored
This only came up if I ran, for example ``` $ echo exit | iocsh ``` See https://unix.stackexchange.com/a/26782/445931. This assume bash, which is safe, and fixes the issue.
-
Anders Lindh Olsson authored
E3-1402 See merge request !152
-
- Dec 13, 2023
-
-
Anders Lindh Olsson authored
-
Anders Lindh Olsson authored
-
- Dec 06, 2023
-
-
Anders Lindh Olsson authored
E3-615: Replace `iocsh` shell script with python script See merge request !147
-
- Dec 05, 2023
-
-
Anders Lindh Olsson authored
-
Anders Lindh Olsson authored
The entry point for the e3 IOC shell has been rewritten from being a shell/bash script to instead be in python. Together with this comes a plethora of changes - see the CHANGELOG for a more comprehensive description.
-
Simon Rose authored
E3-1378: Fix make clean See merge request e3/e3-require!150
-
- Dec 04, 2023
-
-
Simon Rose authored
This is due to relying on the intermediate rules ``` build-%: | $(COMMON_DIR) ``` (etc.) which trigger's Make's "intermediate file cleanup". The simplest solution is to make a clear dependency on the common directory instead of the implicit one.
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
Note that this is similar to how this is done in EPICS base and is necessary: we allow for arch-specific dependencies so this really ought to be done after T_A is defined. Moreover, it is necessary to ensure that we don't trigger an error if a dependency is not defined correctly (which has cause `make clean` to fail!)
-
Simon Rose authored
-
- Dec 01, 2023
-
-
Simon Rose authored
-
Simon Rose authored
Add some missing entries into changelog See merge request e3/e3-require!151
-