ResInsight/GrpcInterface
Magne Sjaastad d17ecc4345
Update vcpkg to 2024.02.14
* Update vcpkg to 2024.02.14 Release

A blank install of vcpkg did not work anymore due to changes in upstream repos. Had to update vcpkg.exe to latest to ensure download of libraries works as expected.

Had to update baseline to 2024.02.14 to be able to compile on VS 17.12. A bug related to naming of boost was fixed in boost 1.84

https://github.com/microsoft/vcpkg/issues/38980

* Bump to a more recent vcpkg due to a build error in arrow

https://github.com/apache/arrow/issues/42027

* Avoid fmt 11 due to a bug for MSVC

https://github.com/gabime/spdlog/issues/3251#issue-2648376977

* Remove obsolete GRPC config in top-level CMake
* Avoid pinning of Protobuf
2025-01-19 16:16:09 +01:00
..
GrpcProtos Add delete of object from Python 2024-01-29 08:46:45 +01:00
Python Update examples for 2024.12.2 2025-01-13 10:54:00 +01:00
.clang-format Command line arguments : Add null pointer guards 2021-01-12 21:57:09 +01:00
.clang-tidy Add and use clang-tidy for GrpcInterface 2024-01-29 15:00:55 +01:00
CMakeLists.txt Update vcpkg to 2024.02.14 2025-01-19 16:16:09 +01:00
RiaGrpcApplicationInterface.cpp Cleanup includes 2024-03-07 19:45:43 +01:00
RiaGrpcApplicationInterface.h #9307 Python: avoid assigning same port number to multiple grpc sessions 2022-09-26 14:19:21 +02:00
RiaGrpcAppService.cpp Support optimized surface export from grid model layers 2021-08-23 11:58:32 +02:00
RiaGrpcAppService.h Support optimized surface export from grid model layers 2021-08-23 11:58:32 +02:00
RiaGrpcCallbacks.h Add and use clang-tidy for GrpcInterface 2024-01-29 15:00:55 +01:00
RiaGrpcCallbacks.inl Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00
RiaGrpcCaseService.cpp Privatize grid cell array 2024-10-29 18:17:31 +01:00
RiaGrpcCaseService.h Add and use clang-tidy for GrpcInterface 2024-01-29 15:00:55 +01:00
RiaGrpcCommandService.cpp Add and use clang-tidy for GrpcInterface 2024-01-29 15:00:55 +01:00
RiaGrpcCommandService.h Add and use clang-tidy for GrpcInterface 2024-01-29 15:00:55 +01:00
RiaGrpcGridService.cpp Add delete of object from Python 2024-01-29 08:46:45 +01:00
RiaGrpcGridService.h Add and use clang-tidy for GrpcInterface 2024-01-29 15:00:55 +01:00
RiaGrpcHelper.cpp Add delete of object from Python 2024-01-29 08:46:45 +01:00
RiaGrpcHelper.h Add delete of object from Python 2024-01-29 08:46:45 +01:00
RiaGrpcNNCPropertiesService.cpp Privatize grid cell array 2024-10-29 18:17:31 +01:00
RiaGrpcNNCPropertiesService.h Add and use clang-tidy for GrpcInterface 2024-01-29 15:00:55 +01:00
RiaGrpcPdmObjectService.cpp Add delete of object from Python 2024-01-29 08:46:45 +01:00
RiaGrpcPdmObjectService.h Add delete of object from Python 2024-01-29 08:46:45 +01:00
RiaGrpcProjectService.cpp Janitor: Remove deprecated method. 2023-09-11 17:39:38 +02:00
RiaGrpcProjectService.h Add and use clang-tidy for GrpcInterface 2024-01-29 15:00:55 +01:00
RiaGrpcPropertiesService.cpp Privatize grid cell array 2024-10-29 18:17:31 +01:00
RiaGrpcPropertiesService.h Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00
RiaGrpcServer.cpp #9563 Reorganize how and when objects are deleted when shutting down GRPC 2022-12-11 10:15:26 +01:00
RiaGrpcServer.h Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00
RiaGrpcServiceInterface.cpp Python: Enforce checking on script name to make sure conversion between camelCase and snake_case works correctly 2025-01-10 18:25:46 +01:00
RiaGrpcServiceInterface.h Add delete of object from Python 2024-01-29 08:46:45 +01:00
RiaGrpcSimulationWellService.cpp Move Rig well related things to subfolder and update include statements 2024-10-31 15:08:59 +01:00
RiaGrpcSimulationWellService.h Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00