Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | Adapted XMLParser to new SourceLocation | Andreas Stöckel | |
2015-01-23 | replaced nonexistant is_file with is_regular_file | Andreas Stöckel | |
2015-01-22 | Improved FileLocator | 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 | some cosmetic changed to FileLocator.cpp | 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 | Parsing struct attributes, added ability to reference other typesystems from ↵ | Andreas Stöckel | |
a typesystem | |||
2015-01-18 | Implemented storing locations in the ParserStack, improved parsing typesystems | Andreas Stöckel | |
2015-01-16 | wip copy | 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 | 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. | |||
2015-01-09 | added non-pretty output of XML serialization, changed DemoOutput accordingly ↵ | Benjamin Paassen | |
and changed DemoOutputTest to have some kind of automatic inspection instead of visual inspection. | |||
2015-01-09 | debugged DemoOutput.cpp | Benjamin Paassen | |
2015-01-09 | changed XML prolog handling. | Benjamin Paassen | |
2015-01-09 | used new addChild method | Benjamin Paassen | |
2015-01-09 | added XML escaping of special entities. | Benjamin Paassen | |
2015-01-09 | first version of annotation handling in DemoOutput. Tests do not work yet, ↵ | Benjamin Paassen | |
though. | |||
2015-01-08 | first attempts on implementing annotation support for DemoHTML output. | Benjamin Paassen | |
2015-01-08 | further extended example to include annotations (emphasized and strong). The ↵ | Benjamin Paassen | |
DemoOutput for that is still missing, though. convenience build functions have also been implemented in Document.cpp. | |||
2015-01-08 | further extended advanced document (now list domain is supported as well) ↵ | Benjamin Paassen | |
and extended DemoOutput accordingly. | |||
2015-01-08 | further extended the advanced document example, slightly improved XML ↵ | Benjamin Paassen | |
serialization and fixed a bug in DemoOutput leading to errors if a section/paragraph had no heading. | |||
2015-01-08 | Changed the DemoOutput algorithm as suggested by Andreas: We first transform ↵ | Benjamin Paassen | |
the document graph to an XML tree and the XML tree in turn has the methods to serialize to XML text, or, in this case, XHTML text. | |||
2015-01-04 | corrected first draft of DemoOutput. Still some TODOs remain, but for the ↵ | Benjamin Paassen | |
easy test document everything works. | |||
2015-01-04 | first draft for HTML Demo Output (still a lot of todos). | Benjamin Paassen | |
2015-01-04 | improved documentation. | Benjamin Paassen | |
2015-01-01 | Using CharReader instead of inputstream in Parser function | Andreas Stöckel | |
2015-01-01 | Replaced ParserException with more generic LoggerException | Andreas Stöckel | |
2014-12-12 | Made the relativeTo handling in FileLocator.cpp somewhat more sophisticated. | Benjamin Paassen | |
2014-12-11 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel | |
2014-12-11 | refactored logger | Andreas Stöckel | |
2014-12-11 | finished FileLocator implementation and tests for it. | Benjamin Paassen | |
2014-12-11 | First draft. Tested search path adding mechanism. | Benjamin Paassen | |
2014-12-11 | moved to CharReader everywhere | Andreas Stöckel | |
2014-12-11 | adapted Reader class to use CharReader instead of BufferedCharReader | Andreas Stöckel | |
2014-12-10 | started implementing FileLocator (boost). | Benjamin Paassen | |
2014-12-09 | made CSSParser full compatible (including pseudo selector arguments) with ↵ | Benjamin Paassen | |
type system parsing. | |||
2014-12-05 | replaced tuple handling by pair handling for nicer reading. | Benjamin Paassen | |
2014-12-05 | Successfully (hopefully) implemented CSS Parsing and the respective test. | Benjamin Paassen | |
2014-12-05 | Further work on implementing CSSRuleSets. This needs further testing, though. | Benjamin Paassen | |