Age | Commit message (Expand) | Author |
2010-05-10 | Optimized xml_document::destroy | 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 | Added empty stream/buffer tests, fixed null buffer parsing in wchar_t mode | arseny.kapoulkine |
2010-05-09 | Minor loading functions refactoring, fixed XPath append_node for MSVC10 | arseny.kapoulkine |
2010-05-08 | Minor coverage improvements | arseny.kapoulkine |
2010-05-08 | Don't use global no-deprecate switch for newer GCC/MinGW, fixed warnings beca... | arseny.kapoulkine |
2010-05-08 | Deprecated all wildcard functions and parse_wnorm_attribute | 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-04-21 | Fixed invalid document contents when document parsing fails | arseny.kapoulkine |
2010-02-08 | Replaced int with ptrdiff_t for offset_debug() and last parsed offset in xml_... | arseny.kapoulkine |
2010-02-06 | Added inline directive to ischartype in case automatic inlining is not enabled | arseny.kapoulkine |
2010-01-21 | Renamed ERROR to THROW_ERROR to solve macro name conflictsv0.5 | arseny.kapoulkine |
2010-01-20 | Fixed several code analysis warnings | arseny.kapoulkine |
2009-11-10 | More branch probability tuning | arseny.kapoulkine |
2009-11-10 | Parsing optimization: removed some redundant checks, reordered branches by pr... | arseny.kapoulkine |
2009-11-08 | Updated header/footer comments - included MIT license text as per user reques... | arseny.kapoulkine |
2009-11-08 | XPath: Fixed const-correctness, added boolean operators and operator! for Bor... | arseny.kapoulkine |
2009-10-28 | Fixed MSVC6 compilation error | arseny.kapoulkine |
2009-10-20 | Added memory allocation function getters (can't write generic function to par... | arseny.kapoulkine |
2009-10-20 | Removed dead code (UTF8 sequences of length 5 are considered broken, removed ... | arseny.kapoulkine |
2009-10-20 | Fixed node_pi and node_declaration copying | arseny.kapoulkine |
2009-10-12 | PCDATA is now output with trailing newline if format_raw is not set and PCDAT... | arseny.kapoulkine |
2009-10-12 | Fixed xml_node::remove_attribute in case of empty attribute as a parameter | arseny.kapoulkine |
2009-10-11 | Const-correctness fix for print/save functions | arseny.kapoulkine |
2009-10-11 | traverse now sets depth to -1 for both begin() and end() | arseny.kapoulkine |
2009-10-11 | Fixed offset_debug for pi nodes | arseny.kapoulkine |
2009-09-17 | Changed header version | arseny.kapoulkine |
2009-09-17 | Fixed compilation warnings on BCC | 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-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 | 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 |