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