Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-06 | changed name of text field from content to default. | Benjamin Paassen | |
2015-02-06 | made cardinality to an own class instead of using. | Benjamin Paassen | |
2015-02-06 | corrected attributes descriptor handling. | Benjamin Paassen | |
2015-02-06 | Continue writing parser for plain document format | Andreas Stöckel | |
2015-02-05 | Added initial skeleton of the PlainFormatStreamReader class, providing the ↵ | Andreas Stöckel | |
most basic functionality needed to read data from a Ousia plain text file. | |||
2015-02-04 | allowed actual field descriptor references. | Benjamin Paassen | |
2015-02-04 | got annotation parsing to work with the comments domain. detected a bug, ↵ | Benjamin Paassen | |
though (or better said: A conceptual problem) | |||
2015-02-04 | got headings domain to work. | Benjamin Paassen | |
2015-02-04 | added mechanism for parent parsing, which does not fully work as of now. | Benjamin Paassen | |
2015-02-04 | reworked test for domain parsing. The skeleton works. | Benjamin Paassen | |
2015-02-04 | further work on domain parsing. This is not a working state yet. | Benjamin Paassen | |
2015-02-03 | Implemented Including files | Andreas Stöckel | |
2015-02-02 | Importing files works now | Andreas Stöckel | |
2015-01-30 | XmlParser for more stuff | Andreas Stöckel | |
2015-01-30 | added a unit test for absolute paths. | Benjamin Paassen | |
2015-01-30 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
2015-01-30 | unit test for FileLocator precedence. | Benjamin Paassen | |
2015-01-30 | stuff | Andreas Stöckel | |
2015-01-28 | Implemented constants | Andreas Stöckel | |
2015-01-28 | Parsing a bit more stuff | Andreas Stöckel | |
2015-01-28 | Renamed add* and include* methods for referencing another Typesystem/Domain ↵ | Andreas Stöckel | |
description to "reference*" to have a consistent nomenclature | |||
2015-01-27 | Parsers do no longer return the node they have parsed (as this may be ↵ | Andreas Stöckel | |
ill-defined -- if a parser only parses a partial document via include, there may be many to no nodes that are returned). Parsers should just use the ParserScope.push funciton. All nodes pushed onto the top-level of the ParserScope are added treated as the nodes the parser has parsed. Adapted all code and all tests accordingly. | |||
2015-01-27 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2015-01-27 | Removed dependency between "Project" model class and parser/resources. This ↵ | Andreas Stöckel | |
reduces coupling and was stupid beforehand. | |||
2015-01-26 | Renamed CSS to Style (finally) | Benjamin Paassen | |
2015-01-26 | Compilation fix in Release mode | Andreas Stöckel | |
2015-01-25 | Adapted tests to StandaloneEnvironment, using complete pipeline in XmlParserTest | Andreas Stöckel | |
2015-01-25 | added parse, link and include functions to Project | Andreas Stöckel | |
2015-01-25 | Restructures parser classes a little, removed Registry from ParserContext, ↵ | Andreas Stöckel | |
gave a ResourceManager instance to the Project, using ResourceRequest when including or linking files, thought through how "including" and "linking" are handled | |||
2015-01-25 | more removal of the model namespace | Andreas Stöckel | |
2015-01-24 | Moved Terminal and TerminalLogger to own classes in new frontent folder | Andreas Stöckel | |
2015-01-23 | Fixed unit tests according to new SourceLocation | Andreas Stöckel | |
2015-01-21 | Do only perform relative file lookups if a relative path is given (to allow ↵ | Andreas Stöckel | |
users to include files without accidently including a global resource) | |||
2015-01-21 | Some further refactoring -- renamed Scope to ParserScope, got rid of parser ↵ | Andreas Stöckel | |
namespace, added new functionality to RegistryClass, wrote documentation, added function for extracting file extensions to Utils | |||
2015-01-20 | Added unit test for checking the default search paths | Andreas Stöckel | |
2015-01-20 | Adapted FileLocator unit tests, searching in the "UNKNOWN" ResourceType ↵ | Andreas Stöckel | |
search paths directly in ResoruceLocator instead of Registry | |||
2015-01-20 | Implemented automatic generation of default search paths | Andreas Stöckel | |
2015-01-20 | Moved some files around | Andreas Stöckel | |
2015-01-20 | Refactored stuff surrounding the ResourceLocator class, implemented ↵ | Andreas Stöckel | |
StaticResourceLocator which can be used for registering static resources (mainly for testing or if certain resources need to be available from the executable) | |||
2015-01-19 | XML-Parsing for Typesystem structs works so far | Andreas Stöckel | |
2015-01-18 | Fixed bugs in definition of Project, added reference to Project to ParserContext | Andreas Stöckel | |
2015-01-18 | Implemented storing locations in the ParserStack, improved parsing typesystems | Andreas Stöckel | |
2015-01-16 | Allowing deferred resolution of Nodes | Andreas Stöckel | |
2015-01-16 | Working on XMLParser (still lot work in progress) | Andreas Stöckel | |
2015-01-15 | Further simplified document buildup by doing the addition to parents of ↵ | Benjamin Paassen | |
StructureNodes in the constructor and refactored Anchor as standalone class instead of AnnotationEntity child. This made some changes in the test bench necessary as well. | |||
2015-01-15 | Synchronizing logger with current XML parser line number | Andreas Stöckel | |
2015-01-13 | put entity escaping in XML serialization instead of DemoOutput. Also had to ↵ | Benjamin Paassen | |
comment out graphviz visualization in DemoOutputTest because it did not work for me. | |||
2015-01-12 | Fixed failing html test | Andreas Stöckel | |
2015-01-12 | some further trials to solve the issue of segfault in HTML test, but failed. | Benjamin Paassen | |
2015-01-12 | Tried to introduce another StructureNode class as common superclass for ↵ | Benjamin Paassen | |
StructuredEntity, Anchor and DocumentPrimitive. Nearly seems to work, but not entirely so. There are still issues with the Manager it seems. |