Skip to content
Snippets Groups Projects
  1. Sep 26, 2022
  2. Sep 23, 2022
  3. Sep 22, 2022
  4. Sep 06, 2022
  5. Aug 30, 2022
  6. 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
  7. Aug 26, 2022
  8. Aug 25, 2022
  9. Aug 24, 2022
  10. 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
  11. Jul 19, 2022
  12. Jul 18, 2022
  13. Jul 15, 2022
  14. Jun 29, 2022
  15. May 25, 2022
  16. May 19, 2022
  17. May 18, 2022
  18. May 12, 2022
  19. May 10, 2022
  20. May 02, 2022
  21. Apr 29, 2022
  22. Apr 20, 2022
  23. Apr 13, 2022
  24. Apr 11, 2022
  25. Apr 04, 2022
  26. Mar 25, 2022
  27. Mar 24, 2022
  28. Mar 22, 2022
  29. Mar 08, 2022
  30. Mar 04, 2022
  31. Feb 09, 2022
  32. Feb 08, 2022
Loading