1. 29 Jul, 2017 1 commit
  2. 25 Jun, 2017 2 commits
  3. 20 Jun, 2017 1 commit
  4. 19 Jun, 2017 1 commit
  5. 26 Jan, 2017 1 commit
  6. 24 Jan, 2017 1 commit
  7. 23 Jan, 2017 1 commit
  8. 01 Dec, 2016 1 commit
  9. 15 Nov, 2016 1 commit
  10. 09 Oct, 2016 1 commit
  11. 08 Oct, 2016 1 commit
  12. 07 Oct, 2016 1 commit
  13. 30 Sep, 2016 1 commit
  14. 14 Sep, 2016 1 commit
    • Valeriy Van's avatar
      Merge pull request #7178 from valeriyvan:iosfixes · f1dcf71d
      Valeriy Van authored
      * Changes delegate property from assign to weak
      
      In modern Objective-C delegate should be weak. In very rare conditions you might want delegate be strong.
      Assign for delegate is sign of legacy code.
      This change prevents crash when you forget nil delegate in dealloc and makes rush with nilling delegate unnecessary.
      This change shouldn't break any existing code.
      
      * Adds implementation for setters and getters for weak delegate properties for non ARC Obj-C files
      
      For whatever reason compiler can't synthesize these.
      And yes, it's time to convert all Objective-C stuff to ARC.
      f1dcf71d
  15. 09 Sep, 2016 2 commits
  16. 26 Aug, 2016 1 commit
  17. 25 Aug, 2016 1 commit
  18. 23 Aug, 2016 1 commit
  19. 11 Aug, 2016 1 commit
  20. 12 Jul, 2016 1 commit
  21. 27 Jun, 2016 3 commits
  22. 17 Feb, 2016 1 commit
    • Marian Zajko's avatar
      ximea new param · e55a053d
      Marian Zajko authored
      - added CAP_PROP_XI_SENSOR_BOARD_TEMP parameter
      - added acquisition resetting for paramters that require it
      e55a053d
  23. 09 Feb, 2016 1 commit
    • Marian Zajko's avatar
      ximea interface update · c2165733
      Marian Zajko authored
      - fixed getProperty call definition
      - added new parameter defitions
      
      removed whitespaces
      
      Reworked enumerators to keep values from previous commit
      
      ximea enums fixes
      
      - fixed whitespaces issue
      - fixed duplicate enum values error
      
      ximea enum definitions update
      
      - fixed videioio.hpp code style
      - fixed ABI violation in enums
      - added new parameter handlers to cpp
      
      XIMEA setProperty update
      
      Added acquisition resetting to buffer size adjustment parameters.
      c2165733
  24. 18 Dec, 2015 1 commit
  25. 17 Dec, 2015 1 commit
  26. 10 Nov, 2015 3 commits
  27. 09 Nov, 2015 1 commit
    • Marian Zajko's avatar
      Fixed whitespace issue · 352b1212
      Marian Zajko authored
      Removed tabulators from enumerators and ximea adapter source as reported
      by precommit docs test.
      352b1212
  28. 05 Nov, 2015 1 commit
    • Marian Zajko's avatar
      XIMEA adapter update · 691fb1ff
      Marian Zajko authored
      - replaced m3api/m3apiX64 binaries with latest xiapi32/xiapi64 to
      support latest camera models
      - added new parameter definitions to videoio_c.h and
      SetProperty/GetProperty calls
      - added acquisition resetting for specific parmateters in SetProperty
      call
      - added new error return value evaluators
      691fb1ff
  29. 23 Oct, 2015 1 commit
  30. 18 Oct, 2015 1 commit
  31. 21 Sep, 2015 1 commit
  32. 08 Jul, 2015 1 commit
  33. 30 Jun, 2015 1 commit
  34. 09 Jun, 2015 1 commit