1. 22 Dec, 2014 3 commits
  2. 18 Dec, 2014 1 commit
  3. 17 Dec, 2014 1 commit
  4. 16 Dec, 2014 1 commit
  5. 15 Dec, 2014 4 commits
  6. 10 Dec, 2014 1 commit
  7. 06 Dec, 2014 3 commits
  8. 05 Dec, 2014 1 commit
  9. 03 Dec, 2014 1 commit
  10. 01 Dec, 2014 2 commits
  11. 25 Nov, 2014 2 commits
  12. 24 Nov, 2014 1 commit
  13. 19 Nov, 2014 1 commit
  14. 16 Nov, 2014 3 commits
  15. 14 Nov, 2014 1 commit
  16. 13 Nov, 2014 6 commits
  17. 12 Nov, 2014 6 commits
  18. 11 Nov, 2014 1 commit
  19. 10 Nov, 2014 1 commit
    • Roman Donchenko's avatar
      Suppress a bogus -Warray-bounds in modules/superres/src/optical_flow.cpp · 13d67b6a
      Roman Donchenko authored
      This is actually the same warning that the suppression at the bottom
      suppresses, but that one doesn't suppress it when using a native compiler
      (go figure).
      
      I remove the forced inclusion of precompiled headers into all sources,
      since otherwise this workaround doesn't work - the header with the warning
      is included before I can use a pragma.
      13d67b6a