1. 11 Jun, 2019 1 commit
  2. 07 Jun, 2019 1 commit
  3. 15 Mar, 2019 1 commit
  4. 17 Dec, 2018 1 commit
  5. 24 Nov, 2018 1 commit
    • Alexander Alekhin's avatar
      python: update install paths · ad35b79e
      Alexander Alekhin authored
      - don't require "OPENCV_PYTHON{2,3}_INSTALL_PATH" if OPENCV_SKIP_PYTHON_LOADER=ON
      - avoid unnecessary relative paths in generated config-X.Y.py
      ad35b79e
  6. 16 Nov, 2018 1 commit
    • Alexander Alekhin's avatar
      python: bindings loader package · ce6acd3e
      Alexander Alekhin authored
      Configures and loads OpenCV bindings extension including 3rdparty dependencies
      
      Based on running Python specify:
      - configure PYTHON_PATH (via "sys.path")
      - configure LD_LIBRARY_PATH / PATH
      ce6acd3e
  7. 25 Oct, 2018 1 commit
  8. 07 Jun, 2018 1 commit
  9. 27 Mar, 2018 1 commit
  10. 09 Feb, 2018 1 commit
  11. 09 Dec, 2017 1 commit
  12. 07 Dec, 2017 1 commit
  13. 15 Nov, 2017 1 commit
  14. 06 Sep, 2017 1 commit
  15. 22 Aug, 2017 1 commit
  16. 19 Aug, 2017 1 commit
  17. 30 Jun, 2017 1 commit
  18. 26 Jun, 2017 1 commit
  19. 10 Nov, 2016 1 commit
  20. 07 Oct, 2016 1 commit
  21. 16 Aug, 2016 1 commit
  22. 13 Jul, 2016 1 commit
  23. 07 Jul, 2016 1 commit
  24. 26 Feb, 2016 1 commit
  25. 17 Dec, 2015 1 commit
  26. 14 Dec, 2015 1 commit
  27. 09 Jun, 2015 1 commit
  28. 24 Mar, 2015 1 commit
    • Tim D. Smith's avatar
      Don't explicitly link Python on OS X · b9b743bb
      Tim D. Smith authored
      Explicitly linking to a Python framework on OS X prevents modules from
      being built against one Python (i.e. system python) and imported from
      another (i.e. Homebrew python); the interpreter segfaults if there's a
      linkage to a foreign Python. Building the module with `-undefined
      dynamic_lookup` instead of an explicit link allows the symbols to be
      resolved at load time from a compatible python.
      b9b743bb
  29. 02 Mar, 2015 1 commit
  30. 18 Feb, 2015 1 commit
  31. 10 Feb, 2015 1 commit
  32. 22 Sep, 2014 1 commit
  33. 01 Sep, 2014 1 commit
  34. 21 Aug, 2014 2 commits
  35. 19 Aug, 2014 4 commits
  36. 15 Aug, 2014 1 commit