Skip to content
Snippets Groups Projects
  1. Jan 16, 2020
    • vargheseg's avatar
      genericTransfer: disable data invalidation · 8e820037
      vargheseg authored
      - New flag parameter for ExceptionHandlingDecorator::genericTransfer.
        Method does not invalidate data if flag invalidateOnFailure is set to
        false.
      - Write related methods in ExceptionHandlingDecorator set
        invalidateOnFailure flag to false
      
      Changes resolve ticket #57.
      8e820037
    • tkozak's avatar
      Adjust CMakeList to use add_dependency instead of FIND_PACKAGE for... · 436458a4
      tkozak authored
      Adjust CMakeList to use add_dependency instead of FIND_PACKAGE for DeviceAccess library - now all path to headers are correctly added to the project when ControlSystemAdapter lib and DeviceAccess lib are installed in different directories.
      436458a4
  2. Jan 13, 2020
    • Martin Killenberg's avatar
      Solved some recursive inclusion of headers · 53d9ee23
      Martin Killenberg authored
      - ConfigReader is in ApplicationCore.h, but was including ApplicationCore.h itself
      - Added include guards to ApplicationCore.h, although it's not stricktly needed (all included headers have one). Might speed up complilation because it makes it easier for the parser.
      53d9ee23
  3. Jan 10, 2020
  4. Jan 09, 2020
  5. Jan 08, 2020
  6. Dec 13, 2019
  7. Dec 12, 2019
  8. Dec 09, 2019
  9. Dec 03, 2019
  10. Nov 27, 2019
  11. Nov 21, 2019
  12. Nov 20, 2019
Loading