Implement set-theoretic operation on 2WSATA (union, intersection,
[tatoo.git] / src / xpath /
2013-07-25 Kim NguyễnFactor Remakefie and add more tests for parallel query... feature/multiple-starters
2013-07-24 Kim NguyễnImplement the multiple-starters feature:
2013-07-19 Kim NguyễnPreliminary work for multiple starters evaluation. refactor/sanitize-ata
2013-07-19 Kim NguyễnRefactor the Ata module:
2013-07-17 Kim NguyễnSanitize the representation of formula
2013-07-15 Kim NguyễnRemove the timestamp header in source files. This infor...
2013-04-22 Kim NguyễnImplement command line options, clean-up screen output.
2013-04-18 Kim NguyễnRe-organize the Remakefile.
2013-04-04 Kim NguyễnMerge branch 'master' of ssh://git.nguyen.vg/tatoo
2013-04-04 Kim NguyễnFlatten the sources, only leave the XPath module packed.
2013-03-15 Kim NguyễnCode refactoring:
2013-03-13 Kim NguyễnAdd .. and . to the path syntax.
2013-03-13 Kim NguyễnFix a bug in the handling of processing-instruction...
2013-03-13 Kim NguyễnAdd support for following and preceding using the usual...
2013-03-13 Kim NguyễnAdd a kind element to the node tree. Improve support...
2013-03-10 Kim NguyễnAllow the @id syntax in XPath expressions.
2013-03-10 Kim NguyễnFix descendant-or-self (which wrongly looked for elemen...
2013-03-10 Kim NguyễnMerge branch 'feature/test-suite'
2013-03-10 Kim NguyễnMerge branch 'feature/attributes'
2013-03-09 Kim NguyễnFix the handling of attributes:
2013-03-09 Kim NguyễnFix a bug in the parser where a leading '//' would...
2013-03-09 Kim NguyễnRework the formula predicates:
2013-03-05 Kim NguyễnWorking for element only document (with arbitrary paths...
2013-03-05 Kim NguyễnAdd a first runtime function. Positive fragment seems...
2013-03-04 Kim NguyễnFirst implementation of compilation from XPath to autom...
2013-03-04 Kim NguyễnAdd the compilation from existential XPath to automata.
2013-03-04 Kim NguyễnCompilation of the axis part of an XPath expression.
2013-02-07 Kim NguyễnRefactor module organisation and build process.