Skip to content
Snippets Groups Projects
  1. Dec 01, 2022
  2. Nov 30, 2022
  3. Nov 22, 2022
  4. Nov 21, 2022
  5. Nov 10, 2022
  6. Nov 07, 2022
  7. Nov 03, 2022
  8. Oct 28, 2022
  9. Oct 20, 2022
  10. Oct 19, 2022
  11. Oct 14, 2022
  12. Oct 13, 2022
  13. Oct 10, 2022
  14. Sep 26, 2022
  15. Sep 23, 2022
  16. Sep 22, 2022
  17. Sep 06, 2022
  18. Aug 30, 2022
  19. Aug 29, 2022
    • Christos Anastopoulos's avatar
      Clean up TrackingVolumes un-needlessy declared as const · 079eb4f6
      Christos Anastopoulos authored and Frank Winklmeier's avatar Frank Winklmeier committed
      In various places we were declaring TrackingVolumes as const, and then we were manipulating them later on in the call chain.
      
      We do no need to create new Tracking Volumes as const as a starting point. Especially if the next step is manipulate/fill them by passing them to relevant tools ....
      
      So the proper idea seems to be (done in other MT related migrations) :
      
      * Let's create them as non-const
      * manipulate/ add to them/ glue them together,
      * when we are done access them later on `as const` via proper `const correct` interfaces.
      
      This MR is step 0, the basic prequisite for cleaning up of all the helpers/processors etc etc. It avoids a few `const_cast` and marks back some methods as `THREAD_SAFE` already.
      079eb4f6
  20. Aug 26, 2022
  21. Aug 25, 2022
  22. Aug 24, 2022
  23. Jul 22, 2022
    • Johannes Elmsheuser's avatar
      JiveXML: update build dependency for RPC for CentOS7 and CentOS9 · 83b9e4a9
      Johannes Elmsheuser authored and Walter Lampl's avatar Walter Lampl committed
      Fix for ATEAM-841. Handle Sun RPC remote address information transparently for IPv4 and IPv6 by using the generic getnameinfo() function. This includes Attila's suggested patch for CMake and the FindRPC.cmake and compiles on both CentOS 7 and 9. Adding the recommended constants to use for the size of result buffers of getnameinfo().  Patch orginally provided by Reiner Hauser.
      83b9e4a9
  24. Jul 19, 2022
  25. Jul 18, 2022
  26. Jul 15, 2022
  27. Jun 29, 2022
  28. May 25, 2022
  29. May 19, 2022
  30. May 18, 2022
  31. May 12, 2022
  32. May 10, 2022
Loading