e27ed958c1docs: Updated mime-types for google code online viewing
arseny.kapoulkine
2010-01-05 17:04:50 +0000
a3c386c4bdMore branch probability tuning
arseny.kapoulkine
2009-11-10 11:26:42 +0000
8a2b1b6e7aParsing optimization: removed some redundant checks, reordered branches by probability, extracted two unlikely code paths in separate functions, node construction tuning
arseny.kapoulkine
2009-11-10 09:26:40 +0000
85f97d8e08docs: Updated version and changelog
arseny.kapoulkine
2009-11-08 18:51:51 +0000
c389916348Updated header/footer comments - included MIT license text as per user request, removed old notes, updated version number
arseny.kapoulkine
2009-11-08 18:34:59 +0000
f02208b12ftests: Final coverage improvements
arseny.kapoulkine
2009-11-08 16:15:05 +0000
eefd73bc4etests: More XPath coverage
arseny.kapoulkine
2009-11-08 15:30:49 +0000
0cac815b63tests: More coverage tests
arseny.kapoulkine
2009-11-08 15:17:46 +0000
c5d9752736tests: Full public API coverage (except sort, which needs extensive coverage anyway)
arseny.kapoulkine
2009-11-08 14:36:12 +0000
6783bf0c32XPath: evaluate_node_set (and select_nodes/select_single_node) now throw exception if expression return type is not node set (instead of assertion)
arseny.kapoulkine
2009-11-08 14:34:59 +0000
74737f97baXPath: Node set copy now preserves sorted flag (for performance and consistency), removed redundant m_using_storage internal flag
arseny.kapoulkine
2009-11-08 14:23:40 +0000
48bbb9f4ddtests: Extracted generic tests in a separate header, better filter tests, some API tests added
arseny.kapoulkine
2009-11-08 13:52:55 +0000
c8a8b30bddXPath: Fixed const-correctness, added boolean operators and operator! for Borland compilers, added operator[], minor other changes
arseny.kapoulkine
2009-11-08 13:52:11 +0000
eaa078b76aXPath: Fixed minor string to number conversion bug
arseny.kapoulkine
2009-11-08 13:01:56 +0000
b1f1de5a7aXPath: Minor fix
arseny.kapoulkine
2009-11-08 12:34:00 +0000
ec1133444fXPath: Fixed namespace-uri so that namespace scope includes the namespace declaration owner tag itself
arseny.kapoulkine
2009-11-04 19:24:09 +0000
6948d1f171tests: Completed function library tests, added namespace axis and variable reference tests
arseny.kapoulkine
2009-11-04 19:23:20 +0000
0092960c9eXPath: Fixed following and preceding axes
arseny.kapoulkine
2009-11-03 20:29:10 +0000
327096ae0dAdded memory allocation function getters (can't write generic function to parse with ownership transfer without them)
arseny.kapoulkine
2009-10-20 21:36:02 +0000
a837271e9dtests: Added wildcard and doctype tests
arseny.kapoulkine
2009-10-20 20:51:20 +0000
c026597234tests: Added more tests
arseny.kapoulkine
2009-10-20 20:25:35 +0000
a2249c1304Removed dead code (UTF8 sequences of length 5 are considered broken, removed dead branch in PI parsing)
arseny.kapoulkine
2009-10-20 20:25:13 +0000
5624befce1Fixed node_pi and node_declaration copying
arseny.kapoulkine
2009-10-20 19:21:34 +0000
02cb7bf685tests: More tree modification tests
arseny.kapoulkine
2009-10-20 19:21:13 +0000
dce82d3fb7tests: More coverage
arseny.kapoulkine
2009-10-20 18:04:18 +0000
e1013bfcd8PCDATA is now output with trailing newline if format_raw is not set and PCDATA is not the only child
arseny.kapoulkine
2009-10-12 16:27:05 +0000