Change from unordered_set<tag> to int array in low-level select_* functions.
[SXSI/xpathcomp.git] / src /
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.
2012-02-22 Kim NguyễnAdd missing functions in the grammar2 API.
2012-02-22 Kim NguyễnFix indentation issues.
2012-02-22 Kim NguyễnAdd grammar loading and indexing.
2012-02-22 Kim NguyễnAdds new tracing points in the grammar runtime.
2012-02-22 Kim NguyễnAdd an extra parameter to cons so that it does not...
2012-02-22 Kim NguyễnVarious fixes to the old grammar interface
2012-02-22 Kim NguyễnAllow to pass an explicit destructor when registering...
2012-02-22 Kim NguyễnAdd wrappers for sadakane's data structure.
2012-02-22 Kim NguyễnNew version of the Grammar data-structure
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-16 Kim Nguyễn.
2012-02-16 Kim NguyễnStart making the code tag agnostic.
2012-02-16 Kim NguyễnAdd a new tracer level for debugging grammar run.
2012-02-16 Kim NguyễnAdd variance indicator to type.
2012-02-16 Kim NguyễnFinished fixing the pre-order traversal of the grammar.
2012-02-15 Kim NguyễnTemporary commit.
2012-02-14 Kim NguyễnPreliminary support for the grammar.
2012-02-14 kimMerge branch 'local-library-split' into local-trunk trunk
2012-02-13 kimRevert changes for following-sibling jumping function...
2012-02-07 kimTemporary commit.
2012-02-05 kimCreate branch trace-refactor
2012-02-05 kimAdd tracing infrastructure.
2012-01-19 kimFormatting/code clean-up.
2012-01-19 kimAdd backward moves in the syntax of the automaton.
2012-01-19 kimAdd performances counter option
2011-12-03 kimPurge libxml++ from build.
2011-12-03 kimFix C++/OCaml wrappers.
2011-12-03 kimRefactoring, 1st tier:
2011-11-02 kimRemove unused function pr_mat()
2011-11-02 kimUse TaggedNext for full subtree iteration instead of...
2011-09-13 kimFix bug in lexer preventig text and node from being...
2011-09-12 kimRefactoring and cosmetic changes
2011-09-11 kimRefactoring and cosmetic changes
2011-09-09 kimMore option printing fixes.
2011-09-09 kimFix the help message and display of options.
2011-09-09 kimComment out unused options.
2011-09-09 kimMerge branch 'local-ocamlbuild' into local-trunk