1. 01 Jul, 2017 2 commits
  2. 29 Jun, 2017 2 commits
  3. 27 Jun, 2017 4 commits
  4. 23 Jun, 2017 2 commits
  5. 22 Jun, 2017 2 commits
  6. 21 Jun, 2017 1 commit
  7. 15 Jun, 2017 1 commit
  8. 14 Jun, 2017 3 commits
  9. 13 Jun, 2017 3 commits
  10. 12 Jun, 2017 2 commits
  11. 02 Jun, 2017 2 commits
  12. 23 May, 2017 2 commits
  13. 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
  14. 18 May, 2017 4 commits
  15. 17 May, 2017 4 commits
  16. 16 May, 2017 3 commits
  17. 10 May, 2017 1 commit