Kristian Flikka
|
697c273c19
|
OPM-94: Removed specialized int,double,string implementations, one generic covers the same
|
2014-07-10 13:24:49 +02:00 |
|
Joakim Hove
|
5becf79dd1
|
The ParserKeyword->parse() method will throw if the raw input argument is not finished.
Requires several changes to assure that the rawkeyword instances are
marked as finished before reacing the ParserKeyword->parse method.
|
2014-04-11 13:42:22 +02:00 |
|
Arne Morten Kvarving
|
4a9c18ac9f
|
run tests through valgrind
|
2014-01-27 15:16:34 +01:00 |
|
Joakim Hove
|
9ccc70b58d
|
Added enum for size of rawkeywords.
|
2013-12-04 17:21:54 +01:00 |
|
Kristian Flikka
|
006ab6d35d
|
Added keywordName and dataFilename to RawRecord. Using these in the ParserRecord to give better error message when throwing on too long RawRecords
|
2013-11-07 12:32:07 +01:00 |
|
Joakim Hove
|
2d68ebe94c
|
Merge remote-tracking branch 'upstream/master' into track-default
|
2013-10-15 14:24:42 +02:00 |
|
Joakim Hove
|
dabfdb922b
|
Added loose function tokenCOntainsStar to StarToken.cpp
|
2013-10-14 21:27:20 +02:00 |
|
Joakim Hove
|
7ec4be5b47
|
Including StarTokenTest
|
2013-10-14 21:13:24 +02:00 |
|
Joakim Hove
|
a7078ba687
|
Implemented StarToken specializations in cpp file
|
2013-10-14 21:05:10 +02:00 |
|
Joakim Hove
|
aae260c47d
|
Added class StarToken() to treat tokens with a multiplier/default
|
2013-10-14 16:54:43 +02:00 |
|
Joakim Hove
|
f0770f47fb
|
Added filename and line nr to RawRecord
|
2013-10-08 15:23:45 +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
|
c1ff0a6eb0
|
Removed RawDeckTests from CMakeLists.txt
|
2013-08-13 14:47:42 +02:00 |
|
Joakim Hove
|
d5705d131e
|
Removed RawDeck class
|
2013-08-13 14:46:41 +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
|
475b607faf
|
Can now parse file with several WCONHIST keywords
|
2013-08-01 12:50:42 +02:00 |
|
Kristian Flikka
|
951ce6ac4d
|
Changed from using RawParserKeywords to equivalent functionality now in Parser and ParserKeywordSize
|
2013-06-21 15:34:45 +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
|
f1660460dc
|
Replaced all instances of KW with Keyword. We can afford it.
|
2013-06-20 15:30:37 +02:00 |
|
Kristian Flikka
|
fbb468342d
|
Finished up the last pieces for a simple BPR keyword vertical.
|
2013-06-04 14:32:30 +02:00 |
|
Kristian Flikka
|
18db675f71
|
Added some temporary code to make it build. WIP
|
2013-06-03 15:58:47 +02:00 |
|
Kristian Flikka
|
b43d95c5a2
|
Starting to wrap up from the top, added the missing DeckKW, and refactored a bit in some of the Raw classes that returned the internal structure
|
2013-06-03 15:54:16 +02:00 |
|
Joakim Hove
|
c596b086c8
|
Started integration testing
|
2013-05-30 10:11:12 +02:00 |
|
Kristian Flikka
|
082978fc2e
|
Functionality to read from RawRecord into DeckRecord, based on ParserRecord.
|
2013-05-27 14:28:23 +02:00 |
|
Joakim Hove
|
f178691831
|
Added size() method to the RawRecord class
|
2013-05-12 21:37:22 +02:00 |
|
Joakim Hove
|
a9cd24f628
|
Added operator[] and method push_front() to RawDeck
|
2013-05-10 13:55:00 +02:00 |
|
Kristian Flikka
|
2088c3e96d
|
Simple scan implementation in ParserIntItem added. DeckIntItem now support push_back
|
2013-05-08 14:31:20 +02:00 |
|
Kristian Flikka
|
b36f000377
|
Moved tests from one base location, into per-topic folders
|
2013-05-06 14:46:29 +02:00 |
|