Age | Commit message (Expand) | Author |
2015-04-22 | Fix node_pi memory leak | Arseny Kapoulkine |
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 | tests: Adjust allocation thresholds to fix tests | Arseny Kapoulkine |
2015-04-21 | Merge branch 'master' into compact | Arseny Kapoulkine |
2015-04-21 | tests: Fix MSVC warnings | Arseny Kapoulkine |
2015-04-21 | Use -std=c++0x instead of -std=c++11 | Arseny Kapoulkine |
2015-04-21 | Enable C++11 in Makefile | Arseny Kapoulkine |
2015-04-21 | tests: Add move semantics tests | 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 | tests: Fix Linux build | Arseny Kapoulkine |
2015-04-15 | tests: Use malloc for OSX/Linux page heap | 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 | docs: Add format_indent_attributes documentation | Arseny Kapoulkine |
2015-04-13 | Refactor format_indent_attributes implementation | Arseny Kapoulkine |
2015-04-13 | Merge branch 'AlignAttributesEachOnSeparateLine' of git://github.com/halex200... | Arseny Kapoulkine |
2015-04-13 | Add branch name to AppVeyor version | Arseny Kapoulkine |
2015-04-13 | tests: Add PUGIXML_COMPACT to AppVeyor | Arseny Kapoulkine |
2015-04-13 | Merge branch 'master' into compact | Arseny Kapoulkine |
2015-04-13 | Remove all files for the Jamplus-based build system | Arseny Kapoulkine |
2015-04-13 | Fix AppVeyor script path | Arseny Kapoulkine |
2015-04-13 | Add AppVeyor build scripts | Arseny Kapoulkine |
2015-04-13 | scripts: Add an option for building tests with CMake | Arseny Kapoulkine |
2015-04-14 | add tests for aligning each attribute on next line | halex2005 |
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 | tests: Add more out of memory tests | 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 | tests: Add a test that verifies absence of file leaks | Arseny Kapoulkine |
2015-04-12 | tests: Fix some Coverity issues | 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 Travis CI build. | Arseny Kapoulkine |
2015-04-11 | tests: Improve out-of-memory tests | Arseny Kapoulkine |
2015-04-11 | tests: Add a test for throwing from xml_writer::write | Arseny Kapoulkine |
2015-04-11 | Use -fno-exceptions flag for PUGIXML_NO_EXCEPTIONS build | Arseny Kapoulkine |
2015-04-11 | Fix exception type for out-of-memory for XPath variables | Arseny Kapoulkine |
2015-04-11 | tests: Use char_t instead of wchar_t | Arseny Kapoulkine |