summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-11Changed version in headersarseny.kapoulkine
2010-07-10XPath: Capitalized all error messagesarseny.kapoulkine
2010-07-10XPath: Out-of-bounds xpath_node_set access is now undefinedarseny.kapoulkine
2010-07-07remove_child and remove_attribute now return operation resultarseny.kapoulkine
2010-07-07Fixed strequalrange so that it matches the description (this also fixes first...arseny.kapoulkine
2010-07-07traverse() function is now foolproof against walkers that modify node handlesarseny.kapoulkine
2010-07-06Iterator fixes: added assertions, fixed past-the-end iterator behavior wrt to...arseny.kapoulkine
2010-07-06xml_node::all_elements_by_name is now deprecatedarseny.kapoulkine
2010-07-06Minor traverse() refactoringarseny.kapoulkine
2010-07-01parse_wnorm_attribute is no longer deprecated (it's part of W3C recommendatio...arseny.kapoulkine
2010-06-28XPath: Argument parsing and position invariance refactoring, reduced AST node...arseny.kapoulkine
2010-06-27Defined a deprecated xpath_type_t for compatibilityarseny.kapoulkine
2010-06-27Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_typearseny.kapoulkine
2010-06-27Renamed name parameter in load_file/save_file to patharseny.kapoulkine
2010-06-23Added null pointer assertions to as_utf8 and as_widearseny.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-13Internal XML parsing error handling is done via setjmp/longjmp, all allocatio...arseny.kapoulkine
2010-06-12Fixed IntelC warnings, removed unnecessary hack for BCCarseny.kapoulkine
2010-06-12Declaration nodes improvements (they now automatically get name "xml", they c...arseny.kapoulkine
2010-06-12Refactored PI/declaration parsing, now non top-level declarations result in p...arseny.kapoulkine
2010-06-11Rewritten numeric character reference parsing (fixed &#; and &#x; parsing), a...arseny.kapoulkine
2010-06-11Minor refactoring (moved unicode utilities to anonymous namespace, moved deco...arseny.kapoulkine
2010-06-06Replaced charN_t types with uintN_t (C++0x compatibility)arseny.kapoulkine
2010-06-04Optimized attribute parsing; behavior of parse_wconv changed, it now assumes ...arseny.kapoulkine
2010-06-03Minor strcpy_insitu optimization for large strings, removed now redundant imp...arseny.kapoulkine
2010-06-01Removed redundant functionarseny.kapoulkine
2010-06-01Constant deprecation is disabled only on old IntelC, removed deprecation warn...arseny.kapoulkine
2010-05-31XPath: Added check for fpclassify presence before usearseny.kapoulkine
2010-05-31XPath: Slightly optimized lexerarseny.kapoulkine
2010-05-31XPath: Replaced backtracking with lookahead in absolute path parsingarseny.kapoulkine
2010-05-31Fixed DMC compilationarseny.kapoulkine
2010-05-31XPath: Removed separate semantics checking pass, types are verified during pa...arseny.kapoulkine
2010-05-31Simplified fp specials handling in XPath (using common faster implementation ...arseny.kapoulkine
2010-05-31Changed fp specials handling in XPath (using fpclassify/fpclass where possibl...arseny.kapoulkine
2010-05-30Fixed XPath parsing (numbers of the form \d+\. are now parsed correctly, stra...arseny.kapoulkine
2010-05-30Fixed node tests for attributesarseny.kapoulkine
2010-05-29Fixed descendant-or-self axis for attributesarseny.kapoulkine
2010-05-29Fixed following:: and preceding:: axes for attribute nodesarseny.kapoulkine
2010-05-29Added round_nearest_nzero explanationarseny.kapoulkine
2010-05-29XPath round() is now fully compliantarseny.kapoulkine
2010-05-29Very minor XPath refactoringarseny.kapoulkine
2010-05-26Removed redundant templatearseny.kapoulkine
2010-05-25Added support for Sun C++ compilerarseny.kapoulkine
2010-05-25Updated version, updated changelog, minor Doxygen fixesarseny.kapoulkine