ResInsight/GrpcInterface
Magne Sjaastad 77145fc69f Python: Enforce checking on script name to make sure conversion between camelCase and snake_case works correctly
* #12044 Python: Add Non-Darcy properties available in Python

* #12049 Python: Add checking for multiple consecutive upper case letters
The scripting keyword is transformed to snake_case for use in Python. When data in Python is sent back to ResInsight, the opposite operation happens. This concept works well for most variants of keywords, but there are some corner cases that is not working.

Add compile time checking to make sure that the scripting keywords are formatted correctly.

Fix keyword that has been formatted the wrong way and has never worked.

* Avoid running test if ResInsight executable path is not defined in env
* Make sure dash is allowed in enumeration text string
2025-01-13 09:06:54 +01:00
..
GrpcProtos Add delete of object from Python 2024-01-29 08:46:45 +01:00
Python Python: Enforce checking on script name to make sure conversion between camelCase and snake_case works correctly 2025-01-13 09:06:54 +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 Add support for Qt6 and disable Qt5 2024-09-30 11:21:17 +02: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-13 09:06:54 +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