Commit Graph

311 Commits

Author SHA1 Message Date
Gaute Lindkvist
60419f0985 Working Correlation Plot prototype 2020-04-17 13:54:21 +02:00
Jacob Støren
adb06f229c Merge dev into feature-analysis-plots-initial 2020-03-31 13:13:47 +02:00
Gaute Lindkvist
2853308a4a Python: Create summary plot from string 2020-03-13 14:18:41 +01:00
Jacob Støren
a1410ca118 #5539 Initial AnalysisPlot objects and barchart builder 2020-03-03 09:52:52 +01:00
Magne Sjaastad
844361ef06 Find grpc using find_package on linux 2020-02-26 12:16:28 +01:00
Gaute Lindkvist
1eafe18d41 Remove exists check for Python and make GeneratedPythonSources depend on ResInsight 2020-02-26 12:16:28 +01:00
Gaute Lindkvist
255cd43f4e Fix case-typo in generation step 2020-02-25 16:15:39 +01:00
Gaute Lindkvist
7a304deecb Different approach to installing generated python source 2020-02-25 15:39:40 +01:00
Gaute Lindkvist
c4623165cb Add rips/generated/pdm_objects.py to python sources for install step 2020-02-25 15:23:58 +01:00
Gaute Lindkvist
169bea818a Generate Python class skeletons 2020-02-25 13:57:51 +01:00
Magne Sjaastad
90a835545f System : Set separate folder for packages 2020-02-18 14:24:07 +01:00
Magne Sjaastad
6db2da7561 #5459 Build System : Add optional support for precompiled headers 2020-02-03 22:17:46 +01:00
Magne Sjaastad
fddc15b1d8 #5370 Unity Build : Add config for ResInsight 2020-01-23 13:41:31 +01:00
Jacob Støren
e6d96316d4 #5285 Visualization and update of Surfaces 2020-01-08 12:11:10 +01:00
Jacob Støren
26db8d7351 #5285 Surface import command Items and parsing infrastructure 2020-01-08 12:09:50 +01:00
Gaute Lindkvist
e41cadfa02 Remove VS 2019 warnings 2019-11-27 14:17:23 +01:00
Jacob Støren
e4a4b40a3c Merge pull request #5096 from OPM/feature-rename-RimIntersection
Rename RimIntersection
2019-11-26 15:28:23 +01:00
Gaute Lindkvist
22594b5137 Fix CMake warning in GRPC code 2019-11-26 14:49:53 +01:00
Jacob Støren
4672528a4d Rename RimintersectionBox to RimBoxIntersection
Rename RivIntersectionBoxPartMgr to RimBoxIntersectionPartManager
2019-11-26 13:14:55 +01:00
Gaute Lindkvist
94cc635649 Fix MSVCRTD warning message in release with debug and GRPC 2019-11-19 10:06:45 +01:00
Magne Sjaastad
5d3082d4e2 #5056 AppFwk : Include cafCommandFeatures in ResInsight 2019-11-15 15:33:31 +01:00
Magne Sjaastad
fe8bd23cac System : Disable warnings 2019-09-16 20:30:49 +02:00
Magne Sjaastad
8a7dee705a System : Move include and compiler defs to ApplicationCode 2019-09-16 13:29:44 +02:00
Magne Sjaastad
8c189922e0 System : Move include of Eigen into ApplicationCode 2019-09-16 13:18:56 +02:00
Magne Sjaastad
020313da91 #4657 Summary Templates : Application objects
Add file path to preferences
Show templates in project tree
Add pointer to template to RimSummaryPlot
2019-09-11 09:33:03 +02:00
Gaute Lindkvist
3244e868e7 #4672 Bundle missing Qt5 libs 2019-09-03 19:09:31 +02:00
Gaute Lindkvist
6880483453 gRPC: bundle grpcio-tools rather than just grpcio 2019-08-27 15:49:49 +02:00
Gaute Lindkvist
72a954e9f7 Python: Stop copying Python files to build folder. 2019-08-23 15:31:32 +02:00
Gaute Lindkvist
e03b578075 Install from Python source directory and not binary directory 2019-08-22 12:53:07 +02:00
Gaute Lindkvist
9a2cf3d1ce #4612 Fix build error without GRPC 2019-08-22 08:38:49 +02:00
Gaute Lindkvist
4af1963ac0 #4551 Optionally Bundle grpcio Python module and dependencies (#4602)
* #4551 Optionally Bundle grpcio Python module and dependencies

