Ilya Churaev
0c9abf43a9
Updated copyright headers ( #15124 )
...
* Updated copyright headers
* Revert "Fixed linker warnings in docs snippets on Windows (#15119 )"
This reverts commit 372699ec49 .
2023-01-16 11:02:17 +04:00
Mateusz Tabaka
738d7bb09f
Remove ov::JsonConfigExtension ( #14087 )
...
Ticket: 96278
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com >
2022-11-21 15:06:08 +04:00
Ilya Churaev
848d880eb3
Fix Warning as error for Android ARM64 build ( #13638 )
...
* Fix Warning as error for Android ARM64 build
* Fixed preprocessing build
* Fixed cmake options
* Try to fix android build
* Disable some warning
2022-10-26 12:56:44 +04:00
Ilya Lavrenov
c2911adf94
Conda-forge fixes ( #13392 )
2022-10-12 12:16:13 +04:00
Ilya Lavrenov
c2703c81f6
Don't install nlohmann_json_schema_validator for samples ( #11446 )
...
* Try to improve gflags
* Try to improve gflags: part 2
* Tried to use dependencies on system
* Use nlohmann_jsonConfig from system
* Enabled nlohmann_json from system
* Improvements
* handle system gflags in developer package
* Simplifications
* Simplify dependency management
* Corrected package names
* Fixed subgraphsDumper configure stage
* Try to fix rhel8
* Try to fix macosx
* Fixed VPUX build
* Fixed aliasing issues
* Suppress some wanrings
* export gflags when build it
* Fixed some LTO
* Try to fix Mac
* revert
* use gflags as private dependency
* Aligned targets in developer package
* Fixed frontends tests build on U20 with LTO
* PAssed
* Don't use pkg_search_module(zlib ..) during cross-compilation
* Removed unused variables
* Fixed finding of zlib during cross-compilation
* CVS-83529
* Use nothreads_static
* Fixed python
2022-04-05 19:16:32 +00:00
Alexey Suhov
a79830cb55
Update year to 2022 in copyright notice ( #9755 )
2022-01-19 01:07:49 +03:00
Ivan Tikhonov
526fe3098d
JsonConfig/JsonTranformation/DecoderTransformation Extensions ( #9042 )
...
* Squash commits: JsonConfig/JsonTranformation/DecoderTransformation extensions,
Unit tests, pybindings
* Call transformation_extensions in convert_partially method
* fix codestyle
* move json extensions to offline transformations
* Fix unit tests
* fix cmake files
* Refactor JsonConfig extensions and FrontEnds
* Update python bindings
* Add missing files
* correct mkl hash
* fix conflicts with master branch
* Resolve review comments
* Revert local changes
* code style
* Add lib destinations
* fix cmake
* correct nlohmann_json hash
* FunctionPass to ModelPass
* fix unit tests and pyopenvino
* fix pyopenvino
* resolve review comments
* revert local change
* Fix dynamic Win build
* Try to fix linux builds
* Fix Lin build: set correct lib directory
* Resolve review commets
* code style
* resolve review comments
* ubuntu20 issue investigation: temporary disable LTO for frontends
* ubuntu20 issue investigation: temporary disable LTO for unit tests
* ubuntu20 issue investigation: temporary disable LTO for thirdparty and core parts
* Revert "ubuntu20 issue investigation: temporary disable LTO for thirdparty and core parts"
This reverts commit 5489072e4a .
* Revert "ubuntu20 issue investigation: temporary disable LTO for unit tests"
This reverts commit 73bd3c6bac .
* Revert "ubuntu20 issue investigation: temporary disable LTO for frontends"
This reverts commit dce2ba4830 .
* resolve review comments
* try to disable lto for 3rd party json libs
* fix missprint; codestyle
2021-12-18 18:19:25 +03:00
Ilya Lavrenov
9e519946f0
Integrate JSON libs ( #9145 )
...
* Add nlohmann json (Release 3.10.4) as submodule
* Move nlohmann_json lib to json folder, add json_schema validator lib as submodule
* Move BUILD_SHARED_LIBS flag to a separete scope
* Add export of nlohmann_json_schema_validator
* Fix build
* set folder thirdparty
* link lib to offline_transformations and benchmark_app
* suppress shadowing names warning in nlohmann_json lib
* fix include in benchmark_app
* Resolve review comments: add json subdirs to samples cmake
* Fix static build
* Proper json integration
* removed cpp_samples_deps component
Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com >
2021-12-12 20:40:41 +03:00