]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/CMakeLists.txt
added "zip" option to the Package.cmake.in, fixed test failure in cvmorph when built...
[opencv.git] / opencv / CMakeLists.txt
2010-04-05 vp153added "zip" option to the Package.cmake.in, fixed test...
2010-04-05 alekcacModify cmake for tbb include/lib files.
2010-04-05 vp153do not set "-march=i686" on 64-bit Linux boxes
2010-04-02 vp153let's try to add -march=i686 on 32-bit archs (ticket...
2010-03-26 vp153renamed tbb's proxy split struct to Split; cleaned...
2010-03-25 vp153put back Carbon UI as alternative highgui back-end...
2010-03-25 vp153converted HOG & LKPyramid tracker from OpenMP to TBB...
2010-03-24 mdimtbb detection log
2010-03-24 vp153converted several OpenMP loops into TBB's parallel_for...
2010-03-18 alekcacUpdate version info to 2.1.0
2010-03-13 vp153fixed compile errors and crashes on 64-bit Ubuntu
2010-03-12 vp153do not use unsupported -mssse3 -msse4.1 flags with...
2010-03-12 vp153switch between SSE and non-SSE code dynamically =>...
2010-03-12 alekcacupdate include/lib files of ffmpeg to 0.5.1 version...
2010-03-09 vp153added QTKit and Cocoa support for highgui on MacOSX...
2010-03-06 jamesbStrip trailing whitespace on PYTHON_NUMPY_INCLUDE_DIRS...
2010-03-06 jamesbauto detect NumPy
2010-02-26 anatolytbb support added for cv and build system
2010-02-25 kecsapAdd /lib and /usr/lib for FIND_LIBRARY as first priorit...
2010-02-25 kecsapProper fix for ticket #47 - previous solution broke...
2010-02-18 sc_sdResolve (missing -fPIC option) Linux compile error...
2010-01-25 vp153integrated Prosilica GigE video capturing module by...
2010-01-22 vp153comment off "/D _BIND_TO_CURRENT_CRT_VERSION=1 /D _BIND...
2010-01-11 vp153fixed warning; set the correct MSVC flags (/EHsc =...
2010-01-02 vp153excluded some obsolete files from the generated packages
2009-12-25 vp153by default, on Linux use own libjpeg, libpng, libtiff...
2009-12-19 jlblancoFirst try to enable OpenCV compiled as static libs.
2009-12-03 vp153fixed build on Win64 (thanks to Jan Wassenberg)
2009-11-06 schouartAdd linking to gstreamer-video-0.10
2009-11-03 vp153with MSVC enable OpenMP only in Debug; disabled force...
2009-11-02 vp153made some critical functions "force inline"; decreased...
2009-10-23 vp153use the standard gstappsink from GStreamer when possibl...
2009-10-19 vp153By default turn OpenMP off everywhere. On Windows many...
2009-10-05 jamesbowmanCvSubRect etc fix for type bug, tostring bug
2009-09-29 vp153converted changelog to HTML format
2009-09-29 vp153updated to 2.0.0; some fixes for VS2008 SP1
2009-09-29 vp153repair windows package and compile errors on Windows
2009-09-29 vp153repair windows package and compile errors on Windows
2009-09-28 vp153readded openmp support for GCC, fixed haartraining
2009-09-27 vp153yet another attempt to make ffmpeg bindings to compile...
2009-09-25 vp153another attempt to make cvcap_ffmpeg.cpp compile in...
2009-09-23 vp153fixed IPP detection on 64-bit linux
2009-09-22 vp153added support for IPP on Linux & MacOSX
2009-09-21 vp153added libswscale check to avoid cvcap_ffmpeg.cpp compil...
2009-09-15 vp153The first attempt to solve the problem with installing...
2009-09-14 vp153a few more fixes for the Windows installer
2009-09-14 jamesbowmanAdd new Python bindings
2009-09-10 vp153fix and improve packaging in Windows; the version numbe...
2009-09-09 vp153Latex docs can now be built on Windows with MiKTeX...
2009-09-09 jlblancofixed broken OpenCVConfig.cmake due to last changes...
2009-09-08 xavier98workaround for cmake parse issue under mingw-cross...
2009-09-08 vp153fixed build of the relocated docs and eliminated some...
2009-09-07 jlblancoMore fixes for path with spaces.
2009-09-07 jlblancoFixed CMake errors when building in a path with spaces.
2009-09-01 vp153added another possible location for ffmpeg headers
2009-08-18 vp153suppress MSVC warnings about std::vector and std::copy
2009-07-31 vp153fixed some more GCC & MSVC warnings. Now samples on...
2009-07-30 jamesbowmanFreeBSD build fix
2009-07-29 vp153CMake scripts can now build the new OpenCV LaTeX docs
2009-07-28 jlblanco- CPack-generated NSIS installer for Win32 is now more...
2009-07-23 vp153on Mac make use of libjpeg, libpng etc. by default...
2009-07-23 vp153OpenCV ver promoted to 1.1.1, added faster eigen()...
2009-07-21 vp153allow user to set custom compiler flags (removed "FORCE...
2009-07-06 vp153replaced ${CMAKE_SOURCE_DIR}-based paths with ${CMAKE_C...
2009-07-02 baeuml- add WITH_* parameters to allow disabling linking...
2009-06-22 vp153added precompiled headers for XCode (not tested yet...
2009-05-25 vp153fixed compatibility with CMake 2.4.6
2009-05-21 jlblanco- OpenMP is enabled by default in win32/Visual Studio.
2009-05-20 vp153included [OPENCV_]EXTRA_C_FLAGS into the real command...
2009-05-11 vp153Repaired build with nmake Makefiles
2009-05-11 vp153Repaired "nmake Makefiles"
2009-05-11 kecsupAdditional gcc flag for 64 bit systems
2009-05-11 jlblanco* fixed wrong GCC flags issue for CMAKE_BUILD_TYPE...
2009-05-11 jlblancofixed compiler flags under GCC
2009-05-10 jlblancore-added debug/release common flags to CMAKE_{CXX|C...
2009-05-09 vp153turn on the release configuration by default
2009-04-29 vp153repair SSE* support to make use of the tons of optimize...
2009-03-11 kecsupDisable missing SSE/SSE2 on AMD processors
2009-03-10 rstanchakAdded V4L capture interface that uses libv4l. This...
2009-03-07 vp153removed cxcompat.h and the old API moved back to cxcore...
2009-03-05 jlblanco- CMake system: Variables:
2009-03-04 jlblanco- Added missing link library for Linux: rt
2009-02-16 bornetCorrect indentation
2009-02-16 bornetTypo
2009-02-16 bornetcmake 2.4 (at least on Ubuntu 8.04 (hardy)) don't defin...
2009-02-12 bornetInstall samples via CMake options
2009-02-11 jlblanco- Generation of a third OpenCVConfig.cmake file in...
2009-01-26 vp153image codecs (libjpeg etc.) can now be taken from OpenC...
2009-01-23 vp153add 3rdparty subdirectory on any platform, as it contai...
2009-01-23 kecsupFixed whole program optimization flags for VS 8 and...
2009-01-22 vp153added support for CMake 2.4.x
2009-01-21 kecsupRemove unnecessary old code
2009-01-21 kecsupUpdate SSE3 and PNG support in cmake
2009-01-18 kecsupInstall the data files to (prefix)/bin as well
2009-01-18 kecsupPatch the highgui to compile with ffmpeg in Gentoo...
2009-01-13 kecsupgit-svn-id: https://code.ros.org/svn/opencv/trunk@1490...
2009-01-13 vp153small fix for ealier versions of cmake
2009-01-11 kecsupRefine the gcc optimizations in the build tools
2009-01-09 kecsupFix the sse/sse2 optimizations for Athlon XP (SF bug...
2009-01-01 kecsupAdd ffmpeg/swscale check to the cmake
next