1. 14 Mar, 2015 1 commit
  2. 13 Mar, 2015 3 commits
  3. 13 Feb, 2015 1 commit
  4. 27 Jan, 2015 1 commit
  5. 25 Dec, 2014 1 commit
    • Andrey Kamaev's avatar
      Assorted fixes: · c105b729
      Andrey Kamaev authored
      * cmake CMP0054 and CMP0045
      * aarch64 build
      * portable code options in PCH cmake
      * some of gcc 4.9 warnings
      c105b729
  6. 16 Dec, 2014 1 commit
  7. 23 Oct, 2014 1 commit
    • Maksim Shabunin's avatar
      Basic doxygen documentation support · 9b55c099
      Maksim Shabunin authored
      - updated existing Doxyfile.in
      - added corresponding cmake instructions
      - added some specific files (layout, icon)
      - clean existing doxygen warnings
      
      Conflicts:
      	CMakeLists.txt
      	doc/CMakeLists.txt
      	modules/core/include/opencv2/core.hpp
      	modules/core/include/opencv2/core/base.hpp
      	modules/core/include/opencv2/core/cuda.inl.hpp
      	modules/core/include/opencv2/core/mat.hpp
      	modules/core/include/opencv2/core/matx.hpp
      	modules/core/include/opencv2/core/types.hpp
      	modules/flann/include/opencv2/flann/lsh_table.h
      	modules/imgproc/include/opencv2/imgproc.hpp
      9b55c099
  8. 21 May, 2014 2 commits
  9. 20 May, 2014 1 commit
  10. 12 May, 2014 1 commit
  11. 01 May, 2014 1 commit
  12. 03 Jan, 2014 1 commit
  13. 26 Dec, 2013 2 commits
  14. 20 Dec, 2013 1 commit
  15. 18 Dec, 2013 5 commits
  16. 12 Sep, 2013 1 commit
  17. 04 Sep, 2013 1 commit
    • Roman Donchenko's avatar
      Fixed a bug in FLANN resulting in uninitialized accesses. · a9975b14
      Roman Donchenko authored
      This is fixed upstream in mariusmuja/flann@b615f26, but that fix
      would break binary compatibility, so I had to make a different one.
      
      Since the bug isn't quite obvious, here's an explanation. In the const
      version of any::cast, if policy is a small_any_policy, its get_value
      returns its input argument. So r becomes a pointer to obj, and the
      return value is a reference to a local variable, which is invalidated
      when the function exits.
      a9975b14
  18. 21 Aug, 2013 2 commits
  19. 08 Aug, 2013 1 commit
  20. 04 Aug, 2013 1 commit
  21. 10 Jul, 2013 1 commit
  22. 13 May, 2013 1 commit
  23. 27 Mar, 2013 1 commit
    • Alexander Smorkalov's avatar
      Multiple fixes for WinRT · 6f68640d
      Alexander Smorkalov authored
      Fixed flann build with NEON;
      Fixed Haming distance with NEON;
      Honest cvRound for WinRT added;
      cvRound test added;
      Video IO with direct show disabled;
      6f68640d
  24. 31 Jan, 2013 2 commits
  25. 14 Jan, 2013 1 commit
  26. 22 Oct, 2012 1 commit
  27. 17 Oct, 2012 1 commit
  28. 16 Oct, 2012 1 commit
  29. 15 Oct, 2012 1 commit
  30. 11 Oct, 2012 1 commit