1. 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
  2. 07 May, 2019 4 commits
  3. 06 May, 2019 1 commit
  4. 18 Apr, 2019 1 commit
  5. 14 Apr, 2019 1 commit
  6. 18 Mar, 2019 1 commit
  7. 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
  8. 12 Feb, 2019 2 commits
  9. 02 Feb, 2019 2 commits
  10. 01 Feb, 2019 2 commits
  11. 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
  12. 12 Jan, 2019 1 commit
  13. 15 Dec, 2018 1 commit
  14. 14 Dec, 2018 1 commit
  15. 28 Nov, 2018 2 commits
  16. 12 Nov, 2018 1 commit
  17. 09 Nov, 2018 1 commit
  18. 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
  19. 31 Oct, 2018 1 commit
  20. 22 Oct, 2018 1 commit
  21. 09 Oct, 2018 1 commit
  22. 09 Sep, 2018 2 commits
  23. 16 Aug, 2018 1 commit
  24. 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
  25. 26 Jul, 2018 2 commits
  26. 24 Jul, 2018 2 commits
  27. 04 Jun, 2018 1 commit
  28. 01 Jun, 2018 1 commit
  29. 30 May, 2018 1 commit
  30. 28 May, 2018 1 commit