Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
47a4e877
Commit
47a4e877
authored
Jun 08, 2012
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ignored warnings from gtest with precompiled headers enabled
parent
8720b27d
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
112 additions
and
8 deletions
+112
-8
perf_precomp.hpp
modules/calib3d/perf/perf_precomp.hpp
+4
-0
test_precomp.hpp
modules/calib3d/test/test_precomp.hpp
+4
-0
test_precomp.hpp
modules/contrib/test/test_precomp.hpp
+4
-0
perf_precomp.hpp
modules/core/perf/perf_precomp.hpp
+4
-0
test_precomp.hpp
modules/core/test/test_precomp.hpp
+4
-0
perf_precomp.hpp
modules/features2d/perf/perf_precomp.hpp
+4
-0
test_precomp.hpp
modules/features2d/test/test_precomp.hpp
+4
-0
perf_precomp.hpp
modules/gpu/perf/perf_precomp.hpp
+4
-0
perf_cpu_precomp.hpp
modules/gpu/perf_cpu/perf_cpu_precomp.hpp
+4
-0
precomp.hpp
modules/gpu/test/precomp.hpp
+4
-0
perf_precomp.hpp
modules/highgui/perf/perf_precomp.hpp
+4
-0
test_precomp.hpp
modules/highgui/test/test_precomp.hpp
+9
-5
perf_precomp.hpp
modules/imgproc/perf/perf_precomp.hpp
+4
-0
test_precomp.hpp
modules/imgproc/test/test_precomp.hpp
+4
-0
test_precomp.hpp
modules/legacy/test/test_precomp.hpp
+4
-0
test_precomp.hpp
modules/ml/test/test_precomp.hpp
+4
-0
perf_precomp.hpp
modules/nonfree/perf/perf_precomp.hpp
+4
-0
test_precomp.hpp
modules/nonfree/test/test_precomp.hpp
+4
-0
perf_precomp.hpp
modules/objdetect/perf/perf_precomp.hpp
+4
-0
test_precomp.hpp
modules/objdetect/test/test_precomp.hpp
+4
-0
perf_precomp.hpp
modules/photo/perf/perf_precomp.hpp
+4
-0
test_precomp.hpp
modules/photo/test/test_precomp.hpp
+4
-0
perf_precomp.hpp
modules/stitching/perf/perf_precomp.hpp
+4
-0
test_precomp.hpp
modules/stitching/test/test_precomp.hpp
+4
-0
ts.hpp
modules/ts/include/opencv2/ts/ts.hpp
+3
-3
perf_precomp.hpp
modules/video/perf/perf_precomp.hpp
+4
-0
test_precomp.hpp
modules/video/test/test_precomp.hpp
+4
-0
No files found.
modules/calib3d/perf/perf_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
...
...
modules/calib3d/test/test_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
...
...
modules/contrib/test/test_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
...
...
modules/core/perf/perf_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
...
...
modules/core/test/test_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
...
...
modules/features2d/perf/perf_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
...
...
modules/features2d/test/test_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
...
...
modules/gpu/perf/perf_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
...
...
modules/gpu/perf_cpu/perf_cpu_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_PERF_CPU_PRECOMP_HPP__
#define __OPENCV_PERF_CPU_PRECOMP_HPP__
...
...
modules/gpu/test/precomp.hpp
View file @
47a4e877
...
...
@@ -39,6 +39,10 @@
//
//M*/
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
...
...
modules/highgui/perf/perf_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
...
...
modules/highgui/test/test_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
...
...
@@ -40,7 +44,7 @@
/*defined(HAVE_OPENNI) || too specialized */
\
defined(HAVE_FFMPEG) || \
defined(WIN32)
/* assume that we have ffmpeg */
# define BUILD_WITH_VIDEO_INPUT_SUPPORT 1
#else
# define BUILD_WITH_VIDEO_INPUT_SUPPORT 0
...
...
@@ -61,19 +65,19 @@ namespace cvtest
{
string
fourccToString
(
int
fourcc
);
struct
VideoFormat
{
VideoFormat
()
{
fourcc
=
-
1
;
}
VideoFormat
(
const
string
&
_ext
,
int
_fourcc
)
:
ext
(
_ext
),
fourcc
(
_fourcc
)
{}
bool
empty
()
const
{
return
ext
.
empty
();
}
string
ext
;
int
fourcc
;
};
extern
const
VideoFormat
g_specific_fmt_list
[];
}
#endif
modules/imgproc/perf/perf_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
...
...
modules/imgproc/test/test_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
...
...
modules/legacy/test/test_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
...
...
modules/ml/test/test_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
...
...
modules/nonfree/perf/perf_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
...
...
modules/nonfree/test/test_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
...
...
modules/objdetect/perf/perf_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
...
...
modules/objdetect/test/test_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
...
...
modules/photo/perf/perf_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
...
...
modules/photo/test/test_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
...
...
modules/stitching/perf/perf_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
...
...
modules/stitching/test/test_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
...
...
modules/ts/include/opencv2/ts/ts.hpp
View file @
47a4e877
...
...
@@ -41,9 +41,9 @@
#ifndef GTEST_USES_POSIX_RE
# define GTEST_USES_POSIX_RE 0
#endif
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
//
#ifdef __GNUC__
//
# pragma GCC diagnostic ignored "-Wmissing-declarations"
//
#endif
#include "opencv2/core/core.hpp"
...
...
modules/video/perf/perf_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_VIDEO_PRECOMP_HPP__
#define __OPENCV_VIDEO_PRECOMP_HPP__
...
...
modules/video/test/test_precomp.hpp
View file @
47a4e877
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment