Merge branch 'handle-stdout'
[SXSI/xpathcomp.git] / src / tree.ml
2012-10-26 Kim NguyễnMerge branch 'handle-stdout' master
2012-10-26 Kim NguyễnMerge branch 'split-options-config'
2012-10-26 Kim NguyễnSplit the Options module in two to remove a circular...
2012-10-26 Kim NguyễnMerge branch 'master' of ssh://git.nguyen.vg/SXSI/xpathcomp
2012-10-26 Kim NguyễnMerge branch 'reentrent-timing'
2012-10-21 Kim NguyễnMake the time function re-entrant.
2012-10-21 Kim NguyễnMerge branch 'master' into pretty-print
2012-10-21 Kim NguyễnSplit the Options module in two to remove a circular...
2012-10-19 Kim NguyễnCompletely silences the output unless -v is given.
2012-10-17 Kim NguyễnFollow the changes in XMLTree API: xml_tree::subtree_el... track-xml-tree-better-doc
2012-10-12 Kim NguyễnFix a nasty bug where the wrong pointer was passed...
2012-10-12 Kim NguyễnMerge branch 'master' of ssh://git.nguyen.vg/home/kim...
2012-07-24 Kim NguyễnChange incorrect english in error message.
2012-05-29 Kim NguyễnBump file format magic number, invalidate all previousl...
2012-05-04 Kim NguyễnAdd -doc-stats options to print document statistics.
2012-05-02 Kim NguyễnVarious improvements:
2012-05-02 Kim NguyễnAdd a command line option to disable the indexing of...
2012-04-24 Kim NguyễnRevert "Call directly the low-level subtree_elements...
2012-04-24 Kim NguyễnCall directly the low-level subtree_elements function...
2012-04-20 Kim NguyễnAdd hooks to re-initialize hconsed modules.
2012-04-18 Kim NguyễnChange from unordered_set<tag> to int array in low...
2012-04-12 Kim NguyễnMore debugging:
2012-04-06 Kim NguyễnFinish adapting to new libxml-tree API
2012-04-04 Kim NguyễnBig refactoring of libxml-tree, part (1) (everything...
2012-04-02 Kim NguyễnUses the Logger.print function instead of Printf.eprintf
2012-03-19 Kim NguyễnTemporary commit
2012-03-14 Kim NguyễnMake the tree/text interface more flexible to various...
2012-03-01 Kim NguyễnUpdate parsing of tree.
2012-02-22 Kim NguyễnFix indentation issues.
2012-02-16 Kim NguyễnRemove hard-coded acess to SXSI for tag operations.
2012-02-14 kimMerge branch 'local-library-split' into local-trunk trunk
2012-02-07 kimTemporary commit.
2011-12-03 kimFix C++/OCaml wrappers.
2011-12-03 kimRefactoring, 1st tier:
2011-11-02 kimUse TaggedNext for full subtree iteration instead of...
2011-09-09 kimMerge branch 'local-ocamlbuild' into local-trunk