1. 08 Aug, 2015 1 commit
    • Matthias Vallentin's avatar
      Let CAF_FAIL cause an unconditional failure · 602837e0
      Matthias Vallentin authored
      The macro CAF_REQUIRE and CAF_FAIL now both terminate test execution.
      The only difference between the two is that CAF_REQUIRE takes a
      condition and CAF_FAIL a termination erro message. This behavior is
      similar to Boost.Test.
      
      Resolves #330.
      602837e0
  2. 06 Aug, 2015 3 commits
  3. 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
  4. 03 Aug, 2015 4 commits
  5. 30 Jul, 2015 2 commits
  6. 28 Jul, 2015 5 commits
  7. 27 Jul, 2015 10 commits
  8. 25 Jul, 2015 1 commit
  9. 24 Jul, 2015 2 commits
  10. 23 Jul, 2015 2 commits
  11. 22 Jul, 2015 2 commits
  12. 20 Jul, 2015 1 commit
  13. 17 Jul, 2015 1 commit
  14. 15 Jul, 2015 2 commits
  15. 13 Jul, 2015 1 commit
  16. 09 Jul, 2015 2 commits