1. 20 Nov, 2013 1 commit
    • Roman Donchenko's avatar
      Simplified the Windows implementation of CV_XADD. · 4cfbee70
      Roman Donchenko authored
      _InterlockedExchangeAdd is a Visual Studio intrinsic that's available
      for all architectures and in all VS versions that we care about. It's also
      faster than the underscore-less function, since it's an intrinsic.
      We also don't need to declare it ourselves.
      
      It is, however, a Visual Studio-specific intrinsic, so I changed the
      preprocessing condition accordingly.
      
      Fixes <http://code.opencv.org/issues/3365>.
      4cfbee70
  2. 18 Nov, 2013 1 commit
  3. 17 Nov, 2013 8 commits
  4. 15 Nov, 2013 3 commits
  5. 14 Nov, 2013 1 commit
  6. 13 Nov, 2013 2 commits
  7. 11 Nov, 2013 5 commits
  8. 08 Nov, 2013 7 commits
  9. 07 Nov, 2013 4 commits
  10. 06 Nov, 2013 8 commits