summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-10Various test compilation fixesarseny.kapoulkine
2010-05-10Final portion of DOCTYPE testsarseny.kapoulkine
2010-05-10More DOCTYPE testsarseny.kapoulkine
2010-05-10More DOCTYPE testsarseny.kapoulkine
2010-05-10Added some DOCTYPE tests from xmlsuitearseny.kapoulkine
2010-05-10Implemented better DOCTYPE parsing, added more DOCTYPE testsarseny.kapoulkine
2010-05-10Added test that checks for correct page deallocation policyarseny.kapoulkine
2010-05-10Added more testsarseny.kapoulkine
2010-05-10Added more 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
2010-05-09Removed document order optimization (it helps on a tiny percentage of queries...arseny.kapoulkine
2010-05-09Enabled MSVC10 x64 in autotestarseny.kapoulkine
2010-05-09Improved memory leak detectionarseny.kapoulkine
2010-05-09Added empty stream/buffer tests, fixed null buffer parsing in wchar_t modearseny.kapoulkine
2010-05-09Build system fixes (old-style debug format for MSVC, removed Wp64 for MSVC9/10)arseny.kapoulkine
2010-05-09Minor loading functions refactoring, fixed XPath append_node for MSVC10arseny.kapoulkine
2010-05-09Added fulldebug flag for debug information generationarseny.kapoulkine
2010-05-09Removed std::string and contents_push from XPath parsingarseny.kapoulkine
2010-05-08Minor coverage improvementsarseny.kapoulkine
2010-05-08Added MSVC8 x64 support to build framework and autotestarseny.kapoulkine
2010-05-08Don't use global no-deprecate switch for newer GCC/MinGW, fixed warnings beca...arseny.kapoulkine
2010-05-08Deprecated all wildcard functions and parse_wnorm_attributearseny.kapoulkine
2010-05-08Fixed tests in NO_STL mode and IntelC deprecated constantarseny.kapoulkine
2010-05-08Implemented PUGIXML_DEPRECATED for GCC and MSVC7+arseny.kapoulkine
2010-05-08Added 0.5-compatible interfaces for compatibilityarseny.kapoulkine
2010-05-06Updated copyright year, updated changelog in documentationarseny.kapoulkine
2010-05-06Changed version number to 0.6, merged Unicode utilities to pugixml.cpparseny.kapoulkine
2010-05-06Integrated changes from unicode branch to trunkarseny.kapoulkine
2010-04-21Fixed invalid document contents when document parsing failsarseny.kapoulkine
2010-04-20unicode: Fixed tests for Linuxarseny.kapoulkine
2010-04-20unicode: Default toolset for Unix systems is gccarseny.kapoulkine
2010-04-20unicode: Added Linux build rules, converted Jamrules.jam to Unix file endingsarseny.kapoulkine
2010-02-23docs: Minor HTML fixarseny.kapoulkine
2010-02-08Replaced int with ptrdiff_t for offset_debug() and last parsed offset in xml_...arseny.kapoulkine
2010-02-06Added inline directive to ischartype in case automatic inlining is not enabledarseny.kapoulkine
2010-02-04contrib: Renamed header-only.hpp to header_only.hpparseny.kapoulkine
2010-02-02contrib: Added header-only version examplearseny.kapoulkine
2010-02-02XPath: Renamed character type-related functions/types to avoid conflict with ...arseny.kapoulkine
2010-02-02contrib: Added Boost.Foreach helpersarseny.kapoulkine
2010-02-02XPath: xpath_ast_node ctors now initialize all members (code analysis warning...arseny.kapoulkine
2010-01-21Renamed ERROR to THROW_ERROR to solve macro name conflictsv0.5arseny.kapoulkine
2010-01-20Fixed several code analysis warningsarseny.kapoulkine
2010-01-20XPath: Removed variable shadowing (fixes warnings in static analyzers)arseny.kapoulkine
2010-01-05docs: Updated mime-types for google code online viewingarseny.kapoulkine
2009-11-10More branch probability tuningarseny.kapoulkine
2009-11-10Parsing optimization: removed some redundant checks, reordered branches by pr...arseny.kapoulkine