index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
model
Age
Commit message (
Expand
)
Author
2016-04-25
output reference types as name of the reference.
Benjamin Paassen
2016-04-25
Replace Typesystem "MagicCallback" by a more generic one.
Andreas Stöckel
2016-04-25
Add header containing callbacks used for the resolution of nodes in the docum...
Andreas Stöckel
2016-04-25
Small changes to the ReferenceType class, allows them to be used -- however r...
Andreas Stöckel
2016-04-25
Implement ReferenceType type class with some rudimentary behaviour
Andreas Stöckel
2016-04-25
Fix typo in comment
Andreas Stöckel
2016-04-25
Remove stray comment
Andreas Stöckel
2016-04-25
Add greedy flag to TokenDescriptor and SyntaxDescriptor and set it correctly....
Andreas Stöckel
2016-04-25
Replace NodeVector by ManagedVector where NodeVector functionality is not nee...
Andreas Stöckel
2016-04-25
added serialization support for attributes descriptors.
Benjamin Paassen
2016-04-25
added getter for referenced typesystems and ontologies.
Benjamin Paassen
2016-04-25
Fix broken smaller than operator leading to crash in std::sort
Andreas Stöckel
2016-04-25
Some small formatting and comment changes, introduce more anonymous namespace...
Andreas Stöckel
2016-04-25
Add equals and smaller than operator to SyntaxDescriptor (for std::sort or th...
Andreas Stöckel
2016-04-25
Fix getFieldDescriptor with index ignoring inherited fields
Andreas Stöckel
2015-03-04
Added getFieldDescriptor method with numeric index
Andreas Stöckel
2015-03-04
Transformed comments to doxygen comments
Andreas Stöckel
2015-03-04
Fix typo
Andreas Stöckel
2015-03-04
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2015-03-04
improved some error messages regarding field names once again.
Benjamin Paassen
2015-03-04
Renamed "start" and "end" token to "open" and "close" token
Andreas Stöckel
2015-03-03
made document validation more strict to prevent disconnected anchors.
Benjamin Paassen
2015-03-03
Improved error messages
Andreas Stöckel
2015-03-03
Merge branch 'master' of ssh://somweyr.de/var/local/git/ousia
Andreas Stöckel
2015-03-03
Converted size_t references to values
Andreas Stöckel
2015-03-03
prevented cycles in DocumentEntity::searchStartAnchor
Benjamin Paassen
2015-03-03
fixed a bug in addStructureNode. Document as parent was not properly considered.
Benjamin Paassen
2015-03-03
improved FieldDescriptor validation error messages.
Andreas Stöckel
2015-03-03
added a method to find the matching start anchor for some end anchor.
Andreas Stöckel
2015-03-03
Do not allow structs to be transparent and root at the same time
Andreas Stöckel
2015-03-03
Removed last remains of "domain" in code
Andreas Stöckel
2015-03-03
Renamed isSubtree to subtree and isRoot to root
Andreas Stöckel
2015-03-03
Storing type and name in the HandlerData once again, using a Token
Andreas Stöckel
2015-03-02
integrated syntax tokens in Domain.
Benjamin Paassen
2015-03-02
refactored SyntaxDescriptor to Token.hpp and added TokenDescriptor class.
Benjamin Paassen
2015-03-01
improved error messages for empty field names.
Benjamin Paassen
2015-03-01
Renamed domain to ontology.
Benjamin Paassen
2015-02-19
Added a comment to the default field name constant
Andreas Stöckel
2015-02-18
detected and counteracted cycles in gatherFieldDescriptors and gatherSubclass...
Benjamin Paassen
2015-02-18
Fixed bug #80 and added unit test
Andreas Stöckel
2015-02-17
added typesystems getter.
Benjamin Paassen
2015-02-16
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2015-02-16
added creation methods that reference fields by index instead of name.
Benjamin Paassen
2015-02-16
Allow typesystem references in Document
Andreas Stöckel
2015-02-16
added return value in addFieldDescriptor related methods to indicate whether ...
Benjamin Paassen
2015-02-15
got rid of some unnecessary warnings.
Benjamin Paassen
2015-02-15
changed order of fields in StructuredClass::getFieldDescriptors
Benjamin Paassen
2015-02-15
Removed no longer available getVariantTypes
Andreas Stöckel
2015-02-15
Merge branch 'astoecke_parser_stack_new'
Andreas Stöckel
2015-02-15
added cardinality type.
Benjamin Paassen
[next]