1. 23 May, 2017 1 commit
  2. 20 May, 2017 2 commits
    • Constantin Rack's avatar
      Merge pull request #2583 from timou/wincmake · ec56eaae
      Constantin Rack authored
      Suppress linker warning 4221 for MSVC
      ec56eaae
    • Tim Ebringer's avatar
      Suppress linker warning 4221 for MSVC · 293a1825
      Tim Ebringer authored
      Some #define switches cause the body of entire files to be omitted. This
      causes a linker warning on Visual Studio 2017, for example
      
          warning LNK4221: This object file does not define any previously
          undefined public symbols, so it will not be used by any link
          operation that consumes this library
      
      Since this is warning us about something that shouldn't be
      earth-shattering news, we add a linker flag to suppress this warning on
      MSVC builds.
      293a1825
  3. 18 May, 2017 4 commits
  4. 17 May, 2017 4 commits
  5. 16 May, 2017 3 commits
  6. 10 May, 2017 3 commits
  7. 08 May, 2017 2 commits
  8. 07 May, 2017 2 commits
  9. 06 May, 2017 2 commits
  10. 05 May, 2017 1 commit
  11. 03 May, 2017 2 commits
  12. 01 May, 2017 12 commits
  13. 30 Apr, 2017 1 commit
    • Luca Boccassi's avatar
      Problem: no way to deploy releases to OBS · f126da8b
      Luca Boccassi authored
      Solution: add new tokens to .travis.yml and change ci_deploy.sh
      script to use Github APIs to create a temporary branch at the tag,
      and the OBS APIs to trigger a source service run in the stable and
      draft release projects:
      network:messaging:zeromq:release-stable
      network:messaging:zeromq:release-draft
      
      The branch hack is unfortunately necessary as it is not possible to
      modify OBS sources with the token APIs, and it is also not possible
      to automatically fetch the latest tag in the service files.
      The temporary branch is immediately deleted.
      f126da8b
  14. 29 Apr, 2017 1 commit