* More status messages
2019-08-21 15:29:25 +02:00
Gaute Lindkvist
7afeae144a Python CMake: change RESINSIGHT_GRPC_PYTHON_EXECUTABLE to be FILEPATH instead of PATH 2019-08-14 09:23:14 +02:00
Magne Sjaastad
e70cf3c736 cmake : Rename to RESINSIGHT_GRPC_PYTHON_EXECUTABLE 2019-08-12 09:52:19 +02:00
Magne Sjaastad
b3c00c2038 Mark several cmake options as advanced 2019-08-12 09:52:19 +02:00
Jacob Støren
5e2485863c Fixed missing copy of qt dll's on msvc using cotire 2019-08-07 09:39:24 +02:00
Gaute Lindkvist
c2c312068c Python: enable more status messages and warnings for gRPC code generation 2019-07-24 11:13:23 +02:00
Magne Sjaastad
22e47367ee #4506 Deployment : Add _openssl to package name when bundling OpenSSL 2019-06-27 11:37:52 +02:00
Magne Sjaastad
37043b36af #4506 Deployment : Add option to control bundling of OpenSSL
Added RESINSIGHT_BUNDLE_OPENSSL
2019-06-27 11:31:36 +02:00
Magne Sjaastad
1e748d09f6 Deployment : Add SSL binaries to installation on Windows
Use cmake macro to find ssl library, and manipulate include path to find path of DLLs
2019-06-27 09:44:59 +02:00
Magne Sjaastad
40c89489e8 #4426 Linux : Add flag to allow bundle of Qt5 libraries 2019-06-24 19:59:16 +02:00
Magne Sjaastad
03c1311d58 #692 SSIhub: add Sub Items On/Off/Toggle to well list 2019-06-17 09:11:38 +02:00
Gaute Lindkvist
a468532d7f #4457 Python: clean up grpc api, Python client API and make installable python package (#4456)
* gRPC: Make names more consistent

* gRPC: clean up case info and improve Python API for cases

* gRPC: much more object oriented Python interface

* Python: Make a proper pip-installable package

* Update rips Python package to auto generate setup.py with version number

* Python: add setup.py to gitignore

* Python: Update Python RIPS interface

* gRPC: Remove example client from cmake file and unit test

* gRPC: Fix up unit test after merge and hide warnings

* gRPC: fix up python client code
2019-06-03 14:33:16 +02:00
Magne Sjaastad
3d109da5b2 #4425 Python: Add install of gRPC dlls and Python module 2019-05-29 15:12:34 +02:00
Gaute Lindkvist
b2b3581e9d Partial revert of ApplicationCode/CMakeLists.txt to fix build issues 2019-05-29 08:14:02 +02:00
Gaute Lindkvist
6691dca4ca #4448 Clean up ResInsight Qt5-checks 2019-05-28 15:58:49 +02:00
Gaute Lindkvist
6d969263d5 Hide GPRC warnings on Linux 2019-05-27 14:53:25 +02:00
Gaute Lindkvist
c9d56bda9c gRPC: Move all python code into the ApplicationCode/GrpcInterface folder 2019-05-25 09:34:44 +02:00
Gaute Lindkvist
79645ceed9 gRPC: Fix Linux build issues 2019-05-24 08:00:50 +02:00
Gaute Lindkvist
86e202aed0 #4430 Implement GetAvailableProperties() and GetActiveCellResults() 2019-05-21 13:40:42 +02:00
Gaute Lindkvist
c4a4ceef29 Link grpc libraries statically on UNIX/Linux 2019-05-20 15:58:50 +02:00