opencv/modules/python
Vadim Levin 4d46958c82 fix: inline namespace handling in header parser
`inline namespace` should be skipped in header parser namespaces list.
Example:
```cpp
namespace cv {
inline namespace inlined {
namespace inner {
// content
} // namespace inner
} // namespace inlined
} // namespace cv
```
Before fix `inner` is registered as `cv..inner`
After fix: `cv.inner`
2022-03-25 15:36:31 +03:00
..
bindings cmake: update installation of python extra submodules 2021-10-15 14:21:31 +00:00
package pre: OpenCV 4.5.5 (version++) 2021-12-17 10:12:11 +00:00
python2 python: support standalone Python bindings build 2018-06-07 15:16:39 +03:00
python3 cmake: update installation of python extra submodules 2021-10-15 14:21:31 +00:00
src2 fix: inline namespace handling in header parser 2022-03-25 15:36:31 +03:00
test Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-03-05 19:46:28 +00:00
CMakeLists.txt cmake: update installation of python extra submodules 2021-10-15 14:21:31 +00:00
common.cmake Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-12-11 15:18:57 +00:00
python_loader.cmake cmake: update installation of python extra submodules 2021-10-15 14:21:31 +00:00
standalone.cmake python: update CMake install rules 2019-03-15 13:11:00 +03:00