1. 01 Aug, 2019 1 commit
  2. 18 Jul, 2019 2 commits
  3. 16 Jul, 2019 1 commit
  4. 14 Jul, 2019 1 commit
  5. 08 Jul, 2019 1 commit
  6. 15 Jun, 2019 1 commit
    • skicc's avatar
      CMake: don't try to link with librt on MinGW · d2be0188
      skicc authored
      On MinGW, librt will might will found as rt library in MSYS, but fails linking with "cannot find -lrt" error.
      As librt is not avaiable on native Windows, we should never try to link with -lrt on MinGW (which is native Windows).
      d2be0188
  7. 07 May, 2019 4 commits
  8. 06 May, 2019 1 commit
  9. 18 Apr, 2019 1 commit
  10. 14 Apr, 2019 1 commit
  11. 18 Mar, 2019 1 commit
  12. 08 Mar, 2019 1 commit
    • Claudio Biagi's avatar
      Proxy performance fix, ticket #3439 · d41ed618
      Claudio Biagi authored
      Improve performance of the proxy forwarding batch of message.
      Add throughput benchmark for proxy.
      Fix valgrind error reported on unitialized vars
      RELICENSE: Add emtr grant
      d41ed618
  13. 12 Feb, 2019 2 commits
  14. 02 Feb, 2019 2 commits
  15. 01 Feb, 2019 2 commits
  16. 19 Jan, 2019 1 commit
    • Luca Boccassi's avatar
      Problem: yqueue false sharing issues on PPC64 · 4a0c83fb
      Luca Boccassi authored
      Solution: detect cacheline size for aligment purposes at build time
      instead of hard-coding it, so that PPC and S390 can align to a value
      greater than the 64 bytes default.
      Uses libc getconf program, and falls back to the previous value of 64
      if not found.
      4a0c83fb
  17. 12 Jan, 2019 1 commit
  18. 15 Dec, 2018 1 commit
  19. 14 Dec, 2018 1 commit
  20. 28 Nov, 2018 2 commits
  21. 12 Nov, 2018 1 commit
  22. 09 Nov, 2018 1 commit
  23. 02 Nov, 2018 1 commit
    • Bill Torpey's avatar
      Some changes for CMakeLists.txt: · 29c369ff
      Bill Torpey authored
      - MacOS version requires CMake version 3.0.2 (because of policy CMP0042)
      - Add option to build instrumented binaries with Address Sanitizer
      - Add option to select compiler intrinsics for atomic ops
      - Only build docs on request (saves build time)
      29c369ff
  24. 31 Oct, 2018 1 commit
  25. 22 Oct, 2018 1 commit
  26. 09 Oct, 2018 1 commit
  27. 09 Sep, 2018 2 commits
  28. 16 Aug, 2018 1 commit
  29. 29 Jul, 2018 1 commit
    • chymanfx's avatar
      Problem: No CI for mingw64 (#3195) · da8024d3
      chymanfx authored
      * Problem: No CI for mingw64
      
      Adding CI support for mingw64 to appveyor.yml
      
      Reason: To help address the issue:
        Several checks fail under 64-bit MinGW on Windows when running make check #3185
      
      * Problem: Docs do not build with mingw64, dll already in right place
      
      Turning off WITH_DOC for mingw64
      Removing copy command for mingw64 and cygwin64 (it now seems to be directly built in "bin" directoy)
      da8024d3
  30. 26 Jul, 2018 2 commits