Skip to content
Snippets Groups Projects
  1. May 03, 2016
  2. Mar 25, 2016
  3. Mar 14, 2016
  4. Mar 11, 2015
  5. Oct 30, 2014
  6. Oct 15, 2014
  7. Oct 07, 2014
  8. Oct 06, 2014
  9. Jul 23, 2014
  10. Jun 25, 2014
  11. 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
  12. Jun 18, 2014
  13. Jun 10, 2014
  14. Jun 07, 2014
  15. Jun 06, 2014
  16. Apr 02, 2014
  17. Mar 19, 2014
  18. Mar 18, 2014
  19. Mar 17, 2014
  20. Jan 10, 2014
  21. Dec 19, 2013
  22. Dec 13, 2013
  23. Nov 26, 2013
  24. Nov 25, 2013
  25. Nov 22, 2013
  26. Nov 04, 2013
  27. Oct 24, 2013
  28. Jul 12, 2013
  29. 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
  30. Jun 26, 2013
  31. Mar 28, 2013
  32. Mar 26, 2013
  33. Mar 16, 2013
  34. Mar 13, 2013
Loading