19 Commits (9111538bfb3290b03732bdd2d263aeda9cacb627)

Author SHA1 Message Date
Pavel Rojtberg 6fb9d42c3f Hid symbols in static builds, added LTO flags, removed exports from ts 7 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Marina Kolpakova 680a44189c merged the trunk r8704:8716 13 years ago
Andrey Kamaev e94e5866a1 Fixed mingw build warnings 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Vadim Pisarevsky 4985c1b632 fixed hundreds of warnings from MSVC 2010. 13 years ago
Vadim Pisarevsky 562914e33b upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN. 14 years ago
Vadim Pisarevsky 848be8dfe1 temporarily reverted to FLANN 1.5 (FLANN 1.6 is put to a separate branch FLANN_1.6 until it's stabilized) 14 years ago
Vadim Pisarevsky 6767f1db9e added dummy symbol to flann to make OpenCV compile on Windows 14 years ago
Marius Muja 9153018bd2 Updated FLANN 14 years ago
Marius Muja 53e6bab678 Prefixed constants in flann with FLANN_ to prevent clashes with constants from other includes, closes bug #890 14 years ago
Marius Muja 7d42dbdd71 Removing 'using namespace std' from header files, closes bugs #730 and #846 14 years ago
Marius Muja 9bf80fb209 Renaming log constants, fixes bug #792 14 years ago
Vadim Pisarevsky d8ace43753 fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx 15 years ago
Vadim Pisarevsky f678c8f07b made FLANN (and dependent on it code) build fine on Windows. Most of the changes are added CV_EXPORTS' into the class declarations and extern variables are turned into external functions (as a nice side effect the variables are now read-only) 15 years ago
Marius Muja 16b1f61c83 Updated FLANN to version 1.5 15 years ago