summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-11-08docs: Updated Doxygen documentationarseny.kapoulkine
2009-11-08docs: Minor documentation changesarseny.kapoulkine
2009-11-08XPath: Added xpath_query::return_type() function, fixed evaluate_node_set doc...arseny.kapoulkine
2009-11-08docs: Updated version and changelogarseny.kapoulkine
2009-11-08Updated header/footer comments - included MIT license text as per user reques...arseny.kapoulkine
2009-11-08tests: Final coverage improvementsarseny.kapoulkine
2009-11-08tests: MSVC warning fixesarseny.kapoulkine
2009-11-08XPath: Removed redundant codearseny.kapoulkine
2009-11-08tests: More XPath coveragearseny.kapoulkine
2009-11-08tests: More coverage testsarseny.kapoulkine
2009-11-08tests: Full public API coverage (except sort, which needs extensive coverage ...arseny.kapoulkine
2009-11-08XPath: evaluate_node_set (and select_nodes/select_single_node) now throw exce...arseny.kapoulkine
2009-11-08XPath: Node set copy now preserves sorted flag (for performance and consisten...arseny.kapoulkine
2009-11-08tests: Extracted generic tests in a separate header, better filter tests, som...arseny.kapoulkine
2009-11-08XPath: Fixed const-correctness, added boolean operators and operator! for Bor...arseny.kapoulkine
2009-11-08XPath: Fixed minor string to number conversion bugarseny.kapoulkine
2009-11-08XPath: Minor fixarseny.kapoulkine
2009-11-08tests: Mostly complete coverage of XPath W3Carseny.kapoulkine
2009-11-08tests: Added tests from W3C standard (abbreviated)arseny.kapoulkine
2009-11-08XPath: Fixed minor root step bug - don't select empty nodesarseny.kapoulkine
2009-11-08tests: Added tests from W3C standard (non-abbreviated)arseny.kapoulkine
2009-11-08XPath: Fixed all_in_namespace node testarseny.kapoulkine
2009-11-08tests: Added node test tests, added abbreviated step/axis testsarseny.kapoulkine
2009-11-08XPath: Minor refactoring, fixed text()/etc. parsing bug (issue 33)arseny.kapoulkine
2009-11-08XPath: Refactored tokenization/parsing to be more compliantarseny.kapoulkine
2009-11-08tests: Added msvcN_x64 supportarseny.kapoulkine
2009-11-04tests: Fixed mingw 4.4.0 coverage reportsarseny.kapoulkine
2009-11-04tests: Reduced stack pressure for one of tests (CW/IC8 can't handle it)arseny.kapoulkine
2009-11-04tests: Added allocator coverage testsarseny.kapoulkine
2009-11-04XPath: Fixed namespace-uri so that namespace scope includes the namespace dec...arseny.kapoulkine
2009-11-04tests: Completed function library tests, added namespace axis and variable re...arseny.kapoulkine
2009-11-03XPath: Fixed following and preceding axesarseny.kapoulkine
2009-11-03XPath: Fixed self axisarseny.kapoulkine
2009-11-03tests: Added tests for all axes except namespacearseny.kapoulkine
2009-11-03tests: Added helper for node set testing, added several testsarseny.kapoulkine
2009-10-31tests: Minor build fixarseny.kapoulkine
2009-10-31XPath: Fixed alignment issuesarseny.kapoulkine
2009-10-30XPath: Fixed contains() for broken STL implementationsarseny.kapoulkine
2009-10-30tests: Minor fixes, added autotest scriptarseny.kapoulkine
2009-10-29tests: CodeWarrior and BCC supportedarseny.kapoulkine
2009-10-29tests: Tests can work without exceptions nowarseny.kapoulkine
2009-10-29Added support for different compilation modesarseny.kapoulkine
2009-10-29Fixed compilation warning on gcc3.4 (should work ok on gcc4, working around i...arseny.kapoulkine
2009-10-29tests: Supported all pugixml compilation modesarseny.kapoulkine