Magne Sjaastad
c759a11888
Cmake cleanup and selected Qt6 adjustments
...
- Avoid warning using newer CMake by removing obsolete cmake requirements in sub projects
- Several adjustments preparing for Qt6
2024-04-17 15:06:51 +02:00
rubenthoms
1941a1f3d3
Boost and Eigen to vcpkg ( #6817 )
...
* Moved boost subset installation to vcpkg.
* Moved Eigen to vcpkg.
Added packages to vcpkg-response files.
Removed unnecessary include_directories() calls.
Removed comments.
* Use target_link_library instead of boost_libraries
Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
2020-10-25 09:22:19 +01:00
Magne Sjaastad
29184f4475
System : Disable warnings
2019-09-16 13:33:05 +02:00
Magne Sjaastad
794e703043
System : Disable unused unit test
2018-11-02 11:36:46 +01:00
Magne Sjaastad
27bbaff56b
VS2017 : Hide warnings from gtest
2018-09-10 15:50:15 +02:00
Magne Sjaastad
233df05f68
#2536 Build System : Remove obsolete includes and update depending includes
2018-02-27 20:00:56 +01:00
Magne Sjaastad
72a3b731bc
#2536 Build System : Add target_include_directories to boost-Subset
2018-02-27 18:49:24 +01:00
sigurdp
00985b00c3
Testing commit
2017-10-11 13:38:46 +02:00
Bjørn Erik Jensen
19e5e61cb7
LasWell. Parse DATE token from LAS well information section
2017-10-05 16:26:39 +02:00
Magne Sjaastad
f7a333092d
System : Hide warnings from boost and NRLib
2017-08-18 10:01:54 +02:00
Magne Sjaastad
2b4efc4b5c
#1398 Removed dependency on system boost, added subset of boost to ThirdParty
...
Added a subset of boost to ThirdParty folder. Code extracted from version boost version 1.59.0
2017-04-05 08:38:59 +02:00
Magne Sjaastad
88e40aa2d9
#886 LAS Export: Set the STEP if the data is resampled
2016-09-23 10:20:05 +02:00
Jacob Støren
cdfec7a04f
#876 Avoid empty lines in LAS export file
2016-09-13 11:47:42 +02:00
Jacob Støren
382bf84036
#875 Fixed wrong number of digits after punctation for numbers < 1000
2016-09-12 15:57:55 +02:00
Magne Sjaastad
1c044da54a
Always use static libraries for opm libs and NRlib
2016-06-05 18:45:53 +02:00
Magne Sjaastad
9b6e422d0c
#742 Integrated opm-parser and added basic unit test
2016-06-01 15:53:21 +02:00
Magne Sjaastad
54c98ca9f8
#742 NRLib now uses Boost from CMake
2016-06-01 15:53:21 +02:00
Jacob Støren
38be5baca1
NRLib: Fixed missing precision in LAS file export
2015-11-06 15:07:09 +01:00
Magne Sjaastad
9aff75c128
( #594 ) Fixed invalid formatting of well info during export of LAS files
2015-10-27 11:42:37 +01:00
Pål Hagen
c2f0163eef
( #541 ) Using two parameters when adding well info (parameter name and value)
2015-10-16 13:35:09 +02:00
Pål Hagen
7bcbb80691
( #541 ) Added interface for adding well info for export
2015-10-16 11:02:12 +02:00
Pål Hagen
33a32c9c1a
( #541 ) Added some access methods to NRLib::LasWell to be used when exporting
2015-10-15 16:11:03 +02:00
Pål Hagen
958357b563
( #541 ) Fixed obvious bug in NRLib (LasWell::WriteToFile())
2015-10-15 14:55:16 +02:00
Pål Hagen
972d8fe5e0
( #541 ) Fixed a couple of bugs in NRLib/LasWell. Made export possible.
...
Had to add a default constructor to be able to export to a LAS file from
scratch (not based on an existing LAS file). Also corrected a bug in
LasWell::WriteToFile() and LasWell::ParseInformation(). Reading a LAS
file exported from LasWell was not possible before the bug fixes.
2015-10-15 08:18:14 +02:00
Jacob Storen
10046eed4a
Linux fixes
2015-10-14 07:13:45 -07:00
Pål Hagen
5e8a6d90cd
( #498 ) Picking and displaying well log channel unit from LAS files
2015-09-21 10:10:25 +02:00
Pål Hagen
39193396ae
( #489 ) Added interface to get access to depth unit
2015-09-18 13:43:56 +02:00
Pål Hagen
f4df58006c
( #434 ) Added unit tests for NRLib/well
2015-09-14 09:02:27 +02:00
Pål Hagen
a9027ecefa
( #434 ) Added NRLib for LAS support. Created CMake file to build it.
...
Readme.txt describes how to update the source code contained in NRLib.
2015-09-11 16:32:38 +02:00