1. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  2. 27 Nov, 2013 2 commits
  3. 17 Nov, 2013 1 commit
  4. 01 Apr, 2013 1 commit
  5. 13 Mar, 2013 1 commit
  6. 25 Feb, 2013 1 commit
  7. 28 Jun, 2012 1 commit
  8. 20 Jun, 2012 1 commit
  9. 15 Jun, 2012 1 commit
  10. 07 Jun, 2012 1 commit
  11. 03 Feb, 2012 1 commit
    • Andrey Kamaev's avatar
      Global CMake reorganization: · 984eb994
      Andrey Kamaev authored
       [~] Automatically tracked dependencies between modules
       [+] Support for optional module dependencies
       [+] Options to choose modules to build
       [~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
       [+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
       [~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
      984eb994
  12. 06 Oct, 2011 1 commit
  13. 11 May, 2010 1 commit