97a761615ftests: Extended wchar_t mode tests (broken UTF16 test, some tests were erroneously utf8-only), added final Xalan tests
arseny.kapoulkine
2010-05-30 20:17:05 +0000
d567700d19tests: Added more tests (including a couple of failing ones)
arseny.kapoulkine
2010-05-30 18:21:49 +0000
724a377544tests: Added more Xalan tests
arseny.kapoulkine
2010-05-30 12:42:03 +0000
d582a3f374Fixed node tests for attributes
arseny.kapoulkine
2010-05-30 07:53:06 +0000
e91b5e3059tests: Added tests for principal node types with attributes for all axes that can return attributes
arseny.kapoulkine
2010-05-30 07:52:18 +0000
3bee04cd11tests: Fixed pointer order dependency for unsorted XPath results
arseny.kapoulkine
2010-05-30 07:04:46 +0000
0a50eccd4etests: Minor wchar_t mode fixes
arseny.kapoulkine
2010-05-29 23:07:23 +0000
c436c32e6cFixed descendant-or-self axis for attributes
arseny.kapoulkine
2010-05-29 22:52:40 +0000
43fc0ca13btests: Added more Xalan tests
arseny.kapoulkine
2010-05-29 22:51:38 +0000
1c567deccaFixed following:: and preceding:: axes for attribute nodes
arseny.kapoulkine
2010-05-29 20:11:36 +0000
d1b41ba178tests: Added some axis Xalan tests, extended all axis tests to include attribute context nodes
arseny.kapoulkine
2010-05-29 20:11:12 +0000
1f62a006f1tests: Added more Xalan tests
arseny.kapoulkine
2010-05-29 16:27:46 +0000
162962a736tests: Fixed tests for wchar_t mode, disabled some tests on compilers with broken NaN behavior
arseny.kapoulkine
2010-05-29 13:36:53 +0000
ece9147611Changed memory management so that the document node lives inside document; this way a default-constructed document does not allocate any dynamic memory
arseny.kapoulkine
2010-05-25 07:55:44 +0000
4e05568c4dFixed BCC and MSVC6 compilation
arseny.kapoulkine
2010-05-25 07:54:36 +0000
df6f466e15tests: Minor addition to attribute value modification tests
arseny.kapoulkine
2010-05-23 07:43:07 +0000
8095117f54tests: Minor addition to PI parsing tests
arseny.kapoulkine
2010-05-22 19:13:35 +0000
7c01cf8df3Nodes/attributes with empty names now are printed as :anonymous
arseny.kapoulkine
2010-05-21 05:50:53 +0000
e31d977c80Optimized debug mode parsing/saving by order of magnitude
arseny.kapoulkine
2010-05-20 22:15:23 +0000
ba1b2017dbas_* functions now all use strto*/wcsto* functions; this unifies the behavior and fixes large unsigned integer parsing in as_uint
arseny.kapoulkine
2010-05-20 20:35:49 +0000
1f5be930d0Assume that all compilers (except Microsoft) have stdint.h
arseny.kapoulkine
2010-05-20 20:18:59 +0000
4878d937d9tests: Added progressive truncation test
arseny.kapoulkine
2010-05-20 18:06:58 +0000
d3195470batests: Final MacOS fixes
arseny.kapoulkine
2010-05-20 17:51:32 +0000
ff27a85a2btests: Fixed toolset autodetection in autotest-local
arseny.kapoulkine
2010-05-20 16:50:30 +0000
ca4866290btests: Fixed deprecation warnings disabling for GCC 4.0, miscellaneous fixes for MacOS X
arseny.kapoulkine
2010-05-20 07:32:49 +0000
487a18107ftests: Final autotest report tuning
arseny.kapoulkine
2010-05-17 08:17:35 +0000
efc76ba8d4tests: Final fix
arseny.kapoulkine
2010-05-17 07:54:38 +0000
31c4cb2d8bXPath refactoring (ast_filter/filter_posinv/predicates use the same function, removed greater* specializations for compare_rel, starts_with is used more extensively, const-correctness fixes)
arseny.kapoulkine
2010-05-17 06:54:06 +0000
8b50d8c567tests: Added Linux startup script
arseny.kapoulkine
2010-05-13 16:56:56 +0000
d520ce55d9tests: Added wait for server to remote host, added automatic VM launch
arseny.kapoulkine
2010-05-13 16:48:46 +0000
47c23efe62Reworked DOM memory allocation scheme (name/value allocations use the same pages as node/attribute structures, pages are now deallocated when completely free)
arseny.kapoulkine
2010-05-10 08:59:48 +0000
5ff56a6d68Removed document order optimization (it helps on a tiny percentage of queries), XPath tests now compute their own order
arseny.kapoulkine
2010-05-09 20:37:49 +0000
e96af87b5dEnabled MSVC10 x64 in autotest
arseny.kapoulkine
2010-05-09 18:47:23 +0000