- 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
-
- Nov 30, 2023
-
-
Simon Rose authored
-
- Nov 06, 2023
-
-
Simon Rose authored
E3-1145: Remove `ARCH_FILTER` in favour of `EXCLUDE_ARCHS` See merge request e3/e3-require!149
-
- Oct 31, 2023
-
-
Simon Rose authored
-
Anders Lindh Olsson authored
CE-1958: Remove enabling of core dumps See merge request e3/e3-require!148
-
- Oct 06, 2023
-
-
Anders Lindh Olsson authored
Done in order to not generate infinitely large files, which otherwise might cause a system to run out of memory. The soft limit is set to 100 MB.
-
- Sep 26, 2023
-
-
Anders Lindh Olsson authored
-
Anders Lindh Olsson authored
Set EPICS base version in `.gitlab-ci.yml` instead of project settings, to make it more transparent as well as to make it work also for forks.
-
Anders Lindh Olsson authored
-
- Aug 23, 2023
-
-
Lucas Magalhães authored
E3-1160: Install license files automatically See merge request e3/e3-require!146
-
Lucas Magalhães authored
-
- Aug 22, 2023
-
-
Simon Rose authored
Build essioc and test that it loads correctly See merge request e3/e3-require!145
-
Simon Rose authored
-