summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-02-02XPath: xpath_ast_node ctors now initialize all members (code analysis warning...arseny.kapoulkine
2010-01-21Renamed ERROR to THROW_ERROR to solve macro name conflictsv0.5arseny.kapoulkine
2010-01-20Fixed several code analysis warningsarseny.kapoulkine
2010-01-20XPath: Removed variable shadowing (fixes warnings in static analyzers)arseny.kapoulkine
2009-11-10More branch probability tuningarseny.kapoulkine
2009-11-10Parsing optimization: removed some redundant checks, reordered branches by pr...arseny.kapoulkine
2009-11-08docs: Minor documentation changesarseny.kapoulkine
2009-11-08XPath: Added xpath_query::return_type() function, fixed evaluate_node_set doc...arseny.kapoulkine
2009-11-08Updated header/footer comments - included MIT license text as per user reques...arseny.kapoulkine
2009-11-08XPath: Removed redundant codearseny.kapoulkine
2009-11-08tests: More coverage testsarseny.kapoulkine
2009-11-08XPath: evaluate_node_set (and select_nodes/select_single_node) now throw exce...arseny.kapoulkine
2009-11-08XPath: Node set copy now preserves sorted flag (for performance and consisten...arseny.kapoulkine
2009-11-08XPath: Fixed const-correctness, added boolean operators and operator! for Bor...arseny.kapoulkine
2009-11-08XPath: Fixed minor string to number conversion bugarseny.kapoulkine
2009-11-08XPath: Minor fixarseny.kapoulkine
2009-11-08XPath: Fixed minor root step bug - don't select empty nodesarseny.kapoulkine
2009-11-08XPath: Fixed all_in_namespace node testarseny.kapoulkine
2009-11-08XPath: Minor refactoring, fixed text()/etc. parsing bug (issue 33)arseny.kapoulkine
2009-11-08XPath: Refactored tokenization/parsing to be more compliantarseny.kapoulkine
2009-11-04XPath: Fixed namespace-uri so that namespace scope includes the namespace dec...arseny.kapoulkine
2009-11-03XPath: Fixed following and preceding axesarseny.kapoulkine
2009-11-03XPath: Fixed self axisarseny.kapoulkine
2009-10-31XPath: Fixed alignment issuesarseny.kapoulkine
2009-10-30XPath: Fixed contains() for broken STL implementationsarseny.kapoulkine
2009-10-29Fixed compilation warning on gcc3.4 (should work ok on gcc4, working around i...arseny.kapoulkine
2009-10-28Fixed MSVC6 compilation of template member functionsarseny.kapoulkine
2009-10-28Fixed MSVC6 compilation errorarseny.kapoulkine
2009-10-27XPath: Fixed string-value evaluation for node setarseny.kapoulkine
2009-10-27XPath: Fixed concat() crasharseny.kapoulkine
2009-10-21XPath: Fixed lang() functionarseny.kapoulkine
2009-10-21XPath: Fixed empty string literals, don't add empty nodes/attributes in node ...arseny.kapoulkine
2009-10-21Fixed parsing of empty strings in rare cases for XPatharseny.kapoulkine
2009-10-20Added memory allocation function getters (can't write generic function to par...arseny.kapoulkine
2009-10-20Removed dead code (UTF8 sequences of length 5 are considered broken, removed ...arseny.kapoulkine
2009-10-20Fixed node_pi and node_declaration copyingarseny.kapoulkine
2009-10-20Fixed documentation bugarseny.kapoulkine
2009-10-12PCDATA is now output with trailing newline if format_raw is not set and PCDAT...arseny.kapoulkine
2009-10-12Fixed xml_node::remove_attribute in case of empty attribute as a parameterarseny.kapoulkine
2009-10-11Const-correctness fix for print/save functionsarseny.kapoulkine
2009-10-11traverse now sets depth to -1 for both begin() and end()arseny.kapoulkine
2009-10-11Fixed offset_debug for pi nodesarseny.kapoulkine
2009-10-10XPath: translate() function fixedarseny.kapoulkine
2009-09-17Changed header versionarseny.kapoulkine
2009-09-17Fixed compilation warnings on BCCarseny.kapoulkine
2009-09-17Added xml_attribute::set_value overloadsarseny.kapoulkine
2009-08-31Fixed iterator functions and xml_node::print to work correctly with empty nod...arseny.kapoulkine
2009-08-31Added optional PUGIXML_API, PUGIXML_CLASS and PUGIXML_FUNCTION defines to con...arseny.kapoulkine
2009-08-31Fixed xml_node::all_elements_by_name include dependenciesarseny.kapoulkine
2009-08-31XPath fixes (now it should fail to compile incorrect queries)arseny.kapoulkine