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