Merge branch 'handle-stdout'
[SXSI/xpathcomp.git] / src /
2012-10-26 Kim NguyễnMerge branch 'handle-stdout' master
2012-10-26 Kim NguyễnMerge branch 'master' of ssh://git.nguyen.vg/SXSI/xpathcomp
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ễnUse attribute force_align_arg_pointer only for architec...
2012-10-26 Kim NguyễnMerge branch 'master' of ssh://git.nguyen.vg/SXSI/xpathcomp
2012-10-26 Kim NguyễnMerge branch 'pretty-print'
2012-10-26 Kim NguyễnMerge branch 'reentrent-timing'
2012-10-23 Kim NguyẽnFix a subtle bug where OCaml/C function stack are not...
2012-10-22 Kim NguyễnChange the structure of log messages. Add a new
2012-10-21 Kim NguyễnDo not unconditionally flush the current formatting...
2012-10-21 Kim NguyễnDo not print number of runs/average/min/max timing...
2012-10-21 Kim NguyễnRemove non-reentrant timing function.
2012-10-21 Kim NguyễnMake the time function re-entrant.
2012-10-21 Kim NguyễnFix indentation in the time function.
2012-10-21 Kim NguyễnMerge branch 'master' into pretty-print
2012-10-21 Kim NguyễnForgot to add the new src/config.ml file.
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-21 Kim NguyễnWIP on beautyfying the pretty-printing module.
2012-10-20 Kim NguyễnSupport '-' on the command line as an aliase for /dev...
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ễnFix bug in the handling of element-subtree lazy result... non-regression-tests
2012-10-19 Kim NguyễnAlso serialize results in counting mode (prints the...
2012-10-17 Kim NguyễnFollow the changes in XMLTree API: xml_tree::subtree_el... track-xml-tree-better-doc
2012-10-17 Kim NguyễnSilence a format-related warning (%i -> %lu).
2012-10-17 Kim NguyễnFix the path to the #included bp.h (bp/bp.h -> libbp...
2012-10-13 Kim NguyễnAdd runtime assertion to check that values passed to...
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-10-12 Kim NguyễnAdd a test program for experimenting with lexicographic...
2012-07-24 Kim NguyễnRemove all traces of Tom's Grammar.
2012-07-24 Kim NguyễnChange incorrect english in error message.
2012-05-29 Kim NguyễnFix typo in debugging message.
2012-05-29 Kim NguyễnAdd command line option to disable caching and jumping
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-04 Kim NguyễnAdd support for multiline XPath queries.
2012-05-02 Kim NguyễnVarious fixes for bottom-up run.
2012-05-02 Kim NguyễnVarious improvements:
2012-05-02 Kim NguyễnAdd more logging statements.
2012-05-02 Kim NguyễnAdd 'bottom-up' logging level.
2012-05-02 Kim NguyễnAdd a command line option to disable the indexing of...
2012-05-02 Kim NguyễnDon't flush the XML printing buffer if nothing was...
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-20 Kim NguyễnReplace \n by @\n in log message.
2012-04-20 Kim NguyễnMinor code factoring.
2012-04-20 Kim NguyễnFavor {first,next}_element calls instead of select_...
2012-04-20 Kim NguyễnMake constant construtors of L2JIT.opcode CACHE and...
2012-04-20 Kim NguyễnUse better defaults for top-down cache size.
2012-04-20 Kim NguyễnAdd -r <n> option to repeat the query execution n times.
2012-04-18 Kim NguyễnAdd utility header file. new-xml-tree
2012-04-18 Kim NguyễnChange from unordered_set<tag> to int array in low...
2012-04-18 Kim NguyễnChange the ifndef guard from FOO_H_ to FOO_HPP_ to...
2012-04-18 Kim NguyễnMisc. rewrites:
2012-04-12 Kim NguyễnEncapsulate serialization results around with <xml_resu...
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ễnOptimize the bottom-up run using a Camlp4 macro instead...
2012-04-02 Kim NguyễnSilence compiler warning about unused variables.
2012-04-02 Kim NguyễnUses the Logger.print function instead of Printf.eprintf
2012-04-02 Kim NguyễnAdd text() and node() tokens in the lexer to allow...
2012-04-02 Kim NguyễnFix bug where the Lvl2 Cache got corrupted upon resizing.
2012-04-02 Kim NguyễnRemove unused memory profiling code.
2012-03-20 Kim NguyễnChange the logging infrastructure:
2012-03-20 Kim NguyễnRename 'Tracer' module to 'Logger'.
2012-03-19 Kim NguyễnRevert "Remove the need for a NOP operation in automata...
2012-03-19 Kim NguyễnTemporary commit
2012-03-16 Kim NguyễnFinaly clean up formula representation.
2012-03-14 Kim NguyễnMake the tree/text interface more flexible to various...
2012-03-14 Kim NguyễnSmall refactoring:
2012-03-14 Kim NguyễnRemove the need for a NOP operation in automata bytecode.
2012-03-14 Kim NguyễnClean-up Hcons module:
2012-03-14 Kim NguyễnAdd iteri function to traverse cache data structures.
2012-03-14 Kim NguyễnSort and remove duplicate from text query results ...
2012-03-14 Kim NguyễnAdd a C implementation of leading_bit and clz to optimi...
2012-03-01 Kim NguyễnAdd text-attribute tags to the star tagset.
2012-03-01 Kim NguyễnPut grammar stuff.
2012-03-01 Kim NguyễnUpdate parsing of tree.
2012-03-01 Kim NguyễnCosmetic changes.
2012-03-01 Kim NguyễnCosmetic changes.
2012-03-01 Kim NguyễnAdd grammar related function to result sets (2/2).
2012-03-01 Kim NguyễnAdd grammar related function to result sets.
2012-03-01 Kim NguyễnUpdate to new caching infrastructure.
2012-03-01 Kim NguyễnTemporary commit for grammar stuff.
2012-03-01 Kim NguyễnSmall optimization (replace lor 1 by + 1)
2012-03-01 Kim NguyễnPass debugging flags to malloc.
2012-03-01 Kim NguyễnUpdate caching infrastructure to automatically resize...
2012-03-01 Kim NguyễnCosmetic changes.
2012-03-01 Kim NguyễnCosmetic change.
2012-02-28 Kim NguyễnImprove caching table:
2012-02-22 Kim NguyễnRemove support for outdated libGrammar, replaced by...
2012-02-22 Kim NguyễnNew run function based on rank2 grammars:
2012-02-22 Kim NguyễnAdd function to query the memory usage of the BP structure.
2012-02-22 Kim NguyễnFinish porting to the Grammar2 API
2012-02-22 Kim NguyễnAdd function to cast tags to integers.
next