Skip to content
Snippets Groups Projects
  1. Aug 03, 2017
  2. Jul 20, 2017
  3. Jul 11, 2017
  4. May 19, 2016
  5. May 03, 2016
  6. Mar 25, 2016
  7. Mar 14, 2016
  8. Mar 11, 2015
  9. Oct 30, 2014
  10. Oct 15, 2014
  11. Oct 07, 2014
  12. Oct 06, 2014
  13. Jul 23, 2014
  14. Jun 25, 2014
  15. Jun 19, 2014
    • Alexander van Amesfoort's avatar
      Task #5830: revert most KVpair changes. The extra overloads clash on either 32... · d69ce59a
      Alexander van Amesfoort authored
      Task #5830: revert most KVpair changes. The extra overloads clash on either 32 or 64 bit. Adding overloads will also fail, as they cannot be mapped to PVSS data types in the PVSSGateway (default case there is to try string). So overloads -> template won't work either. Agreed with Ruud to also remove the vector<int> support (already not mapped). Then to solve the original data type problem, adapt a few logged data types from uint or ulong to int. While at it, adapt a few to bool from string ("0" or "1").
      d69ce59a
  16. Jun 18, 2014
  17. Jun 10, 2014
  18. Jun 07, 2014
  19. Jun 06, 2014
  20. Apr 02, 2014
  21. Mar 19, 2014
  22. Mar 18, 2014
  23. Mar 17, 2014
  24. Jan 10, 2014
  25. Dec 19, 2013
  26. Dec 13, 2013
  27. Nov 26, 2013
  28. Nov 25, 2013
  29. Nov 22, 2013
  30. Nov 04, 2013
  31. Oct 24, 2013
  32. Jul 12, 2013
  33. Jul 03, 2013
    • Alexander van Amesfoort's avatar
      Task #4643: use THROW_SYSCALL() macro instead of 'throw... · 73a63ef5
      Alexander van Amesfoort authored
      Task #4643: use THROW_SYSCALL() macro instead of 'throw SystemCallException(...)' to ensure that errno is loaded immediately and not after it was possible clobbered by string() or Backtrace(). Replace open-coded version in a few instances where the problem had already bitten. Note that all pthread_*() do not set errno, but return it (or 0), so keep those as-is. Fix up errno passing of pthread_kill() in this regard.
      73a63ef5
  34. Jun 26, 2013
Loading