1. 10 Jan, 2019 2 commits
    • Dominik Charousset's avatar
      Replace component-filter with component-blacklist · 1f8a509b
      Dominik Charousset authored
      The component filter only used substring-matching, which makes it
      impossible to filter the "caf" component without also filtering
      "caf.flow". The new blacklist approach uses exact matches and also uses
      atoms instead of strings for the component names to speed up lookups.
      1f8a509b
    • Dominik Charousset's avatar
      Add move_if_optional utility function · 4eb2d18a
      Dominik Charousset authored
      This function allows writing generic code that accepts both pointers and
      optionals but takes ownership of the managed value to avoid unnecessary
      copies.
      4eb2d18a
  2. 09 Jan, 2019 2 commits
  3. 28 Dec, 2018 2 commits
  4. 27 Dec, 2018 4 commits
  5. 13 Dec, 2018 1 commit
    • Dominik Charousset's avatar
      Fix subtle potential bug in actor destruction · 3673feb6
      Dominik Charousset authored
      Actors that access the actor system in their cleanup code code, e.g., in
      the state destructor of stateful actors, can access an invalid context.
      Always accessing the home system instead of retrieving it from the
      context fixes this subtle bug.
      3673feb6
  6. 06 Dec, 2018 2 commits
  7. 03 Dec, 2018 1 commit
  8. 02 Dec, 2018 1 commit
  9. 30 Nov, 2018 3 commits
  10. 29 Nov, 2018 2 commits
  11. 27 Nov, 2018 2 commits
  12. 26 Nov, 2018 1 commit
  13. 25 Nov, 2018 2 commits
  14. 23 Nov, 2018 5 commits
  15. 22 Nov, 2018 10 commits