Skip to content
Snippets Groups Projects
  1. Oct 28, 2019
  2. Oct 21, 2019
  3. Oct 18, 2019
  4. Oct 17, 2019
  5. Oct 14, 2019
  6. Oct 02, 2019
    • Zenker, Dr. Klaus (FWKE) - 126506's avatar
      Fix sporadic test failures. · 34fdae38
      Zenker, Dr. Klaus (FWKE) - 126506 authored
      Sometimes the test failed because Input variables were not
      yet written. I added some more stepApplication calls in between.
      Seems to work now. Although it is unclear to me why sometimes
      I can add an stepApplication after writing a variable and sometimes
      I can not.
      34fdae38
    • Zenker, Dr. Klaus (FWKE) - 126506's avatar
      Change log level to be poll type. · a39ab380
      Zenker, Dr. Klaus (FWKE) - 126506 authored
      It is suffiecient to have the message being push type.
      readAny of the ReadAnyGroup will update poll type variable
      automatical once there was an update of the push type message.
      a39ab380
  7. Oct 01, 2019
  8. Sep 30, 2019
  9. Sep 27, 2019
  10. Sep 25, 2019
  11. Sep 24, 2019
  12. Sep 16, 2019
  13. Sep 13, 2019
  14. Sep 11, 2019
  15. Sep 10, 2019
  16. Aug 22, 2019
    • Jens Georg's avatar
      Help std::min find the proper type · ddfb2b8a
      Jens Georg authored
      size_t has different types on 32 vs 64 bit systems. UL is correct for
      64. Just use the ::size_type define to help it figure it out properly
      ddfb2b8a
Loading