Kristian Flikka
|
d007e8400f
|
Added new UNKNOWN for keywordSizeEnum
|
2013-12-04 14:26:08 +01:00 |
|
Joakim Hove
|
6b5367854a
|
Factored out some common code from validName() and wildCardName().
|
2013-12-02 11:19:22 +01:00 |
|
Joakim Hove
|
4bf1adc593
|
Changed unsigned int -> size_t.
|
2013-12-02 11:10:53 +01:00 |
|
Joakim Hove
|
abd0905171
|
Changed parser to support parsing of keywords with wildcard like
"TVDP*". An importtant change is that we now query the parser
canParseKeyword() instead of hasKeyword().
|
2013-12-01 09:28:14 +01:00 |
|
Joakim Hove
|
17ee1cca38
|
Added simple wildcard (trailing '*') support in ParserKeyword.
|
2013-12-01 09:25:52 +01:00 |
|
Kristian Flikka
|
862d2ee302
|
Added support for WCONPROD, with use of predictionMode. Fixed a bug in the TSTEP reading in Schedule.cpp
|
2013-11-08 15:55:11 +01:00 |
|
Joakim Hove
|
cc21644c9e
|
Added Json parsing of action attribute
|
2013-10-08 14:13:45 +02:00 |
|
Joakim Hove
|
e6b38c6445
|
Added action value to ParserKeyword constructor
|
2013-10-08 13:46:55 +02:00 |
|
Joakim Hove
|
b4b4a50092
|
Completed tableCollection implementation - added PVTG based testing
|
2013-10-01 17:13:40 +02:00 |
|
Joakim Hove
|
2913b526d7
|
Added isTableCollection attribute on Parser and Raw keyword - mainly to parse PVTG keyword
|
2013-10-01 16:35:55 +02:00 |
|
Joakim Hove
|
b938057dbd
|
Renamed sizeType UNDEFINED -> SLASH_TERMINATED
|
2013-10-01 15:50:43 +02:00 |
|
Joakim Hove
|
d7ca4fee83
|
Added support for 'data' keywords ~ the PORO and PERMX keywords
|
2013-09-22 17:23:27 +02:00 |
|
Joakim Hove
|
79a59fc629
|
Added indent parameter to ParserKeyword::inlineNew() to beautify generated cpp source
|
2013-09-14 22:14:58 +02:00 |
|
Joakim Hove
|
f461ba6f07
|
Created code to create cpp representation of complete ParserKeyword
|
2013-09-13 22:23:12 +02:00 |
|
Kristian Flikka
|
480d14934b
|
Added test for a case with fully, partial and empty record body, defaults are added
|
2013-08-26 15:17:52 +02:00 |
|
Kristian Flikka
|
07f1d70d79
|
Merge branch 'config-from-directory' of github.com:joakim-hove/opm-parser into config-from-directory
|
2013-08-23 12:04:10 +02:00 |
|
Kristian Flikka
|
1977d311ff
|
Fixed validName method
|
2013-08-23 11:58:56 +02:00 |
|
flikka
|
1fc65d2136
|
Changed indentation
|
2013-08-23 11:40:37 +02:00 |
|
Joakim Hove
|
e75998666d
|
Updated ParserKeyword::validName() to disregard names with not alphanumeric (c)
|
2013-08-21 23:15:40 +02:00 |
|
Joakim Hove
|
4202ad027d
|
Added static method ParserKeyword::validName()
|
2013-08-21 12:43:15 +02:00 |
|
Joakim Hove
|
75de3033f9
|
Renamed variables related keyword inferring size from other keyword
|
2013-08-14 08:43:54 +02:00 |
|
Joakim Hove
|
5c3de27077
|
1. Implemented support for inferring size from another kewyord - i.e EQLDIMS + EQUIL.
2. Cleaned up the main parser loop considerably; the RawKeyword instance now itself knows whether it is complete or not.
|
2013-08-11 12:36:16 +02:00 |
|
Joakim Hove
|
c046fb0bde
|
Added support for keywords getting size from other keywords ~ EQUIL style
|
2013-08-06 16:26:49 +02:00 |
|
Joakim Hove
|
15c4874ee0
|
Added parsing support for float (i.e. double) items
|
2013-08-01 09:31:27 +02:00 |
|
Joakim Hove
|
8bc176d63e
|
Added full(?) Parser configuration from json
|
2013-07-31 17:58:05 +02:00 |
|
Joakim Hove
|
db60ee2b56
|
Removed setRecord() method ParserKeyword. Instead ParserRecord is created during ParserKeyword construction
|
2013-07-31 15:02:00 +02:00 |
|
Joakim Hove
|
dd5e0b7b9c
|
Added throw() if JsonObject does not have name:
|
2013-07-31 11:29:16 +02:00 |
|
Joakim Hove
|
e0995814f6
|
More JSON integration in Parser and ParserKeyword
|
2013-07-30 14:10:07 +02:00 |
|
Kristian Flikka
|
31b3031c1a
|
Removed class ParserKeywordSize, and accompanying tests. Put info into ParserKeyword. Changed tests to expose same constraints.
|
2013-06-24 14:08:53 +02:00 |
|
Kristian Flikka
|
573b39b9ba
|
Renamed fixedSize to getFixedSize for consistency
|
2013-06-24 10:05:51 +02:00 |
|
Kristian Flikka
|
50ec3e0244
|
Changed from using RawParserKeywords to equivalent functionality now in Parser and ParserKeywordSize
|
2013-06-21 15:34:06 +02:00 |
|
Kristian Flikka
|
01abb91959
|
Renamed ParserRecordSize to ParserKeywordSize, because it is more consistent with ParserItemSize
|
2013-06-21 10:23:24 +02:00 |
|
Kristian Flikka
|
d79745ce4f
|
Changed some KEYWORD->Keyword instances, search and replace hickup
|
2013-06-20 15:40:45 +02:00 |
|
Kristian Flikka
|
f1660460dc
|
Replaced all instances of KW with Keyword. We can afford it.
|
2013-06-20 15:30:37 +02:00 |
|