summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-31tests: Added more XPath tests based on recommendation errataarseny.kapoulkine
2010-05-31XPath: Removed separate semantics checking pass, types are verified during pa...arseny.kapoulkine
2010-05-31tests: Added more XPath parsing testsarseny.kapoulkine
2010-05-31Simplified fp specials handling in XPath (using common faster implementation ...arseny.kapoulkine
2010-05-31Changed fp specials handling in XPath (using fpclassify/fpclass where possibl...arseny.kapoulkine
2010-05-31tests: Disabled failing checks for MacOS (second try)arseny.kapoulkine
2010-05-31tests: Disabled failing checks for MacOS because of incorrect ceil implementa...arseny.kapoulkine
2010-05-30Fixed XPath parsing (numbers of the form \d+\. are now parsed correctly, stra...arseny.kapoulkine
2010-05-30tests: Extended wchar_t mode tests (broken UTF16 test, some tests were errone...arseny.kapoulkine
2010-05-30tests: Added more tests (including a couple of failing ones)arseny.kapoulkine
2010-05-30tests: Added more Xalan testsarseny.kapoulkine
2010-05-30Fixed node tests for attributesarseny.kapoulkine
2010-05-30tests: Added tests for principal node types with attributes for all axes that...arseny.kapoulkine
2010-05-30tests: Fixed pointer order dependency for unsorted XPath resultsarseny.kapoulkine
2010-05-29tests: Minor wchar_t mode fixesarseny.kapoulkine
2010-05-29Fixed descendant-or-self axis for attributesarseny.kapoulkine
2010-05-29tests: Added more Xalan testsarseny.kapoulkine
2010-05-29Fixed following:: and preceding:: axes for attribute nodesarseny.kapoulkine
2010-05-29tests: Added some axis Xalan tests, extended all axis tests to include attrib...arseny.kapoulkine
2010-05-29tests: Added more Xalan testsarseny.kapoulkine
2010-05-29tests: Fixed tests for wchar_t mode, disabled some tests on compilers with br...arseny.kapoulkine
2010-05-29Added round_nearest_nzero explanationarseny.kapoulkine
2010-05-29XPath round() is now fully compliantarseny.kapoulkine
2010-05-29tests: Added more ceiling/round tests, added first batch of Xalan testsarseny.kapoulkine
2010-05-29Very minor XPath refactoringarseny.kapoulkine
2010-05-29tests: Added more XPath testsarseny.kapoulkine
2010-05-26Removed redundant templatearseny.kapoulkine
2010-05-26Minor changelog fixarseny.kapoulkine
2010-05-26tests: Added Solaris/Sun C++ to report formatterarseny.kapoulkine
2010-05-25tests: Added Solaris autotestarseny.kapoulkine
2010-05-25Added build support for Sun C++arseny.kapoulkine
2010-05-25Added support for Sun C++ compilerarseny.kapoulkine
2010-05-25tests: Minor fixarseny.kapoulkine
2010-05-25tests: Replaced #pragma once with header guardsarseny.kapoulkine
2010-05-25Updated version, updated changelog, minor Doxygen fixesarseny.kapoulkine
2010-05-25Internal charN_t types now use fixed size uintN_t typesarseny.kapoulkine
2010-05-25Optimized utf8 decodingarseny.kapoulkine
2010-05-25Optimized utf8 -> wchar_t conversion, replaced assert with static assertarseny.kapoulkine
2010-05-25Changed memory management so that the document node lives inside document; th...arseny.kapoulkine
2010-05-25Fixed BCC and MSVC6 compilationarseny.kapoulkine
2010-05-23tests: Minor addition to attribute value modification testsarseny.kapoulkine
2010-05-22tests: Minor addition to PI parsing testsarseny.kapoulkine
2010-05-21Nodes/attributes with empty names now are printed as :anonymousarseny.kapoulkine
2010-05-20Optimized debug mode parsing/saving by order of magnitudearseny.kapoulkine
2010-05-20More compare_eq/rel refactoringarseny.kapoulkine
2010-05-20as_* functions now all use strto*/wcsto* functions; this unifies the behavior...arseny.kapoulkine
2010-05-20Assume that all compilers (except Microsoft) have stdint.harseny.kapoulkine
2010-05-20tests: Added progressive truncation testarseny.kapoulkine
2010-05-20tests: Final MacOS fixesarseny.kapoulkine
2010-05-20tests: Fixed toolset autodetection in autotest-localarseny.kapoulkine