1. 18 Aug, 2015 3 commits
  2. 17 Aug, 2015 16 commits
  3. 09 Aug, 2015 2 commits
  4. 08 Aug, 2015 3 commits
  5. 06 Aug, 2015 3 commits
  6. 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
  7. 03 Aug, 2015 4 commits
  8. 30 Jul, 2015 2 commits
  9. 28 Jul, 2015 5 commits
  10. 27 Jul, 2015 1 commit
    • Dominik Charousset's avatar
      Remove logging from broker destructor · f552d18e
      Dominik Charousset authored
      When building CAF with logging enabled, some brokers can be destroyed after the
      logging singleton has been destroyed, resulting in the (lazy) construction of
      another logger which then causes a memory leak.
      f552d18e