summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2015-01-30stuffAndreas Stöckel
2015-01-29Unified signature of resolve functions, passing the "owner" to the callback f...Andreas Stöckel
2015-01-29changed precedence in FileLocator. This has to be tested still.Benjamin Paassen
2015-01-29further attempts on making the main program work. Had to add a method for han...Benjamin Paassen
2015-01-29ParserScope now stores the nodes for which the resolution was triggered and f...Andreas Stöckel
2015-01-28Implemented constantsAndreas Stöckel
2015-01-28Parsing a bit more stuffAndreas Stöckel
2015-01-27Parsers do no longer return the node they have parsed (as this may be ill-def...Andreas Stöckel
2015-01-27Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-27Removed dependency between "Project" model class and parser/resources. This r...Andreas Stöckel
2015-01-26Renamed CSS to Style (finally)Benjamin Paassen
2015-01-26Moving code for deferred Resolution and validation to "LINK" mode of Parser -...Andreas Stöckel
2015-01-25Use context source id, not reader source idAndreas Stöckel
2015-01-25Restructures parser classes a little, removed Registry from ParserContext, ga...Andreas Stöckel
2015-01-25more removal of the model namespaceAndreas Stöckel
2015-01-23Adapted XMLParser to new SourceLocationAndreas Stöckel
2015-01-23replaced nonexistant is_file with is_regular_fileAndreas Stöckel
2015-01-22Improved FileLocatorAndreas Stöckel
2015-01-21Do only perform relative file lookups if a relative path is given (to allow u...Andreas Stöckel
2015-01-21Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...Andreas Stöckel
2015-01-20some cosmetic changed to FileLocator.cppAndreas Stöckel
2015-01-20Adapted FileLocator unit tests, searching in the "UNKNOWN" ResourceType searc...Andreas Stöckel
2015-01-20Implemented automatic generation of default search pathsAndreas Stöckel
2015-01-20Moved some files aroundAndreas Stöckel
2015-01-20Refactored stuff surrounding the ResourceLocator class, implemented StaticRes...Andreas Stöckel
2015-01-19XML-Parsing for Typesystem structs works so farAndreas Stöckel
2015-01-18Parsing struct attributes, added ability to reference other typesystems from ...Andreas Stöckel
2015-01-18Implemented storing locations in the ParserStack, improved parsing typesystemsAndreas Stöckel
2015-01-16wip copyAndreas Stöckel
2015-01-16Allowing deferred resolution of NodesAndreas Stöckel
2015-01-16Working on XMLParser (still lot work in progress)Andreas Stöckel
2015-01-15Further simplified document buildup by doing the addition to parents of Struc...Benjamin Paassen
2015-01-15Synchronizing logger with current XML parser line numberAndreas Stöckel
2015-01-13put entity escaping in XML serialization instead of DemoOutput. Also had to c...Benjamin Paassen
2015-01-12Tried to introduce another StructureNode class as common superclass for Struc...Benjamin Paassen
2015-01-09added non-pretty output of XML serialization, changed DemoOutput accordingly ...Benjamin Paassen
2015-01-09debugged DemoOutput.cppBenjamin Paassen
2015-01-09changed XML prolog handling.Benjamin Paassen
2015-01-09used new addChild methodBenjamin Paassen
2015-01-09added XML escaping of special entities.Benjamin Paassen
2015-01-09first version of annotation handling in DemoOutput. Tests do not work yet, th...Benjamin Paassen
2015-01-08first attempts on implementing annotation support for DemoHTML output.Benjamin Paassen
2015-01-08further extended example to include annotations (emphasized and strong). The ...Benjamin Paassen
2015-01-08further extended advanced document (now list domain is supported as well) and...Benjamin Paassen
2015-01-08further extended the advanced document example, slightly improved XML seriali...Benjamin Paassen
2015-01-08Changed the DemoOutput algorithm as suggested by Andreas: We first transform ...Benjamin Paassen
2015-01-04corrected first draft of DemoOutput. Still some TODOs remain, but for the eas...Benjamin Paassen
2015-01-04first draft for HTML Demo Output (still a lot of todos).Benjamin Paassen
2015-01-04improved documentation.Benjamin Paassen
2015-01-01Using CharReader instead of inputstream in Parser functionAndreas Stöckel