Magne Sjaastad
|
6fb74654a1
|
Improve interface for string operations
Trim incoming string before converting to number
Remove use of std::strtod and std::stoi
Use std::string_view instead of std::string when possible
|
2024-07-25 21:21:53 +02:00 |
|
Magne Sjaastad
|
e63005348c
|
Create a compact string representation of a list of integers
|
2024-07-05 12:47:54 +02:00 |
|
Magne Sjaastad
|
785871cae3
|
Add realization filtering based on text string
Add unit tests and support min max range specifications. Example string "-5, 5, 8-10, 12-"
|
2024-03-21 07:11:21 +01:00 |
|
Magne Sjaastad
|
33f18a7c8f
|
Show numbers with space as thousand separator
|
2024-01-19 11:00:28 +01:00 |
|
Kristian Bendiksen
|
14c37c4b2c
|
RiaStdStringTools: Add method for removing white space
|
2023-09-06 13:51:59 +02:00 |
|
Magne Sjaastad
|
aaecd846fd
|
Improve plot titles and layout adjustments
|
2023-07-06 08:40:09 +02:00 |
|
Magne Sjaastad
|
952e766c2f
|
Update clang-format.yml (#10068)
* Update to clang-format-15
Removed two custom .clang-format files in subfolders of AppFwk
* Fixes by clang-format
|
2023-04-13 07:05:53 +02:00 |
|
Kristian Bendiksen
|
86ea679871
|
#8652 Import Surface: Fix ts-file import with properties on Linux (#8730)
The file had DOS line endings (\t\n) which where not properly trimmed on linux.
Fixes #8652.
|
2022-03-25 14:16:25 +01:00 |
|
Magne Sjaastad
|
3fa59a9fc3
|
Use std::from_chars to convert to int
|
2021-10-19 21:31:34 +02:00 |
|
Magne Sjaastad
|
70a11e7fc3
|
Temporarily disable use of std::from_chars and <charconv>
On CentOS7, the include of <charconv> seems not to be present. Use previous conversion method for now.
|
2021-10-15 17:28:53 +02:00 |
|
Magne Sjaastad
|
afadaf27d5
|
Merge pull request #8159 from OPM/performance-surface
Performance Surface import and resampling
|
2021-10-15 16:55:58 +02:00 |
|
Magne Sjaastad
|
9838f766cb
|
Performance : Use std::string when parsing address strings
|
2021-09-13 14:08:50 +02:00 |
|
Gaute Lindkvist
|
81699db187
|
Rename ApplicationCode to ApplicationLibCode
|
2021-01-11 15:27:45 +01:00 |
|