Remove spurious printfs.
[SXSI/XMLTree.git] / xml-tree.cpp
2012-10-20 Kim NguyễnRemove spurious printfs. master
2012-10-17 Kim NguyễnUse reinterpret_cast to convert the unsigned char*...
2012-10-17 Kim NguyễnRevert "Change the get_text() method to return a const...
2012-10-17 Kim NguyễnChange the get_text() method to return a const char*
2012-10-15 Kim NguyễnRecord which tag ids map to attribute nodes. Use that...
2012-10-12 Kim NguyễnFormatting.
2012-10-12 Kim NguyễnFixes the printing of empty attributes (<a id=""> ...
2012-10-12 Kim NguyễnRemove old commented-out version of the printing code.
2012-10-12 Kim NguyễnRemove a type
2012-10-06 Kim NguyễnFixes text_id_range to include the node itself, if...
2012-05-29 Kim NguyễnMerge branch remove-virtual
2012-05-09 Kim NguyễnFix a libcds bug:
2012-04-24 Kim NguyễnRevert "Optimize subtree_elements by calling find_close...
2012-04-24 Kim NguyễnOptimize subtree_elements by calling find_close only...
2012-04-18 Kim NguyễnChange select_* functions from unordered_set<tag_t... big-refactor
2012-04-12 Kim NguyễnFix bug in xml_tree::print (which would pop the printin...
2012-04-12 Kim NguyễnRemove spurious debugging message.
2012-04-06 Kim NguyễnVarious fixes, mainly tagged_sibling/select_sibling.
2012-04-04 Kim NguyễnHuge refactoring to remove diego' C/C++ chimera code. big_refactor