1. 10 Apr, 2015 1 commit
  2. 09 Apr, 2015 2 commits
  3. 08 Apr, 2015 4 commits
  4. 07 Apr, 2015 5 commits
  5. 04 Apr, 2015 1 commit
  6. 02 Apr, 2015 3 commits
  7. 01 Apr, 2015 1 commit
  8. 26 Mar, 2015 1 commit
    • Dominik Charousset's avatar
      Make actor flags atomic to silence false positives · a5575438
      Dominik Charousset authored
      Use `atomic<int>` instead of `int` for `local_actor::m_flags`. The atomic uses
      only relaxed memory ordering, since all flags that are allowed to be read by
      others never change after an actor has launched. This should produce the same
      compiler output as before---at least on x86 or any platform with atomic
      load/store for word sized memory regions---but suppresses false positives from
      analyser tools such as Thread Sanitizer. Close #255.
      a5575438
  9. 24 Mar, 2015 2 commits
  10. 21 Mar, 2015 1 commit
  11. 20 Mar, 2015 1 commit
  12. 18 Mar, 2015 10 commits
  13. 17 Mar, 2015 1 commit
  14. 16 Mar, 2015 1 commit
  15. 13 Mar, 2015 2 commits
  16. 12 Mar, 2015 4 commits