summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-03-03Implemented annotation handlingAndreas Stöckel
2015-03-03Improved error messagesAndreas Stöckel
2015-03-03Merge branch 'master' of ssh://somweyr.de/var/local/git/ousiaAndreas Stöckel
2015-03-03Converted size_t references to valuesAndreas Stöckel
2015-03-03prevented cycles in DocumentEntity::searchStartAnchorBenjamin Paassen
2015-03-03fixed a bug in addStructureNode. Document as parent was not properly considered.Benjamin Paassen
2015-03-03improved FieldDescriptor validation error messages.Andreas Stöckel
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-03Renamed isSubtree to subtree and isRoot to rootAndreas Stöckel
2015-03-03Storing type and name in the HandlerData once again, using a TokenAndreas Stöckel
2015-03-03Finished stack and adapted all unit testsAndreas Stöckel
2015-03-03Started restructuring and adapting Stack class, reenabled unit tests (does no...Andreas Stöckel
2015-03-02Added range flag to HandlerInfoAndreas Stöckel
2015-03-02Storing type and name in the HandlerData once again, using a TokenAndreas Stöckel
2015-03-02Added additional constructor to TokenAndreas Stöckel
2015-03-02Merge branch 'astoecke_tokens' of ssh://somweyr.de/var/local/git/ousia into a...Andreas Stöckel
2015-03-02Implemented new "start" methods in the Handler instancesAndreas Stöckel
2015-03-02Merge branch 'astoecke_tokens' of somweyr.de:ousia into astoecke_tokensBenjamin Paassen
2015-03-02integrated syntax tokens in Domain.Benjamin Paassen
2015-03-02added check for witespace characters in Utils::isUserDefinedTokenBenjamin Paassen
2015-03-02refactored SyntaxDescriptor to Token.hpp and added TokenDescriptor class.Benjamin Paassen
2015-03-02Added supportsTokens method to StateBuilderAndreas Stöckel
2015-03-02Got Stack compiling againAndreas Stöckel
2015-03-02Got all handlers compling againAndreas Stöckel
2015-03-02Implemented TokenSyntaxDescriptor structureAndreas Stöckel
2015-03-02Adapted Stack interface (Stack.cpp is a mess right now and does not compile)Andreas Stöckel
2015-03-02Added first (not final) version of the TokenStack class which will be used in...Andreas Stöckel
2015-03-02Adapted Callbacks interface and HandlersAndreas Stöckel
2015-03-02Unregistering all registered tokens when TokenRegistry is destroyedAndreas Stöckel
2015-03-02Wrote isUserDefinedToken function which checks whether a token is a valid use...Andreas Stöckel
2015-03-01improved error messages for empty field names.Benjamin Paassen
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-03-01Implemented TokenRegistry class and corresponding simple test caseAndreas Stöckel
2015-03-01Prefer longer non-primary tokensAndreas Stöckel
2015-03-01allowing to store gaps in SourceOffsetVector and fixed bug with trim not rese...Andreas Stöckel
2015-02-28Always call trim if a bestMatch has been foundAndreas Stöckel
2015-02-28Trimming forgotten protectedChars bufferAndreas Stöckel
2015-02-28Fixed potential problem in SourceOffsetVectorAndreas Stöckel
2015-02-26Fixed non-initialized variableAndreas Stöckel
2015-02-25start of branch, commit log will be rewrittenAndreas Stöckel
2015-02-24Fixed problem with array types in primitive fields.Andreas Stöckel
2015-02-22Adapted old Tokenizer infrastructure to new Tokens.hppAndreas Stöckel
2015-02-22Implemented TokenizedData, a facility to store data with tokens where tokens ...Andreas Stöckel
2015-02-22Added Token header containing a standalone definition of "Token"Andreas Stöckel
2015-02-22Implemented SourceOffsetVector -- a class for storing the SourceOffset for ea...Andreas Stöckel
2015-02-22Removed unneeded importsAndreas Stöckel
2015-02-22Moved implementation of collapse to Utils, providing same interface for colla...Andreas Stöckel
2015-02-22corrected XML serialization for primitive text content regarding whitespace a...Benjamin Paassen