Age | Commit message (Expand) | Author |
2010-05-25 | Added support for Sun C++ compiler | arseny.kapoulkine |
2010-05-25 | Updated version, updated changelog, minor Doxygen fixes | arseny.kapoulkine |
2010-05-25 | Changed memory management so that the document node lives inside document; th... | arseny.kapoulkine |
2010-05-10 | Internal iterator constructors are now private, added empty document test | arseny.kapoulkine |
2010-05-10 | Reworked DOM memory allocation scheme (name/value allocations use the same pa... | arseny.kapoulkine |
2010-05-09 | Removed document order optimization (it helps on a tiny percentage of queries... | arseny.kapoulkine |
2010-05-09 | Minor loading functions refactoring, fixed XPath append_node for MSVC10 | arseny.kapoulkine |
2010-05-08 | Deprecated all wildcard functions and parse_wnorm_attribute | arseny.kapoulkine |
2010-05-08 | Fixed tests in NO_STL mode and IntelC deprecated constant | arseny.kapoulkine |
2010-05-08 | Implemented PUGIXML_DEPRECATED for GCC and MSVC7+ | arseny.kapoulkine |
2010-05-08 | Added 0.5-compatible interfaces for compatibility | arseny.kapoulkine |
2010-05-06 | Updated copyright year, updated changelog in documentation | arseny.kapoulkine |
2010-05-06 | Changed version number to 0.6, merged Unicode utilities to pugixml.cpp | arseny.kapoulkine |
2010-05-06 | Integrated changes from unicode branch to trunk | arseny.kapoulkine |
2010-02-08 | Replaced int with ptrdiff_t for offset_debug() and last parsed offset in xml_... | arseny.kapoulkine |
2009-11-08 | docs: Minor documentation changes | arseny.kapoulkine |
2009-11-08 | XPath: Added xpath_query::return_type() function, fixed evaluate_node_set doc... | arseny.kapoulkine |
2009-11-08 | Updated header/footer comments - included MIT license text as per user reques... | arseny.kapoulkine |
2009-11-08 | XPath: Node set copy now preserves sorted flag (for performance and consisten... | arseny.kapoulkine |
2009-11-08 | XPath: Fixed const-correctness, added boolean operators and operator! for Bor... | arseny.kapoulkine |
2009-10-28 | Fixed MSVC6 compilation of template member functions | arseny.kapoulkine |
2009-10-20 | Added memory allocation function getters (can't write generic function to par... | arseny.kapoulkine |
2009-10-20 | Fixed documentation bug | arseny.kapoulkine |
2009-10-11 | Const-correctness fix for print/save functions | arseny.kapoulkine |
2009-09-17 | Changed header version | arseny.kapoulkine |
2009-09-17 | Added xml_attribute::set_value overloads | arseny.kapoulkine |
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-03-29 | Const-correctness fixes for find_child_by_attribute | arseny.kapoulkine |
2009-02-08 | Updated version (source, documentation) | 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-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 | Updated pugixml version | 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 |
2007-10-31 | Merged 0.34 in trunk (revisions 69:84) | arseny.kapoulkine |
2007-02-21 | Fixed find_element | 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 |