summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-26tests: Added node_doctype and parse_doctype testsarseny.kapoulkine
2010-09-26Added DOCTYPE node and parse_doctype flag (the node contains DOCTYPE value so...arseny.kapoulkine
2010-09-25Fixed MinGW45 in C++0x modearseny.kapoulkine
2010-09-24docs: Minor typo fix, updated API referencearseny.kapoulkine
2010-09-24docs: Reverted accidentally committed HTML documentationarseny.kapoulkine
2010-09-24docs: Removed pugixpath.cpp mentions, updated evaluate_* arguments and added ...arseny.kapoulkine
2010-09-23docs: Updated VS2005 PCH screenshot (removed pugixpath.cpp)arseny.kapoulkine
2010-09-23docs: Updated changelogarseny.kapoulkine
2010-09-22Minor UTF8 conversion refactoring, added as_utf8 and as_wide overloads with s...arseny.kapoulkine
2010-09-22tests: Removed document_order test, added internal_object testarseny.kapoulkine
2010-09-22Removed document_order() function, added internal_object() accessor and expos...arseny.kapoulkine
2010-09-21Major header cleanup: removed redundant comments (single-line function/type d...arseny.kapoulkine
2010-09-21Minor load_file_impl refactoringarseny.kapoulkine
2010-09-20Added large file support for MinGWarseny.kapoulkine
2010-09-20Improved large file support: added overflow checks, _ftelli64/_fseeki64 are u...arseny.kapoulkine
2010-09-20tests: Added load_file/save_file testsarseny.kapoulkine
2010-09-20Implemented load_file and save_file for wide character pathsarseny.kapoulkine
2010-09-20scripts: Removed references to pugixpath.cpparseny.kapoulkine
2010-09-20tests: Improved tests for parsing result default constructionarseny.kapoulkine
2010-09-20XPath: xpath_parse_result is now default-initialized to object with failed st...arseny.kapoulkine
2010-09-20tests: Added default ctor testarseny.kapoulkine
2010-09-20xml_parse_result now has a default ctor, minor parsing optimizationarseny.kapoulkine
2010-09-20Memory allocation error now preserves last parsed offset, minor optimization ...arseny.kapoulkine
2010-09-15Added more assertionsarseny.kapoulkine
2010-09-14XPath: evaluate_string refactoring (also fixes setjmp warning on MinGW withou...arseny.kapoulkine
2010-09-14XPath: Fixed MinGW compilation warningarseny.kapoulkine
2010-09-14tests: Fixed MSVC 6/7 compilation errorarseny.kapoulkine
2010-09-14tests: Improved XPath sort coveragearseny.kapoulkine
2010-09-14XPath: Fixed MSVC6 compilationarseny.kapoulkine
2010-09-14tests: Added XPath out of memory testsarseny.kapoulkine
2010-09-14XPath: Added out of memory handling during evaluationarseny.kapoulkine
2010-09-13XPath: Minor speed/memory improvementsarseny.kapoulkine
2010-09-13XPath: Stack construction refactoringarseny.kapoulkine
2010-09-13XPath: Fixed MSVC7 compilation, removed redundant includearseny.kapoulkine
2010-09-13tests: Fixed wchar mode testsarseny.kapoulkine
2010-09-13XPath: Added xpath_node_set constructor, redesigned evaluation memory managem...arseny.kapoulkine
2010-09-13tests: Added XPath test for large node setsarseny.kapoulkine
2010-09-13XPath: Fixed sorting bugarseny.kapoulkine
2010-09-13XPath: Allocator refactoring: xpath_allocator now only consists of allocator ...arseny.kapoulkine
2010-09-13XPath: self axis now preserves the original set order, optimized remove_dupli...arseny.kapoulkine
2010-09-12XPath: Minor ast_step processing refactoringarseny.kapoulkine
2010-09-11XPath: Minor lang() fix (use ASCII lowercase because language names are ASCII...arseny.kapoulkine
2010-09-01XPath: Minor refactoringarseny.kapoulkine
2010-09-01XPath: Don't use longjmp at all if exceptions are enabled; this solves all pr...arseny.kapoulkine
2010-09-01tests: Minor report fixarseny.kapoulkine
2010-08-31tests: Added automatic CPU count detectionarseny.kapoulkine
2010-08-30tests: Custom allocations now use memory from Win32 heap instead of CRT heaparseny.kapoulkine
2010-08-30Added gcc 4.0.1 bogus warning workaroundarseny.kapoulkine
2010-08-30tests: Minor fix for MinGW 3.4arseny.kapoulkine
2010-08-29XPath: Added a workaround for MSVC6 wcsstr bugarseny.kapoulkine