Andrey Kamaev
|
ac96bb357c
|
Suppress more warnings in libtiff
|
2012-10-23 18:20:07 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Andrey Kamaev
|
35a869f6f0
|
Update libtiff to release v4.0.2
|
2012-08-30 00:23:45 +04:00 |
|
Vadim Pisarevsky
|
633a8bfacc
|
fixed many warnings (modified pull request 13)
|
2012-08-28 18:15:14 +04:00 |
|
Andrey Kamaev
|
f2a02feffa
|
Fix Windows build issues
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
|
2012-08-22 11:21:09 +04:00 |
|
Andrey Pavlenko
|
3804ca3e20
|
changing package layout after 'make install' for Android build
|
2012-06-27 06:22:26 +00:00 |
|
Andrey Kamaev
|
d48d7b2b46
|
Updated warning options for GCC; fixed new warnings.
|
2012-06-20 12:27:02 +00:00 |
|
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
2012-06-12 14:46:12 +00:00 |
|
Andrey Kamaev
|
2f40905548
|
Fixed Android build
|
2012-06-08 08:11:17 +00:00 |
|
Andrey Kamaev
|
f62028dc16
|
Fixed mingw build.
|
2012-06-08 03:15:08 +00:00 |
|
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
2012-04-13 21:50:59 +00:00 |
|
Vadim Pisarevsky
|
29077f11f8
|
got rid of "long double" in OpenCV; ticket #1515
|
2012-03-26 13:36:47 +00:00 |
|
Andrey Kamaev
|
18dbe6b3e5
|
cmake scripts are updated to prefer includes from the OpenCV source tree
|
2012-03-03 15:49:23 +00:00 |
|
Andrey Kamaev
|
30d5cdef94
|
Fixed HAVE_UNISTD_H redefinition warning
|
2012-03-01 11:41:10 +00:00 |
|
Andrey Kamaev
|
368181bf4e
|
Fixing windows build of libtiff
|
2012-03-01 09:15:19 +00:00 |
|
Andrey Kamaev
|
e8afcdba0a
|
More flexible tiff library configuration
|
2012-03-01 09:01:32 +00:00 |
|
Alexander Shishkov
|
bc4f63e5bd
|
updated libtiff: from 3.9.5 to 4.0.1 #1609
|
2012-02-29 15:01:28 +00:00 |
|
Andrey Kamaev
|
8141a5026c
|
Refactored cmake for 3rdparty libs
|
2012-02-24 13:53:22 +00:00 |
|
Andrey Kamaev
|
9a88aea697
|
Eliminated all compiler warnings on Android
|
2012-02-21 14:07:44 +00:00 |
|
Vadim Pisarevsky
|
716a5d04ab
|
fixed a few problems detected by Xcode 4.2.1
|
2012-02-15 19:48:04 +00:00 |
|
Vadim Pisarevsky
|
6942799669
|
fixed kmeans center initialization in the case of huge matrices (ticket #1291); fixed warinings in libtiff.
|
2011-08-11 22:27:18 +00:00 |
|
Vadim Pisarevsky
|
217f345e66
|
updated libtiff to 3.9.5 (ticket #1271)
|
2011-08-03 07:51:40 +00:00 |
|
Andrey Kamaev
|
b43ae03328
|
* Install path share/opencv is renamed to share/OpenCV.
* Fixed zlib search.
* Fixed compiler/linker flags caching bug.
* Fixed OpenCVConfig.cmake generation (currently tested only on Unix).
|
2011-06-27 13:59:03 +00:00 |
|
Andrey Kamaev
|
c1940b4ec7
|
Modified install layout for Android
|
2011-06-24 15:40:27 +00:00 |
|
Vadim Pisarevsky
|
22970b8270
|
fixed multiple GCC warnings on Ubuntu 11.04
|
2011-06-14 12:03:34 +00:00 |
|
Anatoly Baksheev
|
69f28ef65c
|
solution folder flag disabled by default
|
2011-05-17 09:40:06 +00:00 |
|
Anatoly Baksheev
|
c49dc37761
|
[+] added use_folders cmake feature if cmake version is greater then 2.8.0
[~] fixed warning in featuers2d under windows (can't generate assignment operator)
|
2011-05-11 13:37:20 +00:00 |
|
Vadim Pisarevsky
|
23a9b7bb9c
|
fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920
|
2011-04-30 19:29:26 +00:00 |
|
Vadim Pisarevsky
|
6985540744
|
moved image codecs' headers to the respective subdirectories; allow the user to use system zlib.
|
2011-04-26 15:46:15 +00:00 |
|
Andrey Kamaev
|
68534d70f3
|
Merged android-experimental branch back to trunk.
|
2011-04-06 14:31:03 +00:00 |
|
Vadim Pisarevsky
|
9dfb15dbbd
|
some more fixes for the static library configuration
|
2010-12-05 02:10:59 +00:00 |
|
Vadim Pisarevsky
|
992eace79a
|
fixed some warnings from xcode
|
2010-07-16 18:28:46 +00:00 |
|
Vadim Pisarevsky
|
641c2ba83e
|
repaired build on mac after libtiff update
|
2010-07-16 15:04:34 +00:00 |
|
Vadim Pisarevsky
|
f78a3b4cc1
|
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
|
2010-07-16 12:54:53 +00:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|