Age | Commit message (Expand) | Author |
2015-04-22 | Make xml_node::value() structure consistent with set_* | Arseny Kapoulkine |
2015-04-22 | Remove compact_header::operator uintptr_t | Arseny Kapoulkine |
2015-04-22 | Remove redundant has_value check | Arseny Kapoulkine |
2015-04-22 | Use has_name/has_value in set_name/set_value | Arseny Kapoulkine |
2015-04-22 | Optimize and refactor compact_pointer implementations | Arseny Kapoulkine |
2015-04-21 | Optimize xml_allocator::reserve() | Arseny Kapoulkine |
2015-04-21 | Merge branch 'master' into compact | Arseny Kapoulkine |
2015-04-21 | XPath: Implement move semantics support | Arseny Kapoulkine |
2015-04-21 | Fix compilation warning in some configurations | Arseny Kapoulkine |
2015-04-15 | Implement copy ctor/assignment for xpath_variable_set | Arseny Kapoulkine |
2015-04-15 | Minor xpath_variable refactoring | Arseny Kapoulkine |
2015-04-14 | Fix xpath_node_set assignment to provide strong exception guarantee | Arseny Kapoulkine |
2015-04-14 | Explicitly call xml_buffered_writer::flush() | Arseny Kapoulkine |
2015-04-13 | Refactor format_indent_attributes implementation | Arseny Kapoulkine |
2015-04-14 | add align each attribute on new line support with format_indent_attribute | halex2005 |
2015-04-12 | Merge branch 'master' into compact | Arseny Kapoulkine |
2015-04-12 | Fix unused variable warning | Arseny Kapoulkine |
2015-04-12 | Permit custom allocation function to throw | Arseny Kapoulkine |
2015-04-12 | Fix compilation and tests after merge. | Arseny Kapoulkine |
2015-04-12 | Merge branch 'master' into compact | Arseny Kapoulkine |
2015-04-12 | Implment copyless copy for attributes | Arseny Kapoulkine |
2015-04-12 | Optimize xml_node::path() to use 1 allocation | Arseny Kapoulkine |
2015-04-12 | Move zero-termination out of as_utf8_end | Arseny Kapoulkine |
2015-04-11 | Fix exception type for out-of-memory for XPath variables | Arseny Kapoulkine |
2015-04-10 | Merge branch 'master' into compact | Arseny Kapoulkine |
2015-03-20 | Update year to 2015 | Arseny Kapoulkine |
2015-03-18 | Update version to 1.6 | Arseny Kapoulkine |
2015-03-18 | Do not emit surrounding whitespace for text nodes | Arseny Kapoulkine |
2015-03-13 | Merge branch 'master' into compact | Arseny Kapoulkine |
2015-03-12 | Fix buffer overrun when parsing comments inside DOCTYPE | Arseny Kapoulkine |
2015-03-10 | Fix optimized string header encoding for compact mode | Arseny Kapoulkine |
2015-03-10 | Merge branch 'master' into compact | Arseny Kapoulkine |
2015-03-10 | Escape ?> sequence in PI value during printing | Arseny Kapoulkine |
2015-03-05 | Use more efficient encoding for string headers | Arseny Kapoulkine |
2015-03-05 | Refactor contents=0 behavior | Arseny Kapoulkine |
2015-03-05 | Merge branch 'master' of https://github.com/mloy/pugixml into mloy-master | Arseny Kapoulkine |
2015-03-04 | Fix string length for translate and normalize-space | Arseny Kapoulkine |
2015-02-12 | DOCTYPE parsing is now stackless | Arseny Kapoulkine |
2015-01-16 | Merge branch 'master' into compact | Arseny Kapoulkine |
2015-01-16 | docs: Add missing float setters to reference | Arseny Kapoulkine |
2015-01-16 | Convert spaces to tabs | Arseny Kapoulkine |
2015-01-16 | Merge pull request #27 from sdoiel61/master | Arseny Kapoulkine |
2015-01-16 | Add a couple of more overloads for floats | Steve Doiel |
2015-01-16 | Fix attribute round trip for float as well | Steve Doiel |
2015-01-09 | Simplify header-only mode usage | Arseny Kapoulkine |
2015-01-06 | Add xml_text::set for float | Steve Doiel |
2014-12-13 | Don't use off64_t/_wfopen on MinGW32 in C++11 modev1.5 | Arseny Kapoulkine |
2014-11-27 | Merge branch 'master' into compact | Arseny Kapoulkine |
2014-11-24 | Use _wfopen and fseeko64 on MinGW in C++11 mode | Arseny Kapoulkine |
2014-11-20 | Add allocator reserve for copying | Arseny Kapoulkine |