Age | Commit message (Expand) | Author |
2010-05-12 | tests: Removed abbreviated defines, added HTML report generator | arseny.kapoulkine |
2010-05-12 | tests: Started autotest refactoring (extracted build log generation code) | 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 | Final portion of DOCTYPE tests | arseny.kapoulkine |
2010-05-10 | More DOCTYPE tests | arseny.kapoulkine |
2010-05-10 | More DOCTYPE tests | arseny.kapoulkine |
2010-05-10 | Added some DOCTYPE tests from xmlsuite | arseny.kapoulkine |
2010-05-10 | Implemented better DOCTYPE parsing, added more DOCTYPE tests | arseny.kapoulkine |
2010-05-10 | Added test that checks for correct page deallocation policy | arseny.kapoulkine |
2010-05-10 | Added more tests | arseny.kapoulkine |
2010-05-10 | Added more 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 | Enabled MSVC10 x64 in autotest | arseny.kapoulkine |
2010-05-09 | Improved memory leak detection | arseny.kapoulkine |
2010-05-09 | Added empty stream/buffer tests, fixed null buffer parsing in wchar_t mode | arseny.kapoulkine |
2010-05-09 | Build system fixes (old-style debug format for MSVC, removed Wp64 for MSVC9/10) | arseny.kapoulkine |
2010-05-09 | Minor loading functions refactoring, fixed XPath append_node for MSVC10 | arseny.kapoulkine |
2010-05-09 | Added fulldebug flag for debug information generation | arseny.kapoulkine |
2010-05-09 | Removed std::string and contents_push from XPath parsing | arseny.kapoulkine |
2010-05-08 | Minor coverage improvements | arseny.kapoulkine |
2010-05-08 | Added MSVC8 x64 support to build framework and autotest | 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 | Fixed tests in NO_STL mode and IntelC deprecated constant | arseny.kapoulkine |
2010-05-08 | Implemented PUGIXML_DEPRECATED for GCC and MSVC7+ | 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-04-20 | unicode: Fixed tests for Linux | arseny.kapoulkine |
2010-04-20 | unicode: Default toolset for Unix systems is gcc | arseny.kapoulkine |
2010-04-20 | unicode: Added Linux build rules, converted Jamrules.jam to Unix file endings | arseny.kapoulkine |
2010-02-23 | docs: Minor HTML fix | 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-02-04 | contrib: Renamed header-only.hpp to header_only.hpp | arseny.kapoulkine |
2010-02-02 | contrib: Added header-only version example | arseny.kapoulkine |
2010-02-02 | XPath: Renamed character type-related functions/types to avoid conflict with ... | arseny.kapoulkine |
2010-02-02 | contrib: Added Boost.Foreach helpers | arseny.kapoulkine |
2010-02-02 | XPath: xpath_ast_node ctors now initialize all members (code analysis warning... | 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 |
2010-01-20 | XPath: Removed variable shadowing (fixes warnings in static analyzers) | arseny.kapoulkine |