summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-07Fixed strequalrange so that it matches the description (this also fixes first...arseny.kapoulkine
2010-07-07docs: Added final section to traversal documentationarseny.kapoulkine
2010-07-07traverse() function is now foolproof against walkers that modify node handlesarseny.kapoulkine
2010-07-07docs: Added traverse samples, minor manual fixes, 'getting' section is almost...arseny.kapoulkine
2010-07-06Iterator fixes: added assertions, fixed past-the-end iterator behavior wrt to...arseny.kapoulkine
2010-07-06docs: Minor fixesarseny.kapoulkine
2010-07-06docs: Added iterator documentationarseny.kapoulkine
2010-07-06xml_node::all_elements_by_name is now deprecatedarseny.kapoulkine
2010-07-06docs: Added contents-based traversal documentation, minor spelling fixarseny.kapoulkine
2010-07-06Minor traverse() refactoringarseny.kapoulkine
2010-07-06docs: Added basic traversal sample and some document reading documentationarseny.kapoulkine
2010-07-04docs: Replaced anchors in lists with special macro (quickbook is incapable of...arseny.kapoulkine
2010-07-01docs: Added parse_wnorm_attribute documentationarseny.kapoulkine
2010-07-01parse_wnorm_attribute is no longer deprecated (it's part of W3C recommendatio...arseny.kapoulkine
2010-07-01docs: Minor wording fixarseny.kapoulkine
2010-07-01docs: Spelling fix, added W3C compliance sectionarseny.kapoulkine
2010-06-30docs: Added load_options samplearseny.kapoulkine
2010-06-30docs: Added error handling, parsing options and encoding sections, minor spel...arseny.kapoulkine
2010-06-30docs: Fixed sample comment, adding load error handling sample, added custom w...arseny.kapoulkine
2010-06-28docs: Added memory and stream loading documentationarseny.kapoulkine
2010-06-28docs: Merged full changelog to manual, license occupies less space nowarseny.kapoulkine
2010-06-28XPath: Argument parsing and position invariance refactoring, reduced AST node...arseny.kapoulkine
2010-06-27docs: Moved all changelog contents to changes.txtarseny.kapoulkine
2010-06-27Defined a deprecated xpath_type_t for compatibilityarseny.kapoulkine
2010-06-27docs: Updated changelogarseny.kapoulkine
2010-06-27docs: Renamed symbols in manual, changed sref to use xrefstyle (no Quickbook ...arseny.kapoulkine
2010-06-27Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_typearseny.kapoulkine
2010-06-27docs: Some reordering and clarification in C++ interface section, added API r...arseny.kapoulkine
2010-06-27Added samples building targetarseny.kapoulkine
2010-06-27docs: Extracted Installation section, minor fixes/clarifications, added loadi...arseny.kapoulkine
2010-06-27Renamed name parameter in load_file/save_file to patharseny.kapoulkine
2010-06-27docs: Added e-mail for direct contactsarseny.kapoulkine
2010-06-24docs: Minor fixes, added full changelogarseny.kapoulkine
2010-06-24Added build dependency for imported sourcesarseny.kapoulkine
2010-06-24docs: Final cosmetic changes to Document object model, added DOM tree examplearseny.kapoulkine
2010-06-24docs: Added Visual Studio project dependency help, more cosmetic changes, rev...arseny.kapoulkine
2010-06-24docs: Extracted sample code in a separate file, added stream loading sample p...arseny.kapoulkine
2010-06-24docs: Added VS2005 PCH screenshots, cosmetic manual changesarseny.kapoulkine
2010-06-23Fixed xsltproc path splitting by escaping colonarseny.kapoulkine
2010-06-23Added null pointer assertions to as_utf8 and as_widearseny.kapoulkine
2010-06-23docs: Added supplementary files for HTML manualarseny.kapoulkine
2010-06-23docs: Added new user manual drafts (Quickbook sources) and documentation buil...arseny.kapoulkine
2010-06-20Spelling fixesarseny.kapoulkine
2010-06-19Fixed deprecation warnings for IntelCarseny.kapoulkine
2010-06-19Replaced _CRT_SECURE macros with #pragma to avoid warnings because of multipl...arseny.kapoulkine
2010-06-19Fixed SNC warningsarseny.kapoulkine
2010-06-16Automatically disable XPath when either PUGIXML_NO_STL or PUGIXML_NO_EXCEPTIO...arseny.kapoulkine
2010-06-14XPath: Rewritten number->string conversion using CRT scientific format (much ...arseny.kapoulkine
2010-06-13Fixed MSVC x64 warningarseny.kapoulkine
2010-06-13tests: Added tests for parsing offset valuesarseny.kapoulkine