Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-10 | docs: Update release datev1.6 | Arseny Kapoulkine | |
2015-03-24 | docs: Use automatically retrieved version for docs | Arseny Kapoulkine | |
This eliminates one more hardcoded version from the repo, yay! | |||
2015-03-24 | docs: Add generated documentation | 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: Converted some samples to Unix newline | Arseny Kapoulkine | |
2015-03-22 | docs: Extract configuration to config.adoc | Arseny Kapoulkine | |
2015-03-22 | docs: Remove old Quickbook sources | 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: Remove image thumbnails | Arseny Kapoulkine | |
2015-03-21 | docs: Remove auxiliary files for old documentation | Arseny Kapoulkine | |
2015-03-21 | docs: Remove old HTML documentation | Arseny Kapoulkine | |
2015-03-21 | docs: Use AsciiDoc-compatible comments in samples | Arseny Kapoulkine | |
2015-03-21 | docs: Add AsciiDoc versions of quickstart and manual | Arseny Kapoulkine | |
Quickstart should be reasonably complete; manual is still in progress | |||
2015-03-20 | docs: Regenerate documentation | Arseny Kapoulkine | |
2015-03-19 | docs: Fix quickstart download links | Arseny Kapoulkine | |
2015-03-18 | docs: Add changelog for 1.6 | Arseny Kapoulkine | |
2015-03-18 | Update version to 1.6 | Arseny Kapoulkine | |
2015-01-24 | docs: Change issue links to GitHub | Arseny Kapoulkine | |
This removes the last code.google.com reference from documentation. | |||
2015-01-24 | Use string::append in implementations of xml_writer | Arseny Kapoulkine | |
The current code is not optimal; since users actually read samples/tests change them to use faster (and shorter!) code. | |||
2015-01-16 | docs: Add missing float setters to reference | Arseny Kapoulkine | |
Also fix the float/double member order in the header file. | |||
2014-11-25 | docs: Update changelog to mention MinGW load_file fix | Arseny Kapoulkine | |
2014-11-18 | docs: Regenerated documentation | Arseny Kapoulkine | |
Also fix documentation jam rules for Windows. | |||
2014-11-17 | docs: Add changelog for 1.5 | Arseny Kapoulkine | |
Release date is (tentatively) 11/27. | |||
2014-11-17 | Update version to 1.5 | Arseny Kapoulkine | |
2014-11-17 | Rename xml_document::load to load_string | Arseny Kapoulkine | |
This should completely eliminate the confusion between load and load_file. Of course, for compatibility reasons we have to preserve the old variant - it will be deprecated in a future version and subsequently removed. | |||
2014-11-16 | docs: Replace Subversion links with Git | Arseny Kapoulkine | |
2014-10-19 | docs: Update XPath documentation | Arseny Kapoulkine | |
Add documentation for xpath_query::evaluate_node and change select_single_node to select_node in documentation and samples. git-svn-id: https://pugixml.googlecode.com/svn/trunk@1066 99668b35-9821-0410-8761-19e4c4f06640 | |||
2014-08-10 | docs: Add documentation for moving functions | Arseny Kapoulkine | |
git-svn-id: https://pugixml.googlecode.com/svn/trunk@1004 99668b35-9821-0410-8761-19e4c4f06640 | |||
2014-02-28 | docs: Update release date to... todayv1.4 | Arseny Kapoulkine | |
git-svn-id: https://pugixml.googlecode.com/svn/trunk@994 99668b35-9821-0410-8761-19e4c4f06640 | |||
2014-02-28 | docs: Regenerate HTML documentation | Arseny Kapoulkine | |
git-svn-id: https://pugixml.googlecode.com/svn/trunk@993 99668b35-9821-0410-8761-19e4c4f06640 | |||
2014-02-28 | docs: Fix samples compilation | Arseny Kapoulkine | |
git-svn-id: https://pugixml.googlecode.com/svn/trunk@992 99668b35-9821-0410-8761-19e4c4f06640 | |||
2014-02-25 | docs: Add parse_trim_pcdata documentation, change release date to March 1st. | Arseny Kapoulkine | |
git-svn-id: https://pugixml.googlecode.com/svn/trunk@989 99668b35-9821-0410-8761-19e4c4f06640 | |||
2014-02-11 | docs: Add parse_fragment to documentation and changelog | Arseny Kapoulkine | |
git-svn-id: https://pugixml.googlecode.com/svn/trunk@981 99668b35-9821-0410-8761-19e4c4f06640 | |||
2014-02-10 | Update compatibility section of the manual | Arseny Kapoulkine | |
git-svn-id: https://pugixml.googlecode.com/svn/trunk@974 99668b35-9821-0410-8761-19e4c4f06640 | |||
2014-02-08 | Update version to 1.4 and copyright year to 2014. | Arseny Kapoulkine | |
Add tentative changelog for 1.4 to the documentation. Since Google Code no longer allows file upload, replace download links with GitHub release links. git-svn-id: http://pugixml.googlecode.com/svn/trunk@968 99668b35-9821-0410-8761-19e4c4f06640 | |||
2014-02-08 | docs: Add long long functions and configuration documentation | Arseny Kapoulkine | |
git-svn-id: http://pugixml.googlecode.com/svn/trunk@966 99668b35-9821-0410-8761-19e4c4f06640 | |||
2014-01-15 | Implement automatic hexadecimal decoding for xml_attribute::as_int and ↵ | Arseny Kapoulkine | |
xml_text::as_int. This is effectively a form of strtol with base 0, but without octal support. git-svn-id: http://pugixml.googlecode.com/svn/trunk@958 99668b35-9821-0410-8761-19e4c4f06640 | |||
2013-07-10 | docs: Fix manual.xsl to work with newer xsltproc | arseny.kapoulkine@gmail.com | |
git-svn-id: http://pugixml.googlecode.com/svn/trunk@950 99668b35-9821-0410-8761-19e4c4f06640 | |||
2013-07-10 | docs: XPath select_single_node sample checks return value for clarity | arseny.kapoulkine@gmail.com | |
git-svn-id: http://pugixml.googlecode.com/svn/trunk@949 99668b35-9821-0410-8761-19e4c4f06640 | |||
2013-07-10 | docs: Minor grammar fix | arseny.kapoulkine@gmail.com | |
git-svn-id: http://pugixml.googlecode.com/svn/trunk@948 99668b35-9821-0410-8761-19e4c4f06640 | |||
2013-03-20 | docs: Fix format_no_escapes documentation | arseny.kapoulkine@gmail.com | |
git-svn-id: http://pugixml.googlecode.com/svn/trunk@945 99668b35-9821-0410-8761-19e4c4f06640 |