Skip to content
Snippets Groups Projects
  1. Dec 14, 2023
  2. Dec 13, 2023
  3. Dec 06, 2023
  4. Dec 05, 2023
  5. Dec 04, 2023
  6. Dec 01, 2023
  7. Nov 30, 2023
  8. Nov 06, 2023
  9. Oct 31, 2023
  10. Oct 06, 2023
  11. Sep 26, 2023
  12. Aug 23, 2023
  13. Aug 22, 2023
  14. Aug 17, 2023
  15. Aug 08, 2023
  16. Aug 07, 2023
    • Lucas Magalhães's avatar
      16e43250
    • Lucas Magalhães's avatar
      Simplify getRecordHandle · 7359c987
      Lucas Magalhães authored
      First change is to remove minsize, we don't need to calculate the size
      previously anymore as we don't change the pfield directly.
      Also, remove the get_array_info call. This was mandatory to be able to
      update the pfield, we don't do it anymore.
      7359c987
    • Lucas Magalhães's avatar
      Remove registerExternalModules · 58e8071e
      Lucas Magalhães authored
      The E3 does not use modules linked out of require so this code is
      superfluous here. It was used to register require itself however the
      code complexity was not justified for such simple task. To fulfill
      this a simpler function was added just to register require.
      58e8071e
    • Lucas Magalhães's avatar
      Change fillModuleListRecord to user dbPut · b0ecf5b4
      Lucas Magalhães authored
      This function was writing the buffers directly instead of using
      standard EPICS API to update the record. Using the API is clearer
      and safer.
      b0ecf5b4
  17. Aug 03, 2023
  18. Aug 01, 2023
    • Simon Rose's avatar
    • Simon Rose's avatar
      E3-641: Remove "make epics" rules · 227e1d39
      Simon Rose authored
      These were intended originally to allow a hybrid build system: you
      could build an e3 module as the dynamically loaded shared library,
      but you could also run `make epics` and build it as a vanilla EPICS
      module.
      
      However, this has never really worked, nor has it been supported. It
      may in the future be supplanted by properly using the EPICS build
      rules in lieu of the use of driver.makefile, but that is for a future
      change.
      227e1d39
  19. Jul 19, 2023
  20. Jul 17, 2023
  21. Jul 13, 2023
Loading