
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 17 (100.0%) | 2222 (100.0%) | 130.7 |
| hliu | 16 (94.1%) | 2222 (100.0%) | 138.8 |
| jcfr | 1 (5.9%) | 0 (0.0%) | 0.0 |
ENH: Update CMakeLists.txt - CMake 2.6 is now required
The following line have been added:
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
ENDIF(COMMAND CMAKE_POLICY)
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)
0 lines of code changed in 1 file:
ENH: made OpenCV compile with opencv library 1.0.
0 lines of code changed in 2 files:
ENH: moved OpenCV module into IGT category.
0 lines of code changed in 1 file:
STYLE: removed some message commands.
1 lines of code changed in 1 file:
BUG: linked to OpenCV libraries.
11 lines of code changed in 1 file:
ENH: added OpenCV module.
2210 lines of code changed in 11 files: