summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-05-25Internal charN_t types now use fixed size uintN_t typesarseny.kapoulkine
2010-05-25Optimized utf8 decodingarseny.kapoulkine
2010-05-25Optimized utf8 -> wchar_t conversion, replaced assert with static assertarseny.kapoulkine
2010-05-25Changed memory management so that the document node lives inside document; th...arseny.kapoulkine
2010-05-25Fixed BCC and MSVC6 compilationarseny.kapoulkine
2010-05-21Nodes/attributes with empty names now are printed as :anonymousarseny.kapoulkine
2010-05-20Optimized debug mode parsing/saving by order of magnitudearseny.kapoulkine
2010-05-20More compare_eq/rel refactoringarseny.kapoulkine
2010-05-20as_* functions now all use strto*/wcsto* functions; this unifies the behavior...arseny.kapoulkine
2010-05-20Assume that all compilers (except Microsoft) have stdint.harseny.kapoulkine
2010-05-17XPath refactoring (ast_filter/filter_posinv/predicates use the same function,...arseny.kapoulkine
2010-05-12Fixed GCC buildarseny.kapoulkine
2010-05-11Fixed incorrect allocator pointer in pages during parsingarseny.kapoulkine
2010-05-10Various test compilation fixesarseny.kapoulkine
2010-05-10Implemented better DOCTYPE parsing, added more DOCTYPE testsarseny.kapoulkine
2010-05-10Optimized memory consumption (removed last_child and last_attribute, sibling/...arseny.kapoulkine
2010-05-10Minor allocation refactoring and optimizationarseny.kapoulkine
2010-05-10Internal iterator constructors are now private, added empty document testarseny.kapoulkine
2010-05-10Optimized xml_document::destroyarseny.kapoulkine
2010-05-10Reworked DOM memory allocation scheme (name/value allocations use the same pa...arseny.kapoulkine