summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-31docs: Regenerated HTML documentationv1.0arseny.kapoulkine
2010-10-31docs: Minor fixesarseny.kapoulkine
2010-10-31docs: Regenerated HTML documentationarseny.kapoulkine
2010-10-31Updated version to 1.0 everywherearseny.kapoulkine
2010-10-31docs: Mentioned new xml_document::reset function, minor fixesarseny.kapoulkine
2010-10-31tests: Added document reset-self testarseny.kapoulkine
2010-10-31Added xml_document::reset() function with document parameterarseny.kapoulkine
2010-10-31docs: Minor quickstart cleanup (add changes from manual, add links to manual ...arseny.kapoulkine
2010-10-31docs: More links in manual, updated changelogarseny.kapoulkine
2010-10-31docs: Various improvements to the final few sections of the manual (language-...arseny.kapoulkine
2010-10-30docs: Various improvements to the next few sections of the manual (language-r...arseny.kapoulkine
2010-10-30docs: Various improvements to first few sections of the manual (language-rela...arseny.kapoulkine
2010-10-26docs: Updated documentation (new child element insertion functions, xml_docum...arseny.kapoulkine
2010-10-26Added xml_document::reset, added append/prepend/insert child overloads for el...arseny.kapoulkine
2010-10-22Added a workaround for GCC 4.2 bogus warningarseny.kapoulkine
2010-10-22XPath: Moved STL replacement algorithms to anonymous namespacearseny.kapoulkine
2010-10-22XPath: Minor refactoringarseny.kapoulkine
2010-10-22XPath: Moved implementation details to anonymous namespacearseny.kapoulkine
2010-10-22tests: Fixed WCHAR mode compilationarseny.kapoulkine
2010-10-22tests: Fixed CW compilationarseny.kapoulkine
2010-10-20docs: Minor fixarseny.kapoulkine
2010-10-20docs: Updated licensing terms with acknowledgment clarification, updated chan...arseny.kapoulkine
2010-10-19If an element node has the only child, and it is of CDATA type, then the extr...arseny.kapoulkine
2010-10-19Added prepend_attribute, prepend_child and prepend_copy functionsarseny.kapoulkine@gmail.com
2010-10-18Added xml_document::document_element functionarseny.kapoulkine
2010-10-18Fixed internal_object() const-correctness, added xml_node::hash_value and xml...arseny.kapoulkine
2010-10-14Updated site URL everywherearseny.kapoulkine
2010-10-03docs: Documented the DLL runtime library caveat in case pugixml is in shared ...arseny.kapoulkine
2010-10-03docs: Minor exception-related fixes, added XPath variable documentationarseny.kapoulkine
2010-10-03docs: Added evaluate_string buffer overload documentationarseny.kapoulkine
2010-10-03XPath: evaluate_string now guarantees zero-terminated result (unless the buff...arseny.kapoulkine
2010-10-03docs: Various exception-related cleanup, documented XPath error handling, doc...arseny.kapoulkine
2010-10-03tests: Fixed XPath OOM tests, added parsing exception testarseny.kapoulkine
2010-10-03XPath: If exceptions are enabled, std::bad_alloc is thrown for all out of mem...arseny.kapoulkine
2010-09-26docs: Minor spelling fixes, added node_doctype, parse_doctype and parse_full ...arseny.kapoulkine
2010-09-26tests: Added node_doctype and parse_doctype testsarseny.kapoulkine
2010-09-26Added DOCTYPE node and parse_doctype flag (the node contains DOCTYPE value so...arseny.kapoulkine
2010-09-25Fixed MinGW45 in C++0x modearseny.kapoulkine
2010-09-24docs: Minor typo fix, updated API referencearseny.kapoulkine
2010-09-24docs: Reverted accidentally committed HTML documentationarseny.kapoulkine
2010-09-24docs: Removed pugixpath.cpp mentions, updated evaluate_* arguments and added ...arseny.kapoulkine
2010-09-23docs: Updated VS2005 PCH screenshot (removed pugixpath.cpp)arseny.kapoulkine
2010-09-23docs: Updated changelogarseny.kapoulkine
2010-09-22Minor UTF8 conversion refactoring, added as_utf8 and as_wide overloads with s...arseny.kapoulkine
2010-09-22tests: Removed document_order test, added internal_object testarseny.kapoulkine
2010-09-22Removed document_order() function, added internal_object() accessor and expos...arseny.kapoulkine
2010-09-21Major header cleanup: removed redundant comments (single-line function/type d...arseny.kapoulkine
2010-09-21Minor load_file_impl refactoringarseny.kapoulkine
2010-09-20Added large file support for MinGWarseny.kapoulkine
2010-09-20Improved large file support: added overflow checks, _ftelli64/_fseeki64 are u...arseny.kapoulkine