Age | Commit message (Expand) | Author |
2010-06-12 | Declaration nodes improvements (they now automatically get name "xml", they c... | arseny.kapoulkine |
2010-06-12 | Refactored PI/declaration parsing, now non top-level declarations result in p... | arseny.kapoulkine |
2010-06-11 | Rewritten numeric character reference parsing (fixed &#; and &#x; parsing), a... | arseny.kapoulkine |
2010-06-11 | Minor refactoring (moved unicode utilities to anonymous namespace, moved deco... | arseny.kapoulkine |
2010-06-06 | Replaced charN_t types with uintN_t (C++0x compatibility) | arseny.kapoulkine |
2010-06-04 | Optimized attribute parsing; behavior of parse_wconv changed, it now assumes ... | arseny.kapoulkine |
2010-06-03 | Minor strcpy_insitu optimization for large strings, removed now redundant imp... | arseny.kapoulkine |
2010-06-01 | Removed redundant function | arseny.kapoulkine |
2010-06-01 | Constant deprecation is disabled only on old IntelC, removed deprecation warn... | arseny.kapoulkine |
2010-05-31 | XPath: Added check for fpclassify presence before use | arseny.kapoulkine |
2010-05-31 | XPath: Slightly optimized lexer | arseny.kapoulkine |
2010-05-31 | XPath: Replaced backtracking with lookahead in absolute path parsing | arseny.kapoulkine |
2010-05-31 | Fixed DMC compilation | arseny.kapoulkine |
2010-05-31 | XPath: Removed separate semantics checking pass, types are verified during pa... | arseny.kapoulkine |
2010-05-31 | Simplified fp specials handling in XPath (using common faster implementation ... | arseny.kapoulkine |
2010-05-31 | Changed fp specials handling in XPath (using fpclassify/fpclass where possibl... | arseny.kapoulkine |
2010-05-30 | Fixed XPath parsing (numbers of the form \d+\. are now parsed correctly, stra... | arseny.kapoulkine |
2010-05-30 | Fixed node tests for attributes | arseny.kapoulkine |
2010-05-29 | Fixed descendant-or-self axis for attributes | arseny.kapoulkine |
2010-05-29 | Fixed following:: and preceding:: axes for attribute nodes | arseny.kapoulkine |
2010-05-29 | Added round_nearest_nzero explanation | arseny.kapoulkine |
2010-05-29 | XPath round() is now fully compliant | arseny.kapoulkine |
2010-05-29 | Very minor XPath refactoring | arseny.kapoulkine |
2010-05-26 | Removed redundant template | arseny.kapoulkine |
2010-05-25 | Added support for Sun C++ compiler | arseny.kapoulkine |
2010-05-25 | Updated version, updated changelog, minor Doxygen fixes | arseny.kapoulkine |
2010-05-25 | Internal charN_t types now use fixed size uintN_t types | arseny.kapoulkine |
2010-05-25 | Optimized utf8 decoding | arseny.kapoulkine |
2010-05-25 | Optimized utf8 -> wchar_t conversion, replaced assert with static assert | arseny.kapoulkine |
2010-05-25 | Changed memory management so that the document node lives inside document; th... | arseny.kapoulkine |
2010-05-25 | Fixed BCC and MSVC6 compilation | arseny.kapoulkine |
2010-05-21 | Nodes/attributes with empty names now are printed as :anonymous | arseny.kapoulkine |
2010-05-20 | Optimized debug mode parsing/saving by order of magnitude | arseny.kapoulkine |
2010-05-20 | More compare_eq/rel refactoring | arseny.kapoulkine |
2010-05-20 | as_* functions now all use strto*/wcsto* functions; this unifies the behavior... | arseny.kapoulkine |
2010-05-20 | Assume that all compilers (except Microsoft) have stdint.h | arseny.kapoulkine |
2010-05-17 | XPath refactoring (ast_filter/filter_posinv/predicates use the same function,... | arseny.kapoulkine |
2010-05-12 | Fixed GCC build | arseny.kapoulkine |
2010-05-11 | Fixed incorrect allocator pointer in pages during parsing | arseny.kapoulkine |
2010-05-10 | Various test compilation fixes | arseny.kapoulkine |
2010-05-10 | Implemented better DOCTYPE parsing, added more DOCTYPE tests | arseny.kapoulkine |
2010-05-10 | Optimized memory consumption (removed last_child and last_attribute, sibling/... | arseny.kapoulkine |
2010-05-10 | Minor allocation refactoring and optimization | arseny.kapoulkine |
2010-05-10 | Internal iterator constructors are now private, added empty document test | arseny.kapoulkine |
2010-05-10 | Optimized xml_document::destroy | arseny.kapoulkine |
2010-05-10 | Reworked DOM memory allocation scheme (name/value allocations use the same pa... | arseny.kapoulkine |
2010-05-09 | Removed document order optimization (it helps on a tiny percentage of queries... | arseny.kapoulkine |
2010-05-09 | Added empty stream/buffer tests, fixed null buffer parsing in wchar_t mode | arseny.kapoulkine |
2010-05-09 | Minor loading functions refactoring, fixed XPath append_node for MSVC10 | arseny.kapoulkine |
2010-05-09 | Removed std::string and contents_push from XPath parsing | arseny.kapoulkine |