1. 14 Jun, 2017 2 commits
    • Iban Cereijo's avatar
      Problem: CMake evaluation fails with Mingw-w64 · d040dc18
      Iban Cereijo authored
      Solution: we can use 'CMAKE_SYSTEM_VERSION' instead of
      '${CMAKE_SYSTEM_VERSION}' for the 'if' clauses.
      
      CMake fails to evaluate condition when CMAKE_SYSTEM_VERSION is
      empty, which can happen with a default installation of Mingw-w64
      in Linux.
      d040dc18
    • Iban Cereijo's avatar
      Problem: missing Ws2_32.lib when cross compiling · 2c4e5364
      Iban Cereijo authored
      Solution: use lower case ws2_32.lib to enable cross compilation
      from platforms with case-sensitive filesystems.
      
      When cross compiling the tests with Mingw-w64, CMake cannot
      locate Ws2_32.lib
      2c4e5364
  2. 12 Jun, 2017 2 commits
  3. 02 Jun, 2017 2 commits
  4. 23 May, 2017 2 commits
  5. 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
  6. 18 May, 2017 4 commits
  7. 17 May, 2017 4 commits
  8. 16 May, 2017 3 commits
  9. 10 May, 2017 3 commits
  10. 08 May, 2017 2 commits
  11. 07 May, 2017 2 commits
  12. 06 May, 2017 2 commits
  13. 05 May, 2017 1 commit
  14. 03 May, 2017 2 commits
  15. 01 May, 2017 7 commits