1. 02 Nov, 2016 4 commits
  2. 01 Nov, 2016 1 commit
  3. 31 Oct, 2016 7 commits
  4. 30 Oct, 2016 3 commits
  5. 29 Oct, 2016 6 commits
  6. 28 Oct, 2016 9 commits
  7. 27 Oct, 2016 5 commits
  8. 26 Oct, 2016 4 commits
  9. 25 Oct, 2016 1 commit
    • Erich Keane's avatar
      Correct cast for _InterlockedExchangeAdd on ICC · 689cf796
      Erich Keane authored
      A bug in ICC improperly identified the first parameter as "void*"
      rather than the proper "volatile long*".  This is scheduled to be
      fixed in ICC in a future release.
      
      This patch casts only to a "long*" to preserve backwards compatibility
      with the ICC 16 and ICC 17 releases.
      689cf796