Age | Commit message (Expand) | Author |
2010-07-06 | Iterator fixes: added assertions, fixed past-the-end iterator behavior wrt to... | arseny.kapoulkine |
2010-07-06 | docs: Minor fixes | arseny.kapoulkine |
2010-07-06 | docs: Added iterator documentation | arseny.kapoulkine |
2010-07-06 | xml_node::all_elements_by_name is now deprecated | arseny.kapoulkine |
2010-07-06 | docs: Added contents-based traversal documentation, minor spelling fix | arseny.kapoulkine |
2010-07-06 | Minor traverse() refactoring | arseny.kapoulkine |
2010-07-06 | docs: Added basic traversal sample and some document reading documentation | arseny.kapoulkine |
2010-07-04 | docs: Replaced anchors in lists with special macro (quickbook is incapable of... | arseny.kapoulkine |
2010-07-01 | docs: Added parse_wnorm_attribute documentation | arseny.kapoulkine |
2010-07-01 | parse_wnorm_attribute is no longer deprecated (it's part of W3C recommendatio... | arseny.kapoulkine |
2010-07-01 | docs: Minor wording fix | arseny.kapoulkine |
2010-07-01 | docs: Spelling fix, added W3C compliance section | arseny.kapoulkine |
2010-06-30 | docs: Added load_options sample | arseny.kapoulkine |
2010-06-30 | docs: Added error handling, parsing options and encoding sections, minor spel... | arseny.kapoulkine |
2010-06-30 | docs: Fixed sample comment, adding load error handling sample, added custom w... | arseny.kapoulkine |
2010-06-28 | docs: Added memory and stream loading documentation | arseny.kapoulkine |
2010-06-28 | docs: Merged full changelog to manual, license occupies less space now | arseny.kapoulkine |
2010-06-28 | XPath: Argument parsing and position invariance refactoring, reduced AST node... | arseny.kapoulkine |
2010-06-27 | docs: Moved all changelog contents to changes.txt | arseny.kapoulkine |
2010-06-27 | Defined a deprecated xpath_type_t for compatibility | arseny.kapoulkine |
2010-06-27 | docs: Updated changelog | arseny.kapoulkine |
2010-06-27 | docs: Renamed symbols in manual, changed sref to use xrefstyle (no Quickbook ... | arseny.kapoulkine |
2010-06-27 | Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_type | arseny.kapoulkine |
2010-06-27 | docs: Some reordering and clarification in C++ interface section, added API r... | arseny.kapoulkine |
2010-06-27 | Added samples building target | arseny.kapoulkine |
2010-06-27 | docs: Extracted Installation section, minor fixes/clarifications, added loadi... | arseny.kapoulkine |
2010-06-27 | Renamed name parameter in load_file/save_file to path | arseny.kapoulkine |
2010-06-27 | docs: Added e-mail for direct contacts | arseny.kapoulkine |
2010-06-24 | docs: Minor fixes, added full changelog | arseny.kapoulkine |
2010-06-24 | Added build dependency for imported sources | arseny.kapoulkine |
2010-06-24 | docs: Final cosmetic changes to Document object model, added DOM tree example | arseny.kapoulkine |
2010-06-24 | docs: Added Visual Studio project dependency help, more cosmetic changes, rev... | arseny.kapoulkine |
2010-06-24 | docs: Extracted sample code in a separate file, added stream loading sample p... | arseny.kapoulkine |
2010-06-24 | docs: Added VS2005 PCH screenshots, cosmetic manual changes | arseny.kapoulkine |
2010-06-23 | Fixed xsltproc path splitting by escaping colon | arseny.kapoulkine |
2010-06-23 | Added null pointer assertions to as_utf8 and as_wide | arseny.kapoulkine |
2010-06-23 | docs: Added supplementary files for HTML manual | arseny.kapoulkine |
2010-06-23 | docs: Added new user manual drafts (Quickbook sources) and documentation buil... | arseny.kapoulkine |
2010-06-20 | Spelling fixes | arseny.kapoulkine |
2010-06-19 | Fixed deprecation warnings for IntelC | arseny.kapoulkine |
2010-06-19 | Replaced _CRT_SECURE macros with #pragma to avoid warnings because of multipl... | arseny.kapoulkine |
2010-06-19 | Fixed SNC warnings | arseny.kapoulkine |
2010-06-16 | Automatically disable XPath when either PUGIXML_NO_STL or PUGIXML_NO_EXCEPTIO... | arseny.kapoulkine |
2010-06-14 | XPath: Rewritten number->string conversion using CRT scientific format (much ... | arseny.kapoulkine |
2010-06-13 | Fixed MSVC x64 warning | arseny.kapoulkine |
2010-06-13 | tests: Added tests for parsing offset values | arseny.kapoulkine |
2010-06-13 | Internal XML parsing error handling is done via setjmp/longjmp, all allocatio... | arseny.kapoulkine |
2010-06-12 | contrib: Removed header_only.hpp (can't link without FORCE:MULTIPLE, users ca... | arseny.kapoulkine |
2010-06-12 | Fixed IntelC warnings, removed unnecessary hack for BCC | arseny.kapoulkine |
2010-06-12 | Declaration nodes improvements (they now automatically get name "xml", they c... | arseny.kapoulkine |