Joakim Hove
|
bc6e2ee2c6
|
Added ScheduleEnums file - with CompletionStateEnum
|
2013-11-11 10:25:58 +01:00 |
|
Joakim Hove
|
6d30a6a7fa
|
Added DynamicState template class
|
2013-11-05 12:57:25 +01:00 |
|
Joakim Hove
|
61b640f00f
|
Added simple Schedule::Well object
|
2013-11-05 12:55:49 +01:00 |
|
Joakim Hove
|
bd289194f3
|
Merged with upstream/master
|
2013-10-28 10:12:53 +01:00 |
|
Joakim Hove
|
d511d2ee2d
|
Added Schedule class
|
2013-10-25 17:28:56 +02:00 |
|
Joakim Hove
|
14b8759b7e
|
Removed not-used ParserItemTemplate.hpp from install targets
|
2013-10-24 15:51:38 +02:00 |
|
Joakim Hove
|
2a09a6b2c1
|
Added (empty) TimeMap class
|
2013-10-22 14:24:31 +02:00 |
|
Joakim Hove
|
d5a78e3232
|
Added function install_headers() which will retain header prefix path
|
2013-10-21 17:13:37 +02:00 |
|
Joakim Hove
|
f934254f90
|
Removed ParserItemTemplate.hpp for install list
|
2013-10-21 07:03:51 +02:00 |
|
Joakim Hove
|
a7078ba687
|
Implemented StarToken specializations in cpp file
|
2013-10-14 21:05:10 +02:00 |
|
Kristian Flikka
|
297c719a1c
|
Cleanup of some remaining Logger stuff
|
2013-09-19 10:57:46 +02:00 |
|
flikka
|
0fb31be49b
|
Merge pull request #22 from joakim-hove/cleanup
Removed Logger class
|
2013-09-19 01:51:04 -07:00 |
|
Joakim Hove
|
d8dff84cb3
|
Removed Logger class
|
2013-09-16 14:36:14 +02:00 |
|
Joakim Hove
|
07a0a831f2
|
MOved the mkdir generated_source a bit - it still does not work 100%
|
2013-09-14 22:53:47 +02:00 |
|
Joakim Hove
|
3778077422
|
Assemble all generated cpp source in build/generated-source
|
2013-09-14 22:29:56 +02:00 |
|
Joakim Hove
|
414feb1132
|
Added dynamic creation of inline default list of keywords
|
2013-09-14 21:44:20 +02:00 |
|
Joakim Hove
|
c04f9728b0
|
Added temporaryr library target buildParser which is used for executables creating source
|
2013-09-13 12:50:40 +02:00 |
|
Joakim Hove
|
85476542ae
|
Added install target for Parser library and headers
|
2013-08-28 16:48:11 +02:00 |
|
Kristian Flikka
|
13ec4f2b38
|
Added Applications folder, and an empty eclipsedatadoctor application
|
2013-08-20 13:24:57 +02:00 |
|
Joakim Hove
|
d5705d131e
|
Removed RawDeck class
|
2013-08-13 14:46:41 +02:00 |
|
Joakim Hove
|
20a283e5d0
|
Added 2String and FromString methods to the Enums
|
2013-07-31 15:48:15 +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
|
951ce6ac4d
|
Changed from using RawParserKeywords to equivalent functionality now in Parser and ParserKeywordSize
|
2013-06-21 15:34:45 +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
|
f1660460dc
|
Replaced all instances of KW with Keyword. We can afford it.
|
2013-06-20 15:30:37 +02:00 |
|
Kristian Flikka
|
5fa04e5377
|
Added/implemented XStringItem for Parser and Deck, with tests. Added integration test for WWCT keyword. Moved DeckItem tests into type-specific files. Removed unused file.
|
2013-06-20 13:56:11 +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 |
|
Kristian Flikka
|
7bfe185998
|
Started working on the flow RawRecord->ParserRecord->DeckRecord. DeckRecord has some containers now.
|
2013-05-23 12:42:59 +02:00 |
|
Joakim Hove
|
6b338d09e7
|
Added skeleton implementation of DeckRecord
|
2013-05-14 21:23:34 +02:00 |
|
Joakim Hove
|
17f8ae7428
|
Added DeckDoubleItem implementation
|
2013-05-13 17:03:44 +02:00 |
|
Joakim Hove
|
c963c7d768
|
Changed to use only enum for ItemSize. FIXED -> SCALAR with value 1
|
2013-05-09 12:17:00 +02:00 |
|
Kristian Flikka
|
2d6e6842d6
|
Changed ParserItem from template based to a base-inheritance based system. Corresponds to and creates DeckItem objects
|
2013-05-07 21:55:49 +02:00 |
|
Kristian Flikka
|
b36f000377
|
Moved tests from one base location, into per-topic folders
|
2013-05-06 14:46:29 +02:00 |
|
Kristian Flikka
|
bf3be4695d
|
Refactoring, prefixing parser setup classes with Parser. 4 space indent.
|
2013-05-06 12:13:49 +02:00 |
|
Joakim Hove
|
105012ad7e
|
More reorg/merge fixes
|
2013-05-06 09:54:31 +02:00 |
|
Joakim Hove
|
40e6a35332
|
???
|
2013-05-06 09:48:29 +02:00 |
|
Joakim Hove
|
60abc2c397
|
Merged in documentation
|
2013-05-06 09:44:00 +02:00 |
|
Joakim Hove
|
182dd0483b
|
Made separate source lists for RawDeck sources and Parser sources
|
2013-05-03 15:30:52 +02:00 |
|
Joakim Hove
|
19fa7ab1d1
|
Moved Logger implementation to subdirectory Logger/
|
2013-05-03 15:11:28 +02:00 |
|
Kristian Flikka
|
0d5ce81809
|
Merge pull request 2 from joakim-hove/master - Added code to add Keywords to parser class
|
2013-04-04 14:17:12 +02:00 |
|
Kristian Flikka
|
aa8cd7b4ca
|
Added a thin container for knowledge about keywords with fixed number of records. Changed some getter methods to return reference
|
2013-04-04 13:30:50 +02:00 |
|
Joakim Hove
|
f3e14aa76b
|
Added Keywords map to Parser
|
2013-04-03 11:38:06 +02:00 |
|
Joakim Hove
|
57c6946c07
|
Merged data/ -> RawDeck/ source code reorganisation
|
2013-04-03 09:27:55 +02:00 |
|
Joakim Hove
|
295b1929ab
|
Added subdirectory Parser/ + added ParserRecordSize as element in ParserKW
|
2013-04-02 15:19:32 +02:00 |
|
Kristian Flikka
|
2be8700e66
|
Moved data to RawDeck, added gmon.out to gitignore
|
2013-04-02 13:39:41 +02:00 |
|
Joakim Hove
|
e860091f30
|
Merged changes from Kristian
|
2013-04-02 12:58:12 +02:00 |
|
Kristian Flikka
|
ed0d04fcc6
|
Added classes for holding the raw deck structure
|
2013-03-22 15:35:40 +01:00 |
|