1. 21 Aug, 2015 5 commits
  2. 20 Aug, 2015 1 commit
  3. 19 Aug, 2015 2 commits
  4. 18 Aug, 2015 6 commits
  5. 17 Aug, 2015 16 commits
  6. 09 Aug, 2015 2 commits
  7. 08 Aug, 2015 3 commits
  8. 06 Aug, 2015 3 commits
  9. 05 Aug, 2015 1 commit
    • Marian Triebe's avatar
      Fix build on MSVC · 36077a3c
      Marian Triebe authored
      This commit includes a fix for `accept` of the socket API with MSVC.
      
      Examples are now working, but use the `trivial match case`, the `advanced
      match case` is not available on MSVC due to internal compiler errors.
      
      The `thread_local` keyword is used on MSVC and GCC, while Clang does not
      support it for now.
      
      This commit also fixes minor warnings with the MSVC compiler and removes
      the `pragma comment` for linking libraries with MSVC.
      36077a3c
  10. 03 Aug, 2015 1 commit