Split the Options module in two to remove a circular dependency in
[SXSI/xpathcomp.git] / src / main.ml
2012-10-26 Kim NguyễnSplit the Options module in two to remove a circular...
2012-10-19 Kim NguyễnAdd option -nw control the wrapping of results in an...
2012-10-19 Kim NguyễnCompletely silences the output unless -v is given.
2012-10-19 Kim NguyễnAlso serialize results in counting mode (prints the...
2012-10-12 Kim NguyễnMerge branch 'master' of ssh://git.nguyen.vg/home/kim...
2012-07-24 Kim NguyễnRemove all traces of Tom's Grammar.
2012-05-04 Kim NguyễnAdd -doc-stats options to print document statistics.
2012-04-20 Kim NguyễnAdd -r <n> option to repeat the query execution n times.
2012-04-06 Kim NguyễnFinish adapting to new libxml-tree API
2012-04-02 Kim NguyễnUses the Logger.print function instead of Printf.eprintf
2012-03-20 Kim NguyễnRename 'Tracer' module to 'Logger'.
2012-03-19 Kim NguyễnTemporary commit
2012-03-01 Kim NguyễnPut grammar stuff.
2012-02-22 Kim NguyễnFinish porting to the Grammar2 API
2012-02-22 Kim NguyễnAdd grammar loading and indexing.
2012-02-16 Kim NguyễnFirst attempt at having a grammar runtime.
2012-02-16 Kim NguyễnRemove hard-coded acess to SXSI for tag operations.
2012-02-14 Kim NguyễnPreliminary support for the grammar.
2012-01-19 kimAdd performances counter option
2011-12-03 kimFix C++/OCaml wrappers.
2011-11-02 kimRemove unused function pr_mat()
2011-09-09 kimMerge branch 'local-ocamlbuild' into local-trunk