1. 28 May, 2021 1 commit
  2. 21 May, 2021 3 commits
  3. 20 May, 2021 1 commit
  4. 11 May, 2021 1 commit
  5. 29 Apr, 2021 7 commits
  6. 25 Apr, 2021 1 commit
  7. 24 Apr, 2021 1 commit
  8. 22 Apr, 2021 2 commits
  9. 21 Apr, 2021 1 commit
  10. 19 Apr, 2021 2 commits
  11. 16 Apr, 2021 3 commits
  12. 15 Apr, 2021 1 commit
  13. 13 Apr, 2021 1 commit
  14. 06 Apr, 2021 2 commits
  15. 05 Apr, 2021 1 commit
  16. 26 Mar, 2021 1 commit
  17. 25 Mar, 2021 5 commits
  18. 24 Mar, 2021 3 commits
  19. 23 Mar, 2021 1 commit
  20. 22 Mar, 2021 1 commit
    • Dominik Charousset's avatar
      Tie lifetime of meta objects table to CAF threads · 4e70994d
      Dominik Charousset authored
      Fixes undefined behavior if an application leaves `main` while the
      threads started by CAF are still running. Usually, an application
      destroys the `actor_system` before leaving `main`. However, some
      applications may use the `main` function only for spinning up threads.
      In this case, the meta objects table must exceed the lifetime of the
      static helper object.
      4e70994d
  21. 19 Mar, 2021 1 commit