index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
parser
/
stack
/
Stack.cpp
Age
Commit message (
Collapse
)
Author
2015-02-17
Fix for issue #79 -- do not create implicit default fields for invalid commands
Andreas Stöckel
2015-02-17
Improved handling of and error messages in tha case of too many fields for a ↵
Andreas Stöckel
command. Adapted StackTest to the new behaviour and added new unit test. Fixed bug #76
2015-02-16
Allowing numeric argument keys for static handlers
Andreas Stöckel
2015-02-16
Fixed problem with fieldEnd closing implicit fields and added unit test
Andreas Stöckel
2015-02-15
Slightly adapted Handler instances to new Handler, once again passing ↵
Andreas Stöckel
non-const references to data and start, using "parseGenericString" in DocumentHandler for resolving non-string values, added unit test for testing whether "end()" is not called if "start()" fails.
2015-02-15
Implemented most of the desired behaviour of the Stack class, added unit tests
Andreas Stöckel
2015-02-15
Renamed StateStack to Stack
Andreas Stöckel
2015-02-15
Renamed parser/generic to parser/stack and made filenames much shorter
Andreas Stöckel