* Removed 'inline' Preprocessing API
Even though this API provided a way to specify all pre/post-processing in one line - it was considered inconvinient
With 'getters' API preprocessing code looks more clear for user, so old' inline' API is removed
* Fix pyopenvino build issues
* Update after merged PR#8717
* Use ninja multu-config
* Reused OV_GENERATOR_MULTI_CONFIG
* Try to use config in api_validator post build task
* Fixes
* Revert "[GPU] Fix multi configuration build of onednn_gpu (#8743)"
This reverts commit a862331732.
* Propogate disable deprecated for _RELEASE flags as well
* Added samples smoke tests
Added implementation into azure pipeline
Update copyrights
Added python path
Update common part
modify windows.yml
* resolve conflicts
* New redesign of samples_smoke_tests including adding CMakeLists in order to install smoke tests on system, getting of smoke_tests_data archive
* fixed windows.yaml
* added checking path of samples
* changed path to INSTALL_DIR
* Fixed windows.yml file
* changed IE_APP_PATH
* Updated readme file for smoke tests
* Disable run tests on linux static build
* skipped test with related issue 71298
* change after review
Co-authored-by: Maxim Gordeev <maxim.gordeev@intel.com>
* samples: Print verbose error messages to stderr
Printing error root cause is crucial for efficient debugging.
Moreover `stderr` may have different formatting in comparison
to `stdout` which improves readability.
Signed-off-by: Karol Trzcinski <karolx.trzcinski@intel.com>
* fix code style pre-commit check
Co-authored-by: Vladimir Dudnik <vladimir.dudnik@intel.com>
* Enable a custom build output folder
* Add the option to set a sample install directory
* Fix code style issues
* Exclude samples_bin from default build
* Make an installation directory dependent on a build type
Co-authored-by: Vladimir Dudnik <vladimir.dudnik@intel.com>
* Remove old msbuild version support
* Use cmake to build samples
* Use targets to install samples
* Use targets to install dlls: `format_reader` and `opencv_c_wrapper`
* Add `LIBRARY DESTINATION` for `format_reader` and `opencv_c_wrapper` install commands
Co-authored-by: Vladimir Dudnik <vladimir.dudnik@intel.com>
* [Samples] Move C samples to the new samples directory
* fix samples
* [Samples] Move C samples to the new samples directory
* fix samples
* code reivew inspired fixes
* rename folder to lower case
* move ENABLE_SAMPLES cond level up, fix readmes
* fix ref in doc
* fix install path
* fix install of samples to tests
Co-authored-by: Vladimir Dudnik <vladimir.dudnik@intel.com>