Age | Commit message (Expand) | Author |
2015-01-30 | stuff | Andreas Stöckel |
2015-01-29 | Unified signature of resolve functions, passing the "owner" to the callback f... | Andreas Stöckel |
2015-01-29 | changed precedence in FileLocator. This has to be tested still. | Benjamin Paassen |
2015-01-29 | further attempts on making the main program work. Had to add a method for han... | Benjamin Paassen |
2015-01-29 | ParserScope now stores the nodes for which the resolution was triggered and f... | Andreas Stöckel |
2015-01-28 | Implemented constants | Andreas Stöckel |
2015-01-28 | Parsing a bit more stuff | Andreas Stöckel |
2015-01-27 | Parsers do no longer return the node they have parsed (as this may be ill-def... | Andreas Stöckel |
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 r... | Andreas Stöckel |
2015-01-26 | Renamed CSS to Style (finally) | Benjamin Paassen |
2015-01-26 | Moving code for deferred Resolution and validation to "LINK" mode of Parser -... | Andreas Stöckel |
2015-01-25 | Use context source id, not reader source id | Andreas Stöckel |
2015-01-25 | Restructures parser classes a little, removed Registry from ParserContext, ga... | Andreas Stöckel |
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 u... | Andreas Stöckel |
2015-01-21 | Some further refactoring -- renamed Scope to ParserScope, got rid of parser n... | Andreas Stöckel |
2015-01-20 | some cosmetic changed to FileLocator.cpp | Andreas Stöckel |
2015-01-20 | Adapted FileLocator unit tests, searching in the "UNKNOWN" ResourceType searc... | Andreas Stöckel |
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 StaticRes... | Andreas Stöckel |
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 |
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 Struc... | Benjamin Paassen |
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 c... | Benjamin Paassen |
2015-01-12 | Tried to introduce another StructureNode class as common superclass for Struc... | Benjamin Paassen |
2015-01-09 | added non-pretty output of XML serialization, changed DemoOutput accordingly ... | Benjamin Paassen |
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, th... | Benjamin Paassen |
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 |
2015-01-08 | further extended advanced document (now list domain is supported as well) and... | Benjamin Paassen |
2015-01-08 | further extended the advanced document example, slightly improved XML seriali... | Benjamin Paassen |
2015-01-08 | Changed the DemoOutput algorithm as suggested by Andreas: We first transform ... | Benjamin Paassen |
2015-01-04 | corrected first draft of DemoOutput. Still some TODOs remain, but for the eas... | Benjamin Paassen |
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 |