Age | Commit message (Expand) | Author |
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-22 | tests: Fixed WCHAR mode compilation | arseny.kapoulkine |
2010-10-22 | tests: Fixed CW compilation | arseny.kapoulkine |
2010-10-20 | docs: Minor fix | arseny.kapoulkine |
2010-10-20 | docs: Updated licensing terms with acknowledgment clarification, updated chan... | 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 | docs: Documented the DLL runtime library caveat in case pugixml is in shared ... | arseny.kapoulkine |
2010-10-03 | docs: Minor exception-related fixes, added XPath variable documentation | arseny.kapoulkine |
2010-10-03 | docs: Added evaluate_string buffer overload documentation | arseny.kapoulkine |
2010-10-03 | XPath: evaluate_string now guarantees zero-terminated result (unless the buff... | arseny.kapoulkine |
2010-10-03 | docs: Various exception-related cleanup, documented XPath error handling, doc... | arseny.kapoulkine |
2010-10-03 | tests: Fixed XPath OOM tests, added parsing exception test | 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 | docs: Minor spelling fixes, added node_doctype, parse_doctype and parse_full ... | arseny.kapoulkine |
2010-09-26 | tests: Added node_doctype and parse_doctype tests | 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-24 | docs: Minor typo fix, updated API reference | arseny.kapoulkine |
2010-09-24 | docs: Reverted accidentally committed HTML documentation | arseny.kapoulkine |
2010-09-24 | docs: Removed pugixpath.cpp mentions, updated evaluate_* arguments and added ... | arseny.kapoulkine |
2010-09-23 | docs: Updated VS2005 PCH screenshot (removed pugixpath.cpp) | arseny.kapoulkine |
2010-09-23 | docs: Updated changelog | arseny.kapoulkine |
2010-09-22 | Minor UTF8 conversion refactoring, added as_utf8 and as_wide overloads with s... | arseny.kapoulkine |
2010-09-22 | tests: Removed document_order test, added internal_object test | 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 | tests: Added load_file/save_file tests | arseny.kapoulkine |
2010-09-20 | Implemented load_file and save_file for wide character paths | arseny.kapoulkine |
2010-09-20 | scripts: Removed references to pugixpath.cpp | arseny.kapoulkine |
2010-09-20 | tests: Improved tests for parsing result default construction | arseny.kapoulkine |
2010-09-20 | XPath: xpath_parse_result is now default-initialized to object with failed st... | arseny.kapoulkine |
2010-09-20 | tests: Added default ctor test | 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 | tests: Fixed MSVC 6/7 compilation error | arseny.kapoulkine |
2010-09-14 | tests: Improved XPath sort coverage | arseny.kapoulkine |