1. 09 Jan, 2017 1 commit
  2. 06 Jan, 2017 1 commit
  3. 04 Jan, 2017 1 commit
  4. 03 Jan, 2017 4 commits
  5. 02 Jan, 2017 1 commit
    • Matt Bennett's avatar
      Merge pull request #7952 from mattmyne:JSONWriteFixTrailingDecimalPoint · c3a8db6d
      Matt Bennett authored
      Append zero to trailing decimal place for FileStorage JSON write of a float or double value (#7952)
      
      * Fix for FileStorage JSON write of a float or double value that has no fractional part; appends a zero character after the trailing decimal place to meet JSON standard.
      
      * strlen return to size_t type rather than unnecessary cast to int
      c3a8db6d
  6. 31 Dec, 2016 2 commits
  7. 30 Dec, 2016 2 commits
  8. 23 Dec, 2016 4 commits
  9. 22 Dec, 2016 5 commits
  10. 21 Dec, 2016 1 commit
    • Vitaly Tuzov's avatar
      Merge pull request #7802 from terfendail:ovxhal_wrappers_migration · be7d060e
      Vitaly Tuzov authored
      * OpenVX HAL updated to use generic OpenVX wrappers
      
      * vxErr class from OpenVX HAL replaced with ivx::WrapperError
      
      * reduced usage of vxImage class from OpenVX HAL replaced with ivx::Image
      
      * vxImage class rewritten as ivx::Image subclass that calls swapHandle prior release
      
      * Fix OpenVX HAL build
      
      * Fix for review comments
      be7d060e
  11. 19 Dec, 2016 18 commits