opencv/modules
Sean McBride e64857c561
Merge pull request #23736 from seanm:c++11-simplifications
Removed all pre-C++11 code, workarounds, and branches #23736

This removes a bunch of pre-C++11 workrarounds that are no longer necessary as C++11 is now required.
It is a nice clean up and simplification.

* No longer unconditionally #include <array> in cvdef.h, include explicitly where needed
* Removed deprecated CV_NODISCARD, already unused in the codebase
* Removed some pre-C++11 workarounds, and simplified some backwards compat defines
* Removed CV_CXX_STD_ARRAY
* Removed CV_CXX_MOVE_SEMANTICS and CV_CXX_MOVE
* Removed all tests of CV_CXX11, now assume it's always true. This allowed removing a lot of dead code.
* Updated some documentation consequently.
* Removed all tests of CV_CXX11, now assume it's always true
* Fixed links.

---------

Co-authored-by: Maksim Shabunin <maksim.shabunin@gmail.com>
Co-authored-by: Alexander Smorkalov <alexander.smorkalov@xperience.ai>
2024-01-19 16:53:08 +03:00
..
calib3d Added exception warning to calibrateCamera description. 2023-12-26 09:23:11 +03:00
core Merge pull request #23736 from seanm:c++11-simplifications 2024-01-19 16:53:08 +03:00
dnn Merge pull request #23736 from seanm:c++11-simplifications 2024-01-19 16:53:08 +03:00
features2d Added Java bindings for BOWImgDescriptorExtractor constructor. 2023-10-31 11:23:47 +03:00
flann Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
gapi Ifdef OpenVINO API 1.0 usage in G-API module 2024-01-17 13:28:53 +00:00
highgui fix highgui qt's statusbar text got cropped 2024-01-07 06:32:29 -05:00
imgcodecs Merge pull request #23736 from seanm:c++11-simplifications 2024-01-19 16:53:08 +03:00
imgproc Merge pull request #24750 from YusukeKameda:4.x 2024-01-18 15:06:36 +03:00
java Merge pull request #24869 from alexlyulkov:al/android-camera-view-rotate 2024-01-17 21:35:35 +03:00
js Merge pull request #24458 from laolaolulu:4.x 2023-11-13 14:51:20 +03:00
ml Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
objc Merge pull request #24136 from komakai:visionos_support 2023-12-20 15:35:10 +03:00
objdetect Merge pull request #23736 from seanm:c++11-simplifications 2024-01-19 16:53:08 +03:00
photo Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
python Merge pull request #23736 from seanm:c++11-simplifications 2024-01-19 16:53:08 +03:00
stitching Merge pull request #23736 from seanm:c++11-simplifications 2024-01-19 16:53:08 +03:00
ts Merge pull request #23736 from seanm:c++11-simplifications 2024-01-19 16:53:08 +03:00
video Merge pull request #24852 from Octopus136:4.x 2024-01-17 10:20:03 +03:00
videoio Merge pull request #23736 from seanm:c++11-simplifications 2024-01-19 16:53:08 +03:00
world cmake: use /INCREMENTAL:NO with MSVS 2015 2023-12-07 19:46:27 +00:00