summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
AgeCommit message (Collapse)Author
2009-01-18Added offset_debugarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@108 99668b35-9821-0410-8761-19e4c4f06640
2009-01-18Added find_child_by_attributearseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@107 99668b35-9821-0410-8761-19e4c4f06640
2009-01-08Implemented attribute and node copyingarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@106 99668b35-9821-0410-8761-19e4c4f06640
2009-01-06Custom memory management functions implementedarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@105 99668b35-9821-0410-8761-19e4c4f06640
2009-01-06Added node_declaration node type for <?xml nodes, added corresponding ↵arseny.kapoulkine
parse_declaration and format_no_declaration flags and parsing/saving/DOM functionality git-svn-id: http://pugixml.googlecode.com/svn/trunk@104 99668b35-9821-0410-8761-19e4c4f06640
2009-01-06Less header dependencies, some compilation fixes for Borland/Intel/MW compilersarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@103 99668b35-9821-0410-8761-19e4c4f06640
2009-01-05Unsigned integer support for attributes (as_uint, operator=)arseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@101 99668b35-9821-0410-8761-19e4c4f06640
2009-01-05Updated pugixml versionarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@99 99668b35-9821-0410-8761-19e4c4f06640
2009-01-05Node/document saving is now performed via new xml_writer interface, ↵arseny.kapoulkine
save_file now works without STL git-svn-id: http://pugixml.googlecode.com/svn/trunk@97 99668b35-9821-0410-8761-19e4c4f06640
2009-01-05Compilation fix, renamed format_write_bom to format_write_bom_utf8arseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@96 99668b35-9821-0410-8761-19e4c4f06640
2009-01-05Document saving improvements - no escaping is done for ' character or for ↵arseny.kapoulkine
symbols in second half of ASCII table; format_utf8 is therefore gone git-svn-id: http://pugixml.googlecode.com/svn/trunk@95 99668b35-9821-0410-8761-19e4c4f06640
2007-10-31Merged 0.34 in trunk (revisions 69:84)arseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@85 99668b35-9821-0410-8761-19e4c4f06640
2007-02-21Fixed find_elementarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@72 99668b35-9821-0410-8761-19e4c4f06640
2007-02-21Merged 0.3 in trunkarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@68 99668b35-9821-0410-8761-19e4c4f06640
2007-01-08Removed comments (cppguru does not want them), refactored chartype_symbol ↵arseny.kapoulkine
parsing, documentation fixes git-svn-id: http://pugixml.googlecode.com/svn/trunk@28 99668b35-9821-0410-8761-19e4c4f06640
2007-01-08Updated copyright notice, reworked internal parsing (completely different ↵arseny.kapoulkine
strategy for performing text conversions (EOL, etc.) - lazy gaps, reworked character classes) git-svn-id: http://pugixml.googlecode.com/svn/trunk@27 99668b35-9821-0410-8761-19e4c4f06640
2007-01-05Parsing flags refactoring (removed trim flags, eol flags merged together, ↵arseny.kapoulkine
escapes flags merged together, removed wnorm_pcdata flag, changed wnorm_attribute flag (it's space normalization + trimming now), fixed default flags, changed documentation accordingly git-svn-id: http://pugixml.googlecode.com/svn/trunk@26 99668b35-9821-0410-8761-19e4c4f06640
2006-12-11Now should compile on gcc without errors/warningsarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@20 99668b35-9821-0410-8761-19e4c4f06640
2006-12-11Default parsing mode now does not include parsing PI and comments.arseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@19 99668b35-9821-0410-8761-19e4c4f06640
2006-12-08Fixed memory leak, correct behavior for several parse() on one parserarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@15 99668b35-9821-0410-8761-19e4c4f06640
2006-12-08More NO_STL fixesarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@14 99668b35-9821-0410-8761-19e4c4f06640
2006-12-08Path and iterator fixesarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@13 99668b35-9821-0410-8761-19e4c4f06640
2006-12-08PUGIXML_NO_STL mode, transfer_ownership ctor/parse functionarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@12 99668b35-9821-0410-8761-19e4c4f06640
2006-12-06Fixed comment for node_pcdata typearseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@11 99668b35-9821-0410-8761-19e4c4f06640
2006-11-22Added #include <istream>arseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@10 99668b35-9821-0410-8761-19e4c4f06640
2006-11-22Moved STL includes into header filearseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@9 99668b35-9821-0410-8761-19e4c4f06640
2006-11-06Updated version numberarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@6 99668b35-9821-0410-8761-19e4c4f06640
2006-11-06Name/email updated in source files.arseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@5 99668b35-9821-0410-8761-19e4c4f06640
2006-11-06Added child_value and child_value_w helpers, added more eol handling flags, ↵arseny.kapoulkine
optimized strconv_t, fixed warnings in MSVC (W4), some inner refactoring, fixed child_value for empty nodes git-svn-id: http://pugixml.googlecode.com/svn/trunk@3 99668b35-9821-0410-8761-19e4c4f06640
2006-11-06pugixml 0.1: sources and documentationarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@2 99668b35-9821-0410-8761-19e4c4f06640