Age | Commit message (Expand) | Author |
2009-08-31 | Fixed iterator functions and xml_node::print to work correctly with empty nod... | arseny.kapoulkine |
2009-08-31 | Added optional PUGIXML_API, PUGIXML_CLASS and PUGIXML_FUNCTION defines to con... | arseny.kapoulkine |
2009-08-31 | Fixed xml_node::all_elements_by_name include dependencies | arseny.kapoulkine |
2009-08-31 | XPath fixes (now it should fail to compile incorrect queries) | arseny.kapoulkine |
2009-06-24 | Fix multithreaded XPath evaluation | arseny.kapoulkine |
2009-04-10 | Fixed destroying of attribute/node name/values (it now uses custom deallocati... | arseny.kapoulkine |
2009-03-29 | Const-correctness fixes for find_child_by_attribute | arseny.kapoulkine |
2009-03-04 | Fixed compilation warning for gcc-4.3 | arseny.kapoulkine |
2009-02-28 | Fixed compilation warning in case char type is signed | arseny.kapoulkine |
2009-02-08 | Updated version (source, documentation) | arseny.kapoulkine |
2009-02-08 | Fixed bug in xml_buffer_writer::write | arseny.kapoulkine |
2009-01-26 | Fixed nostl mode | arseny.kapoulkine |
2009-01-25 | Minor documentation fix | arseny.kapoulkine |
2009-01-25 | Documentation updated | arseny.kapoulkine |
2009-01-25 | Added xml_node::print for stream to make migration easier | arseny.kapoulkine |
2009-01-25 | Added proper parse errors with description, parsed offsets and stuff | arseny.kapoulkine |
2009-01-19 | Added invalidate_document_order, now detaching deleted nodes and setting name... | arseny.kapoulkine |
2009-01-19 | XPath: Fixed document order comparator (wrong attributes comparison in case o... | arseny.kapoulkine |
2009-01-18 | Added offset_debug | arseny.kapoulkine |
2009-01-18 | Added find_child_by_attribute | arseny.kapoulkine |
2009-01-08 | Implemented attribute and node copying | arseny.kapoulkine |
2009-01-06 | Custom memory management functions implemented | arseny.kapoulkine |
2009-01-06 | Added node_declaration node type for <?xml nodes, added corresponding parse_d... | arseny.kapoulkine |
2009-01-06 | Less header dependencies, some compilation fixes for Borland/Intel/MW compilers | arseny.kapoulkine |
2009-01-05 | Unsigned integer support for attributes (as_uint, operator=) | arseny.kapoulkine |
2009-01-05 | Regenerated documentation | arseny.kapoulkine |
2009-01-05 | Updated pugixml version | arseny.kapoulkine |
2009-01-05 | Minor documentation update | arseny.kapoulkine |
2009-01-05 | Node/document saving is now performed via new xml_writer interface, save_file... | arseny.kapoulkine |
2009-01-05 | Compilation fix, renamed format_write_bom to format_write_bom_utf8 | arseny.kapoulkine |
2009-01-05 | Document saving improvements - no escaping is done for ' character or for sym... | arseny.kapoulkine |
2009-01-05 | Fixed documentation bug (parse() sample) | arseny.kapoulkine |
2009-01-05 | Removed std::min from XPath (macro problems, it was needed only once anyway) | arseny.kapoulkine |
2007-10-31 | Merged 0.34 in trunk (revisions 69:84) | arseny.kapoulkine |
2007-02-21 | Fixed find_element | arseny.kapoulkine |
2007-02-21 | Removed redundant tree.png | arseny.kapoulkine |
2007-02-21 | Merged 0.3 in trunk | arseny.kapoulkine |
2007-01-08 | Removed comments (cppguru does not want them), refactored chartype_symbol par... | arseny.kapoulkine |
2007-01-08 | Updated copyright notice, reworked internal parsing (completely different str... | arseny.kapoulkine |
2007-01-05 | Parsing flags refactoring (removed trim flags, eol flags merged together, esc... | arseny.kapoulkine |
2006-12-27 | STLPort warning fixed | arseny.kapoulkine |
2006-12-14 | Fixed strconv_t (incorrect skipping of non-escape symbols) | arseny.kapoulkine |
2006-12-13 | Fixed istream parsing (again) | arseny.kapoulkine |
2006-12-13 | Fixed istream loading | arseny.kapoulkine |
2006-12-11 | More gcc fixes | arseny.kapoulkine |
2006-12-11 | Now should compile on gcc without errors/warnings | arseny.kapoulkine |
2006-12-11 | Default parsing mode now does not include parsing PI and comments. | arseny.kapoulkine |
2006-12-11 | Minor docs correction | arseny.kapoulkine |
2006-12-11 | Minor docs correction | arseny.kapoulkine |
2006-12-08 | Documentation update | arseny.kapoulkine |