summaryrefslogtreecommitdiff
path: root/test/core/model
AgeCommit message (Expand)Author
2016-04-25Use "emph" instead of "emphasized" for the demo html output, adapt unit tests...Andreas Stöckel
2016-04-25Check syntax descriptor depthAndreas Stöckel
2015-03-04Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-03-04massively reworked demo html output.Benjamin Paassen
2015-03-04Renamed "start" and "end" token to "open" and "close" tokenAndreas Stöckel
2015-03-03prevented cycles in DocumentEntity::searchStartAnchorBenjamin Paassen
2015-03-03added a method to find the matching start anchor for some end anchor.Andreas Stöckel
2015-03-03Do not allow structs to be transparent and root at the same timeAndreas Stöckel
2015-03-03Removed last remains of "domain" in codeAndreas Stöckel
2015-03-03Storing type and name in the HandlerData once again, using a TokenAndreas Stöckel
2015-03-02added another domain test case for invalid syntax tokens.Benjamin Paassen
2015-03-02integrated syntax tokens in Domain.Benjamin Paassen
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-02-18detected and counteracted cycles in gatherFieldDescriptors and gatherSubclass...Benjamin Paassen
2015-02-17fixed wrong handling of empty attributes in TestAdvanced.Benjamin Paassen
2015-02-16added return value in addFieldDescriptor related methods to indicate whether ...Benjamin Paassen
2015-02-15Merge branch 'astoecke_parser_stack_new'Andreas Stöckel
2015-02-15added cardinality type.Benjamin Paassen
2015-02-15Fixed GCC 4.9 warningsAndreas Stöckel
2015-02-12added Descriptor::getPermittedChildren.Benjamin Paassen
2015-02-12added a method to retrieve all reachable default fields from a given descriptor.Benjamin Paassen
2015-02-12further revised pathTo. Now only the TREE field is used in further exploration.Benjamin Paassen
2015-02-12restructured pathTo. Also fixed some issues with that method and made it more...Benjamin Paassen
2015-02-12Anchors do not have a name anymore and have a unique mapping to their Annotat...Benjamin Paassen
2015-02-11improved pathtoBenjamin Paassen
2015-02-11changed semantics of default field, now referring to the only TREE field.Benjamin Paassen
2015-02-11made isSubtree (fieldType) and primitivity orthogonal concepts: PRIMITIVE is ...Benjamin Paassen
2015-02-08restructured the FieldDescriptor mechanism.Benjamin Paassen
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-02-06changed name of text field from content to default.Benjamin Paassen
2015-02-06made cardinality to an own class instead of using.Benjamin Paassen
2015-02-06corrected attributes descriptor handling.Benjamin Paassen
2015-02-06corrected attributes default value.Benjamin Paassen
2015-02-04set non-empty default field name.Benjamin Paassen
2015-02-04Implemented parsing of enum typesAndreas Stöckel
2015-02-03removed references to variant::cardinality where I did not need them.Benjamin Paassen
2015-02-03Added "checkIsa" function to Type that allows to check for an isa relationship.Andreas Stöckel
2015-01-30stuffAndreas Stöckel
2015-01-29Unified signature of resolve functions, passing the "owner" to the callback f...Andreas Stöckel
2015-01-28Renamed add* and include* methods for referencing another Typesystem/Domain d...Andreas Stöckel
2015-01-26Renamed CSS to Style (finally)Benjamin Paassen
2015-01-25Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-25more removal of the model namespaceAndreas Stöckel
2015-01-25removed cardinality type definition from Domain.hpp and made everything compa...Benjamin Paassen
2015-01-24Moved Terminal and TerminalLogger to own classes in new frontent folderAndreas Stöckel
2015-01-22added move semantics do Domain and Document classes.Benjamin Paassen
2015-01-21added variant content validation for Documents.Benjamin Paassen
2015-01-21introduced Domain validation functionality and a Unit test for it.Benjamin Paassen
2015-01-19(re-)introduced setter methods to Document.Benjamin Paassen
2015-01-19fixed some bugs in Document validation and added further tests.Benjamin Paassen