Age | Commit message (Expand) | Author |
2015-03-20 | Update year to 2015 | Arseny Kapoulkine |
2015-03-18 | Update version to 1.6 | 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-11-17 | Update version to 1.5 | Arseny Kapoulkine |
2014-11-17 | Rename xml_document::load to load_string | Arseny Kapoulkine |
2014-10-19 | XPath: Rename xml_node::select_single_node to ::select_node | Arseny Kapoulkine |
2014-10-19 | XPath: Introduce xpath_query::evaluate_node | Arseny Kapoulkine |
2014-10-03 | Reorganize xml_memory_page structure | Arseny Kapoulkine |
2014-10-01 | Disable document_order optimization after move/append_buffer. | Arseny Kapoulkine |
2014-10-01 | Add header bit for 'name or value is shared' flag | Arseny Kapoulkine |
2014-08-10 | Implement node moving functions. | Arseny Kapoulkine |
2014-05-04 | Add xpath_node_set::iterator that is the same as const_iterator. | Arseny Kapoulkine |
2014-02-25 | Revert automatic support for header-only mode since it creates problems with ... | Arseny Kapoulkine |
2014-02-25 | Add parse_trim_pcdata parse option. | Arseny Kapoulkine |
2014-02-11 | Implement document fragment parsing. | Arseny Kapoulkine |
2014-02-10 | Update PUGIXML_VERSION define | Arseny Kapoulkine |
2014-02-08 | Update version to 1.4 and copyright year to 2014. | Arseny Kapoulkine |
2014-02-08 | Enable long long support for C++11 and for MSVC 2008+ | Arseny Kapoulkine |
2014-02-08 | Simplify header-only mode usage: it's sufficient to define PUGIXML_HEADER_ONL... | Arseny Kapoulkine |
2014-02-08 | Implement long long support if PUGIXML_HAS_LONG_LONG is defined (autodetectio... | Arseny Kapoulkine |
2014-01-27 | Change xml_named_node_iterator to be bidirectional and to match xml_node_iter... | Arseny Kapoulkine |
2013-07-27 | Clarify value() behavior in header comments; hopefully that'll help with valu... | arseny.kapoulkine@gmail.com |
2012-12-07 | Compatibility fixes (fixed warnings in gcc, msvc7, fixed errors in bcc, cw, m... | arseny.kapoulkine@gmail.com |
2012-12-07 | Implement xml_node::append_buffer as a faster alternative to assembling docum... | arseny.kapoulkine@gmail.com |
2012-10-31 | Adjust parsing so that it is possible to parse a document fragment into an ex... | arseny.kapoulkine@gmail.com |
2012-08-02 | Add xml_object_range::iterator to work around Boost.ForEach errors without BO... | arseny.kapoulkine@gmail.com |
2012-06-28 | Add PUGIXML_CLASS to xml_named_node_iterator to make dllexport possible. Fixe... | arseny.kapoulkine@gmail.com |
2012-05-02 | Iterator improvements: safety assertions in xml_named_node_iterator, const_ca...v1.2 | arseny.kapoulkine@gmail.com |
2012-04-03 | Updated version number and copyright year everywhere | arseny.kapoulkine@gmail.com |
2012-04-03 | Whitespace-only change: set noexpandtab & retab! | arseny.kapoulkine@gmail.com |
2012-04-03 | Fixed xml_named_node_iterator category for MSVC6/7, IC8 and SunCC | arseny.kapoulkine@gmail.com |
2012-04-03 | Added xml_attribute::as_string and xml_text::as_string, added default value t... | arseny.kapoulkine@gmail.com |
2012-03-27 | xml_object_range now supports Boost.ForEach | arseny.kapoulkine@gmail.com |
2012-03-27 | Introduced xml_named_node_iterator, introduced xml_node::children() and xml_n... | arseny.kapoulkine@gmail.com |
2012-03-23 | Added format_save_file_text flag for opening the file in text mode | arseny.kapoulkine@gmail.com |
2012-03-23 | Const-correctness 'fixes' (it's impossible to be const-correct here so remove... | arseny.kapoulkine@gmail.com |
2012-03-23 | Added xml_text::data() (for regular xml_node operations, i.e. remove_child) | arseny.kapoulkine@gmail.com |
2012-03-23 | Added xml_text &&/|| operators for Borland C++ | arseny.kapoulkine@gmail.com |
2012-03-23 | Moved default value selection logic into get_value functions, added xml_node:... | arseny.kapoulkine@gmail.com |
2012-03-23 | Implemented xml_text helper (work in progress) | arseny.kapoulkine@gmail.com |
2012-03-20 | STL forward declaration experiment failed; revert to using STL headers. Reaso... | arseny.kapoulkine@gmail.com |
2012-03-14 | Dereferemce operators in both iterators are now const; this fixes iterator co... | arseny.kapoulkine@gmail.com |
2012-03-14 | Different versions of RWSTL have different headers; revert the previous chang... | arseny.kapoulkine@gmail.com |
2012-03-14 | Fixed SunCC compilation when using RWSTL instead of STLport; should fix issue... | arseny.kapoulkine@gmail.com |