1. 09 Aug, 2015 1 commit
    • Matthias Vallentin's avatar
      Bring back macro for checks that expect to fail · e46bb7fc
      Matthias Vallentin authored
      This used to be CAF_FAIL, but in the process of streamlining the
      semantics of this macro to be compatible with Boost.Test, we've lost the
      ability to express a check which is known to fail. The macro
      CAF_CHECK_FAIL brings back this capability. The suffix _FAIL after CHECK
      hints that this is a variation of CAF_CHECK.
      e46bb7fc
  2. 08 Aug, 2015 3 commits
  3. 06 Aug, 2015 3 commits
  4. 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
  5. 03 Aug, 2015 4 commits
  6. 30 Jul, 2015 2 commits
  7. 28 Jul, 2015 5 commits
  8. 27 Jul, 2015 10 commits
  9. 25 Jul, 2015 1 commit
  10. 24 Jul, 2015 2 commits
  11. 23 Jul, 2015 2 commits
  12. 22 Jul, 2015 2 commits
  13. 20 Jul, 2015 1 commit
  14. 17 Jul, 2015 1 commit
  15. 15 Jul, 2015 2 commits