Age | Commit message (Expand) | Author |
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-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-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 | 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-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 | 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-08 | Minor coverage improvements | arseny.kapoulkine |
2010-05-08 | Don't use global no-deprecate switch for newer GCC/MinGW, fixed warnings beca... | arseny.kapoulkine |
2010-05-08 | Deprecated all wildcard functions and parse_wnorm_attribute | arseny.kapoulkine |
2010-05-08 | Added 0.5-compatible interfaces for compatibility | arseny.kapoulkine |
2010-05-06 | Updated copyright year, updated changelog in documentation | arseny.kapoulkine |
2010-05-06 | Changed version number to 0.6, merged Unicode utilities to pugixml.cpp | arseny.kapoulkine |
2010-05-06 | Integrated changes from unicode branch to trunk | arseny.kapoulkine |
2010-04-21 | Fixed invalid document contents when document parsing fails | arseny.kapoulkine |
2010-02-08 | Replaced int with ptrdiff_t for offset_debug() and last parsed offset in xml_... | arseny.kapoulkine |
2010-02-06 | Added inline directive to ischartype in case automatic inlining is not enabled | arseny.kapoulkine |
2010-01-21 | Renamed ERROR to THROW_ERROR to solve macro name conflictsv0.5 | arseny.kapoulkine |
2010-01-20 | Fixed several code analysis warnings | arseny.kapoulkine |
2009-11-10 | More branch probability tuning | arseny.kapoulkine |
2009-11-10 | Parsing optimization: removed some redundant checks, reordered branches by pr... | arseny.kapoulkine |
2009-11-08 | Updated header/footer comments - included MIT license text as per user reques... | arseny.kapoulkine |
2009-11-08 | XPath: Fixed const-correctness, added boolean operators and operator! for Bor... | arseny.kapoulkine |
2009-10-28 | Fixed MSVC6 compilation error | arseny.kapoulkine |
2009-10-20 | Added memory allocation function getters (can't write generic function to par... | arseny.kapoulkine |
2009-10-20 | Removed dead code (UTF8 sequences of length 5 are considered broken, removed ... | arseny.kapoulkine |
2009-10-20 | Fixed node_pi and node_declaration copying | arseny.kapoulkine |
2009-10-12 | PCDATA is now output with trailing newline if format_raw is not set and PCDAT... | arseny.kapoulkine |
2009-10-12 | Fixed xml_node::remove_attribute in case of empty attribute as a parameter | arseny.kapoulkine |
2009-10-11 | Const-correctness fix for print/save functions | arseny.kapoulkine |
2009-10-11 | traverse now sets depth to -1 for both begin() and end() | arseny.kapoulkine |