summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-11-08XPath: Removed redundant codearseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@227 99668b35-9821-0410-8761-19e4c4f06640
2009-11-08tests: More coverage testsarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@225 99668b35-9821-0410-8761-19e4c4f06640
2009-11-08XPath: evaluate_node_set (and select_nodes/select_single_node) now throw ↵arseny.kapoulkine
exception if expression return type is not node set (instead of assertion) git-svn-id: http://pugixml.googlecode.com/svn/trunk@223 99668b35-9821-0410-8761-19e4c4f06640
2009-11-08XPath: Node set copy now preserves sorted flag (for performance and ↵arseny.kapoulkine
consistency), removed redundant m_using_storage internal flag git-svn-id: http://pugixml.googlecode.com/svn/trunk@222 99668b35-9821-0410-8761-19e4c4f06640
2009-11-08XPath: Fixed const-correctness, added boolean operators and operator! for ↵arseny.kapoulkine
Borland compilers, added operator[], minor other changes git-svn-id: http://pugixml.googlecode.com/svn/trunk@220 99668b35-9821-0410-8761-19e4c4f06640
2009-11-08XPath: Fixed minor string to number conversion bugarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@219 99668b35-9821-0410-8761-19e4c4f06640
2009-11-08XPath: Minor fixarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@218 99668b35-9821-0410-8761-19e4c4f06640
2009-11-08XPath: Fixed minor root step bug - don't select empty nodesarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@215 99668b35-9821-0410-8761-19e4c4f06640
2009-11-08XPath: Fixed all_in_namespace node testarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@213 99668b35-9821-0410-8761-19e4c4f06640
2009-11-08XPath: Minor refactoring, fixed text()/etc. parsing bug (issue 33)arseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@211 99668b35-9821-0410-8761-19e4c4f06640
2009-11-08XPath: Refactored tokenization/parsing to be more compliantarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@210 99668b35-9821-0410-8761-19e4c4f06640
2009-11-04XPath: Fixed namespace-uri so that namespace scope includes the namespace ↵arseny.kapoulkine
declaration owner tag itself git-svn-id: http://pugixml.googlecode.com/svn/trunk@205 99668b35-9821-0410-8761-19e4c4f06640
2009-11-03XPath: Fixed following and preceding axesarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@203 99668b35-9821-0410-8761-19e4c4f06640
2009-11-03XPath: Fixed self axisarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@202 99668b35-9821-0410-8761-19e4c4f06640
2009-10-31XPath: Fixed alignment issuesarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@198 99668b35-9821-0410-8761-19e4c4f06640
2009-10-30XPath: Fixed contains() for broken STL implementationsarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@197 99668b35-9821-0410-8761-19e4c4f06640
2009-10-29Fixed compilation warning on gcc3.4 (should work ok on gcc4, working around ↵arseny.kapoulkine
it anyway) git-svn-id: http://pugixml.googlecode.com/svn/trunk@192 99668b35-9821-0410-8761-19e4c4f06640
2009-10-28Fixed MSVC6 compilation of template member functionsarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@187 99668b35-9821-0410-8761-19e4c4f06640
2009-10-28Fixed MSVC6 compilation errorarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@184 99668b35-9821-0410-8761-19e4c4f06640
2009-10-27XPath: Fixed string-value evaluation for node setarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@180 99668b35-9821-0410-8761-19e4c4f06640
2009-10-27XPath: Fixed concat() crasharseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@178 99668b35-9821-0410-8761-19e4c4f06640
2009-10-21XPath: Fixed lang() functionarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@175 99668b35-9821-0410-8761-19e4c4f06640
2009-10-21XPath: Fixed empty string literals, don't add empty nodes/attributes in node ↵arseny.kapoulkine
sets (i.e. for self axis) git-svn-id: http://pugixml.googlecode.com/svn/trunk@172 99668b35-9821-0410-8761-19e4c4f06640
2009-10-21Fixed parsing of empty strings in rare cases for XPatharseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@171 99668b35-9821-0410-8761-19e4c4f06640
2009-10-20Added memory allocation function getters (can't write generic function to ↵arseny.kapoulkine
parse with ownership transfer without them) git-svn-id: http://pugixml.googlecode.com/svn/trunk@164 99668b35-9821-0410-8761-19e4c4f06640
2009-10-20Removed dead code (UTF8 sequences of length 5 are considered broken, removed ↵arseny.kapoulkine
dead branch in PI parsing) git-svn-id: http://pugixml.googlecode.com/svn/trunk@161 99668b35-9821-0410-8761-19e4c4f06640
2009-10-20Fixed node_pi and node_declaration copyingarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@160 99668b35-9821-0410-8761-19e4c4f06640
2009-10-20Fixed documentation bugarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@155 99668b35-9821-0410-8761-19e4c4f06640
2009-10-12PCDATA is now output with trailing newline if format_raw is not set and ↵arseny.kapoulkine
PCDATA is not the only child git-svn-id: http://pugixml.googlecode.com/svn/trunk@153 99668b35-9821-0410-8761-19e4c4f06640
2009-10-12Fixed xml_node::remove_attribute in case of empty attribute as a parameterarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@151 99668b35-9821-0410-8761-19e4c4f06640
2009-10-11Const-correctness fix for print/save functionsarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@149 99668b35-9821-0410-8761-19e4c4f06640
2009-10-11traverse now sets depth to -1 for both begin() and end()arseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@146 99668b35-9821-0410-8761-19e4c4f06640
2009-10-11Fixed offset_debug for pi nodesarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@144 99668b35-9821-0410-8761-19e4c4f06640
2009-10-10XPath: translate() function fixedarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@137 99668b35-9821-0410-8761-19e4c4f06640
2009-09-17Changed header versionarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@129 99668b35-9821-0410-8761-19e4c4f06640
2009-09-17Fixed compilation warnings on BCCarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@128 99668b35-9821-0410-8761-19e4c4f06640
2009-09-17Added xml_attribute::set_value overloadsarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@127 99668b35-9821-0410-8761-19e4c4f06640
2009-08-31Fixed iterator functions and xml_node::print to work correctly with empty ↵arseny.kapoulkine
nodes, replaced empty() with direct _root/_attr check everywhere git-svn-id: http://pugixml.googlecode.com/svn/trunk@126 99668b35-9821-0410-8761-19e4c4f06640
2009-08-31Added optional PUGIXML_API, PUGIXML_CLASS and PUGIXML_FUNCTION defines to ↵arseny.kapoulkine
control class/function attributes (DLL export/import, calling conventions, etc.) git-svn-id: http://pugixml.googlecode.com/svn/trunk@125 99668b35-9821-0410-8761-19e4c4f06640
2009-08-31Fixed xml_node::all_elements_by_name include dependenciesarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@124 99668b35-9821-0410-8761-19e4c4f06640
2009-08-31XPath fixes (now it should fail to compile incorrect queries)arseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@123 99668b35-9821-0410-8761-19e4c4f06640
2009-06-24Fix multithreaded XPath evaluationarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@122 99668b35-9821-0410-8761-19e4c4f06640
2009-04-10Fixed destroying of attribute/node name/values (it now uses custom ↵arseny.kapoulkine
deallocation function, if any) git-svn-id: http://pugixml.googlecode.com/svn/trunk@121 99668b35-9821-0410-8761-19e4c4f06640
2009-03-29Const-correctness fixes for find_child_by_attributearseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@120 99668b35-9821-0410-8761-19e4c4f06640
2009-03-04Fixed compilation warning for gcc-4.3arseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@119 99668b35-9821-0410-8761-19e4c4f06640
2009-02-28Fixed compilation warning in case char type is signedarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@118 99668b35-9821-0410-8761-19e4c4f06640
2009-02-08Updated version (source, documentation)arseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@117 99668b35-9821-0410-8761-19e4c4f06640
2009-02-08Fixed bug in xml_buffer_writer::writearseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@116 99668b35-9821-0410-8761-19e4c4f06640
2009-01-26Fixed nostl modearseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@115 99668b35-9821-0410-8761-19e4c4f06640
2009-01-25Documentation updatedarseny.kapoulkine
git-svn-id: http://pugixml.googlecode.com/svn/trunk@113 99668b35-9821-0410-8761-19e4c4f06640