summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2018-05-17docs: Mention that node is a container of children in ranged for sectionHEADmasterArseny Kapoulkine
This is implicitly true due to the following section, but that was written before C++11 so this does deserve a special mention in ranged for section as well. Fixes #210.
2018-04-04docs: Fix changelog formattingArseny Kapoulkine
2018-04-02docs: Regenerate HTML documentationArseny Kapoulkine
2018-04-02docs: Update changelogArseny Kapoulkine
2018-04-02docs: Update v1.9 release date to 04.04Arseny Kapoulkine
2018-03-16docs: Update changelogArseny Kapoulkine
Mention ubsan fixes; these fixes probably fix compact mode on some 64-bit architecture where unaligned pointer reads aren't valid as well but it's probably not very relevant...
2018-03-12docs: Add preliminary 1.9 changelogArseny Kapoulkine
Still trying to decide if the next version should be 1.9 or 1.8x and what other changes need to go in.
2018-01-07Update all copyright notices to specify year 2018Arseny Kapoulkine
2017-12-29docs: Fix a typo in dom_tree.pngArseny Kapoulkine
<mesh> node attribute name is "name", not "mesh".
2017-12-22docs: Fixed quickstart linksArseny Kapoulkine
Fixes #176.
2017-08-29docs: Clarify Unicode validation behaviorArseny Kapoulkine
It has always been the case that pugixml does not perform Unicode validation or name/tag Unicode character class validation, but it wasn't very obvious from documentation. Fixes #162
2017-08-21docs: Update encoding conversion descriptionArseny Kapoulkine
We support Latin-1 and automatically detect it by parsing the encoding from document declaration; both of these were omitted from the description of the automatic detection. Additionally, the description has been rewritten to be more concise and a bit more abstract - there's no need to specify the algorithm precisely here. Fixes #158.
2017-01-26Update copyright year to 2017Arseny Kapoulkine
2016-11-24docs: Regenerate HTML documentationv1.8latestArseny Kapoulkine
2016-11-13Set 1.8 release date to (tentatively) Nov 24.Arseny Kapoulkine
2016-11-09docs: Add documentation for format_no_empty_element_tagsArseny Kapoulkine
Also add it to the changelog for 1.8
2016-11-09docs: Add changelog draft for 1.8Arseny Kapoulkine
2016-09-22Fix broken linkDiga Widyaprana
2016-02-02docs: Add documentation for long settersArseny Kapoulkine
2016-01-24Fix whitespace issuesStephan Beyer
Git warns when it finds "whitespace errors". This commit gets rid of these whitespace errors for code and adoc files.
2016-01-19docs: Adjust as_int documentation to match implementationArseny Kapoulkine
Also remove the description of behavior for trailing non-numeric characters. It's likely this will become a parse error in the future so better leave it as unspecified for now. Fixes #80.
2016-01-12docs: Add parse_embed_pcdata documentationArseny Kapoulkine
2015-12-31docs: Regenerate HTML documentationArseny Kapoulkine
2015-12-31Update all license/copyright texts to 2016Arseny Kapoulkine
2015-12-31docs: Use ISO-8601 for changelog datesArseny Kapoulkine
2015-10-19docs: Fix CDATA exampleArseny Kapoulkine
Fixes #61.
2015-10-19docs: Add iOS to the list of supported platformsArseny Kapoulkine
2015-10-18docs: Update packaging infoArseny Kapoulkine
2015-10-18docs: Update release datev1.7Arseny Kapoulkine
2015-10-18docs: Rewrite Portability sectionArseny Kapoulkine
2015-10-17docs: Add a note about moving xpath_queryArseny Kapoulkine
2015-10-10docs: Regenerate HTML documentationArseny Kapoulkine
2015-10-10docs: Correct the acknowledgment sectionArseny Kapoulkine
2015-10-10docs: Update changelog for 1.7Arseny Kapoulkine
2015-08-14docs: Clarify UTF-8 vs wchar_t memory efficiencyArseny Kapoulkine
2015-08-14docs: Add PUGIXML_COMPACT documentationArseny Kapoulkine
Also add PUGIXML_COMPACT to pugiconfig.hpp
2015-06-24docs: Clarify hash_value behaviorArseny Kapoulkine
Fixes #43.
2015-04-13docs: Add format_indent_attributes documentationArseny Kapoulkine
Slightly reword format_indent description.
2015-04-12Permit custom allocation function to throwArseny 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-10docs: Update release datev1.6Arseny Kapoulkine
2015-03-24docs: Use automatically retrieved version for docsArseny Kapoulkine
This eliminates one more hardcoded version from the repo, yay!
2015-03-24docs: Add generated documentationArseny Kapoulkine
2015-03-24docs: Finishing touchesArseny Kapoulkine
It's almost done; the only remaining issue is that some section titles are too long.
2015-03-22docs: Reword documentation noteArseny Kapoulkine
2015-03-22docs: Minor API reference improvementsArseny Kapoulkine
2015-03-22docs: Fix several internal linksArseny Kapoulkine
2015-03-22docs: HTML validity fixesArseny Kapoulkine
Also minor wording fixes.
2015-03-22docs: Converted some samples to Unix newlineArseny Kapoulkine
2015-03-22docs: Extract configuration to config.adocArseny Kapoulkine
2015-03-22docs: Remove old Quickbook sourcesArseny Kapoulkine