1. 02 Apr, 2015 3 commits
  2. 01 Apr, 2015 1 commit
  3. 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
  4. 24 Mar, 2015 2 commits
  5. 21 Mar, 2015 1 commit
  6. 20 Mar, 2015 1 commit
  7. 18 Mar, 2015 10 commits
  8. 17 Mar, 2015 1 commit
  9. 16 Mar, 2015 1 commit
  10. 13 Mar, 2015 2 commits
  11. 12 Mar, 2015 4 commits
  12. 11 Mar, 2015 4 commits
  13. 09 Mar, 2015 3 commits
  14. 06 Mar, 2015 6 commits