Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-17 | docs: Add a note about moving xpath_query | Arseny Kapoulkine | |
2015-10-10 | docs: Correct the acknowledgment section | Arseny Kapoulkine | |
2015-10-10 | docs: Update changelog for 1.7 | Arseny Kapoulkine | |
2015-08-14 | docs: Clarify UTF-8 vs wchar_t memory efficiency | Arseny Kapoulkine | |
2015-08-14 | docs: Add PUGIXML_COMPACT documentation | Arseny Kapoulkine | |
Also add PUGIXML_COMPACT to pugiconfig.hpp | |||
2015-06-24 | docs: Clarify hash_value behavior | Arseny Kapoulkine | |
Fixes #43. | |||
2015-04-13 | docs: Add format_indent_attributes documentation | Arseny Kapoulkine | |
Slightly reword format_indent description. | |||
2015-04-12 | Permit custom allocation function to throw | Arseny Kapoulkine | |
Ensure that all the necessary cleanup is performed in case the allocation fails with an exception - files are closed, buffers are reclaimed, etc. Any test that triggers a simulated out-of-memory condition is ran once again with a throwing allocation function. Unobserved std::bad_alloc count as test failures and require CHECK_ALLOC_FAIL macro. Fixes #17. | |||
2015-04-10 | docs: Update release datev1.6 | Arseny Kapoulkine | |
2015-03-24 | docs: Finishing touches | Arseny Kapoulkine | |
It's almost done; the only remaining issue is that some section titles are too long. | |||
2015-03-22 | docs: Reword documentation note | Arseny Kapoulkine | |
2015-03-22 | docs: Minor API reference improvements | Arseny Kapoulkine | |
2015-03-22 | docs: Fix several internal links | Arseny Kapoulkine | |
2015-03-22 | docs: HTML validity fixes | Arseny Kapoulkine | |
Also minor wording fixes. | |||
2015-03-22 | docs: Extract configuration to config.adoc | Arseny Kapoulkine | |
2015-03-22 | docs: Fix PUGIXML_HEADER_ONLY description | Arseny Kapoulkine | |
Users no longer need to #include "pugixml.cpp" | |||
2015-03-22 | docs: A lot of small fixes | Arseny Kapoulkine | |
Mostly added correct quotation to changelog. | |||
2015-03-21 | docs: Set up cross-referencing and anchors | Arseny Kapoulkine | |
This is mostly done using regex replaces of original Quickbook markup, plus a bit of manual fixup for multiple references to the single point from different lines that AsciiDoc does not seem to handle. | |||
2015-03-21 | docs: API reference is closer to being done | Arseny Kapoulkine | |
Still need to replace [link ] with actual links. Also a bunch of small fixes here and there. | |||
2015-03-21 | docs: Fix nested lists and changelog | Arseny Kapoulkine | |
2015-03-21 | docs: Fix tables and images in the manual | Arseny Kapoulkine | |
Also remove redundant [lbr] | |||
2015-03-21 | docs: Add AsciiDoc versions of quickstart and manual | Arseny Kapoulkine | |
Quickstart should be reasonably complete; manual is still in progress |