index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Collapse
)
Author
2015-02-10
Skeleton for GenericParser class
Andreas Stöckel
2015-02-09
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-02-09
Added fetch and fetchPeek functions for reading the current character ↵
Andreas Stöckel
without advancing any cursor
2015-02-08
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2015-02-08
added getFieldDescriptor method.
Benjamin Paassen
2015-02-08
Added newline
Andreas Stöckel
2015-02-08
Changed definition of identifier (do not allow them to start with an underscore)
Andreas Stöckel
2015-02-08
Added "expect" function to CharReader
Andreas Stöckel
2015-02-08
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
2015-02-08
added check for name attribute in Descriptor.
Benjamin Paassen
2015-02-08
set the return type of getFieldDescriptorIndex to ssize_t.
Benjamin Paassen
2015-02-08
restructured the FieldDescriptor mechanism.
Benjamin Paassen
2015-02-08
Added isIdentifierStart function
Andreas Stöckel
2015-02-08
Added seekPeekCursor function to CharReader, improved how seeking is handled ↵
Andreas Stöckel
by adding seekCursor method to Buffer
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-02-07
Added code for printing info about hidden Rooted elements
Andreas Stöckel
2015-02-07
Removed double-removal of object from the "marked" list
Andreas Stöckel
2015-02-07
Changes in the comments, reenabled assertion
Andreas Stöckel
2015-02-07
Removed unneeded header
Andreas Stöckel
2015-02-07
Fixed problem with GC -- domains Node vector was not rooted.
Andreas Stöckel
2015-02-06
added a todo for andreas. xml tags may contain :
Benjamin Paassen
2015-02-06
improved formatting and variable names.
Benjamin Paassen
2015-02-06
made cardinality to an own class instead of using.
Benjamin Paassen
2015-02-06
Merge branch 'master' of somweyr.de:ousia
Benjamin Paassen
Conflicts: application/src/plugins/xml/XmlParser.cpp
2015-02-06
corrected attributes descriptor handling.
Benjamin Paassen
2015-02-06
added new resolve method.
Benjamin Paassen
2015-02-06
corrected attributes default value.
Benjamin Paassen
2015-02-06
temporarily commented out assertion in Manager destructor.
Benjamin Paassen
2015-02-06
moved setRoot to Document.cpp
Benjamin Paassen
2015-02-06
Removed childHandler, added "*" notation
Andreas Stöckel
2015-02-05
Added hasNonWhitepaceChar function
Andreas Stöckel
2015-02-05
Fixed getPeekOffset function
Andreas Stöckel
2015-02-04
allowed actual field descriptor references.
Benjamin Paassen
2015-02-04
added child copy (somewhat "deep copy") to the copyFieldDescriptor function. ↵
Benjamin Paassen
Also some formatting stuff.
2015-02-04
set non-empty default field name.
Benjamin Paassen
2015-02-04
Improved enum related error messages
Andreas Stöckel
2015-02-04
Implemented parsing of enum types
Andreas Stöckel
2015-02-03
Fixed XML-Importer failing
Andreas Stöckel
2015-02-03
Throwing an Exception in RttiScope.select if no node is found. This is much ↵
Andreas Stöckel
cleaner.
2015-02-03
Fixed comment
Andreas Stöckel
2015-02-03
Using correct "isa" provided by Type
Andreas Stöckel
2015-02-03
Added "checkIsa" function to Type that allows to check for an isa relationship.
Andreas Stöckel
2015-02-03
Improved error message
Andreas Stöckel
2015-02-03
Attatching position information to error messages in Typesystem.build
Andreas Stöckel
2015-02-03
Changed behaviour of log exception with addition source location: exception ↵
Andreas Stöckel
has now precedence
2015-02-03
Implemented storing SourceLocation of parsed Variants
Andreas Stöckel
2015-02-03
Fixed imports when ParserTypes are set to more general nodes.
Andreas Stöckel
2015-02-03
Got rid of warnings when including files
Andreas Stöckel
2015-02-03
Added "deduceState" function
Andreas Stöckel
2015-02-03
Some refactoring, added function for extracting current type signature
Andreas Stöckel
[prev]
[next]