Compile opencv_test_core with cv::String instead of std::string
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Wed, 20 Mar 2013 13:53:13 +0000 (17:53 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Fri, 22 Mar 2013 18:14:22 +0000 (22:14 +0400)
commit762aefd71b40e6f752279db534f0fc47ba54a80e
tree74c22c238228c1ac6aa57c1f8ad846ff9a317a06
parent14bb4cbe1e5159ea93f955b49473418bc5fb405b
Compile opencv_test_core with cv::String instead of std::string

All tests passed!
51 files changed:
cmake/OpenCVModule.cmake
cmake/OpenCVPCHSupport.cmake
modules/core/doc/command_line_parser.rst
modules/core/doc/utility_and_system_functions_and_macros.rst
modules/core/doc/xml_yaml_persistence.rst
modules/core/include/opencv2/core.hpp
modules/core/include/opencv2/core/gpumat.hpp
modules/core/include/opencv2/core/operations.hpp
modules/core/src/algorithm.cpp
modules/core/src/command_line_parser.cpp
modules/core/src/drawing.cpp
modules/core/src/gl_core_3_1.cpp
modules/core/src/glob.cpp
modules/core/src/gpumat.cpp
modules/core/src/persistence.cpp
modules/core/src/system.cpp
modules/core/test/test_io.cpp
modules/features2d/include/opencv2/features2d.hpp
modules/features2d/src/descriptors.cpp
modules/features2d/src/detectors.cpp
modules/features2d/src/dynamic.cpp
modules/features2d/src/features2d_init.cpp
modules/features2d/src/keypoint.cpp
modules/features2d/src/matchers.cpp
modules/flann/doc/flann_fast_approximate_nearest_neighbor_search.rst
modules/flann/include/opencv2/flann.hpp
modules/flann/include/opencv2/flann/any.h
modules/flann/include/opencv2/flann/flann_base.hpp
modules/flann/include/opencv2/flann/general.h
modules/flann/include/opencv2/flann/hdf5.h
modules/flann/include/opencv2/flann/lsh_table.h
modules/flann/include/opencv2/flann/miniflann.hpp
modules/flann/include/opencv2/flann/params.h
modules/flann/src/miniflann.cpp
modules/highgui/include/opencv2/highgui.hpp
modules/highgui/src/bitstrm.cpp
modules/highgui/src/bitstrm.hpp
modules/highgui/src/cap.cpp
modules/highgui/src/cap_openni.cpp
modules/highgui/src/cap_pvapi.cpp
modules/highgui/src/grfmt_base.cpp
modules/highgui/src/grfmt_base.hpp
modules/highgui/src/grfmt_jpeg2000.cpp
modules/highgui/src/grfmt_pxm.cpp
modules/highgui/src/grfmt_pxm.hpp
modules/highgui/src/grfmt_tiff.cpp
modules/highgui/src/grfmt_tiff.hpp
modules/highgui/src/grfmt_webp.cpp
modules/highgui/src/grfmt_webp.hpp
modules/highgui/src/loadsave.cpp
modules/highgui/src/window.cpp