Age | Commit message (Expand) | Author |
2011-12-09 | Introduced parse_ws_pcdata_single flag: only parses whitespace-only PCDATA if... | arseny.kapoulkine |
2011-10-08 | Fixed 'conversion from pointer to same-sized integral type' warning for Intel... | arseny.kapoulkine |
2011-10-08 | Fixed 'controlling expression is constant' warning for new versions of Intel ... | arseny.kapoulkine |
2011-09-10 | Added format_no_escapes flag | arseny.kapoulkine |
2011-08-19 | Fixed unspecified bool conversion for MSVC CLR for the case when pugixml is c... | arseny.kapoulkine |
2011-07-24 | Fixed compilation for gcc 4.2.1 (apparently not all gcc versions properly imp... | arseny.kapoulkine |
2011-07-19 | Implemented support for non-seekable streams | arseny.kapoulkine |
2011-02-16 | Fixed C++/CLI compilation error | arseny.kapoulkine |
2011-01-15 | Replaced std::wstring with std::basic_string<wchar_t> (fixes Android compilat... | arseny.kapoulkine |
2010-12-19 | Enabled many additional GCC warnings (most notably -Wshadow and -Wold-style-c... | arseny.kapoulkine |
2010-11-12 | Improved STLport support (now code compiles fine if STLport is in its own nam... | arseny.kapoulkine |
2010-10-31 | Updated version to 1.0 everywhere | arseny.kapoulkine |
2010-10-31 | Added xml_document::reset() function with document parameter | arseny.kapoulkine |
2010-10-26 | Added xml_document::reset, added append/prepend/insert child overloads for el... | arseny.kapoulkine |
2010-10-22 | Added a workaround for GCC 4.2 bogus warning | arseny.kapoulkine |
2010-10-22 | XPath: Moved STL replacement algorithms to anonymous namespace | arseny.kapoulkine |
2010-10-22 | XPath: Minor refactoring | arseny.kapoulkine |
2010-10-22 | XPath: Moved implementation details to anonymous namespace | arseny.kapoulkine |
2010-10-19 | If an element node has the only child, and it is of CDATA type, then the extr... | arseny.kapoulkine |
2010-10-19 | Added prepend_attribute, prepend_child and prepend_copy functions | arseny.kapoulkine@gmail.com |
2010-10-18 | Added xml_document::document_element function | arseny.kapoulkine |
2010-10-18 | Fixed internal_object() const-correctness, added xml_node::hash_value and xml... | arseny.kapoulkine |
2010-10-14 | Updated site URL everywhere | arseny.kapoulkine |
2010-10-03 | XPath: evaluate_string now guarantees zero-terminated result (unless the buff... | arseny.kapoulkine |
2010-10-03 | XPath: If exceptions are enabled, std::bad_alloc is thrown for all out of mem... | arseny.kapoulkine |
2010-09-26 | Added DOCTYPE node and parse_doctype flag (the node contains DOCTYPE value so... | arseny.kapoulkine |
2010-09-25 | Fixed MinGW45 in C++0x mode | arseny.kapoulkine |
2010-09-22 | Minor UTF8 conversion refactoring, added as_utf8 and as_wide overloads with s... | arseny.kapoulkine |
2010-09-22 | Removed document_order() function, added internal_object() accessor and expos... | arseny.kapoulkine |
2010-09-21 | Major header cleanup: removed redundant comments (single-line function/type d... | arseny.kapoulkine |
2010-09-21 | Minor load_file_impl refactoring | arseny.kapoulkine |
2010-09-20 | Added large file support for MinGW | arseny.kapoulkine |
2010-09-20 | Improved large file support: added overflow checks, _ftelli64/_fseeki64 are u... | arseny.kapoulkine |
2010-09-20 | Implemented load_file and save_file for wide character paths | arseny.kapoulkine |
2010-09-20 | XPath: xpath_parse_result is now default-initialized to object with failed st... | arseny.kapoulkine |
2010-09-20 | xml_parse_result now has a default ctor, minor parsing optimization | arseny.kapoulkine |
2010-09-20 | Memory allocation error now preserves last parsed offset, minor optimization ... | arseny.kapoulkine |
2010-09-15 | Added more assertions | arseny.kapoulkine |
2010-09-14 | XPath: evaluate_string refactoring (also fixes setjmp warning on MinGW withou... | arseny.kapoulkine |
2010-09-14 | XPath: Fixed MinGW compilation warning | arseny.kapoulkine |
2010-09-14 | XPath: Fixed MSVC6 compilation | arseny.kapoulkine |
2010-09-14 | XPath: Added out of memory handling during evaluation | arseny.kapoulkine |
2010-09-13 | XPath: Minor speed/memory improvements | arseny.kapoulkine |
2010-09-13 | XPath: Stack construction refactoring | arseny.kapoulkine |
2010-09-13 | XPath: Fixed MSVC7 compilation, removed redundant include | arseny.kapoulkine |
2010-09-13 | XPath: Added xpath_node_set constructor, redesigned evaluation memory managem... | arseny.kapoulkine |
2010-09-13 | XPath: Fixed sorting bug | arseny.kapoulkine |
2010-09-13 | XPath: Allocator refactoring: xpath_allocator now only consists of allocator ... | arseny.kapoulkine |
2010-09-13 | XPath: self axis now preserves the original set order, optimized remove_dupli... | arseny.kapoulkine |
2010-09-12 | XPath: Minor ast_step processing refactoring | arseny.kapoulkine |