Commit graph

762 commits

Author SHA1 Message Date
jez
4ee1fa398a make examples before tests 2007-07-23 12:58:16 +00:00
jez
7b03098199 whitespace changes 2007-07-20 21:13:09 +00:00
jez
85dc57160c corrected test - worked for vstudio, but started failing on other platforms 2007-07-20 21:11:53 +00:00
jez
669200cd59 fixed wide string detection 2007-07-20 20:54:29 +00:00
jez
136a68107e let's call that that then 2007-07-19 18:57:37 +00:00
jez
4861c93e6c renamed test directory to tests 2007-07-19 17:43:13 +00:00
jez
8e653a8e6f merged with mangle-dev branch 2007-07-19 17:05:18 +00:00
jez
03c1fe4a4e merged with mangle-dev branch 2007-07-19 17:04:18 +00:00
jez
5440f68f60 merged with mangle-dev branch 2007-07-19 17:03:51 +00:00
jez
54eaa547da merged with mangle-dev branch 2007-07-19 17:01:57 +00:00
jez
d30bba750e merged with mangle-dev branch 2007-07-19 17:01:42 +00:00
jez
b95e3afeb2 merged with mangle-dev branch 2007-07-19 17:01:31 +00:00
jez
9606354b41 merged with mangle-dev branch 2007-07-19 17:01:19 +00:00
jez
7c4dcfde39 merged with mangle-dev branch 2007-07-19 17:01:08 +00:00
jez
5cef2d9e75 merged with mangle-dev branch 2007-07-19 16:59:26 +00:00
jez
59dee666d8 merged with mangle-dev branch 2007-07-19 16:58:57 +00:00
jez
9e7dbd3e26 merged with mangle-dev branch 2007-07-19 16:57:04 +00:00
jez
30ea01876e initial commit of XSLT test harness and OASIS test data 2007-07-19 16:46:07 +00:00
jez
13a0c3c3c2 renamed tests back to test 2007-06-20 23:22:10 +00:00
jez
d17b0e927f 2007-06-20 00:06:56 +00:00
jez
37001ea148 Initialized merge tracking via "svnmerge" with revisions "1-598" from
svn://animal/jezuk/arabica/branches/autoconfing
2007-06-18 12:02:53 +00:00
jez
968127deb0 garden fixes 2007-06-18 12:01:47 +00:00
jez
c15e87bf66 Fix libxml2 include path
patch from Bob Wilkinson <rwilkinson_at_messagelabs.com>
2007-01-30 16:20:45 +00:00
jez
7a88d7d60a use DefaultHandler instead of DefaultHandler2 2007-01-19 15:54:18 +00:00
jez
49301e2eba stop allocating a buffer everytime we do a conversion 2007-01-19 15:53:46 +00:00
jez
004d0c4f41 better string handling - on platforms where sizeof(XMLCh) == sizeof(wchar_t) we should be able to eliminate the copying step altogether 2007-01-19 15:52:43 +00:00
jez
ffd2a819db When ARABICA_NO_WCHAR_T defined, transcode to UTF-8 not native code page
Fix for http://sourceforge.net/tracker/index.php?func=detail&aid=1636010&group_id=56163&atid=479571
2007-01-18 20:49:19 +00:00
jez
9a995a4cdd bumped version 2007-01-18 20:47:47 +00:00
jez
e965159cc4 suppress warning when ARABICA_NO_WCHAR_T defined 2007-01-18 20:47:09 +00:00
jez
552241d3f4 tweaked and tightened checking 2007-01-18 20:46:30 +00:00
jez
7574ae9253 added treewalker header to dependencies 2007-01-16 16:47:07 +00:00
jez
b86aa05c29 fixed typo 2007-01-16 11:52:55 +00:00
jez
a9336947cd better searches for socket lkibraries, checks for winsock on mingw32 2007-01-16 11:49:07 +00:00
jez
adc6c25cc3 now finds library properly 2007-01-16 11:48:46 +00:00
jez
a44eca0148 better socket checks - Solaris needs -lsocket and -lnsl 2007-01-16 10:43:42 +00:00
jez
e6b8a5ac3c check for sockets 2007-01-15 22:31:03 +00:00
jez
7ce89d4a24 initialise wide string properly 2007-01-15 17:40:58 +00:00
jez
8a4b5403f7 added a bit of info output 2007-01-15 17:40:06 +00:00
jez
67766fdc9d fixed speller - /usr/local not /usr/locale 2007-01-15 17:39:42 +00:00
jez
290f9cf175 fixed Writer filter for new XMLFilterImpl with built in Lexical and Decl handlers 2007-01-15 17:38:55 +00:00
jez
0b178c17a7 Promoted LexicalHandler and DeclHandler to be full members of XMLReader, rather than properties set via the rather tortuous setProperty call. XMLFilter and XMLFilterImpl have been extended to provide support for Lexical~ and DeclHandler. DefaultHandler now provides default, do nothing, implementations of Lexical~ and DeclHandler. Consequently DefaultHandler2 is now deprecated and will be removed in due course.
Merged from mangle branch.
2007-01-15 14:21:33 +00:00
jez
c452b5ba91 added more MSXML version ids. more recent versions can do things like schema validation 2007-01-15 14:02:52 +00:00
jez
3a18023963 TreeWalker: C++ compliance fixes 2007-01-12 14:52:14 +00:00
jez
8c89727a06 tests from Node's operator bool() 2007-01-02 11:33:29 +00:00
jez
ed46fc0f01 TreeWalker patches from craigp. 2007-01-02 11:32:48 +00:00
jez
d1ca51079f add more TreeWalker tests, including one with a NodeFilter 2006-12-14 19:34:48 +00:00
jez
664f6fd116 added TreeWalker implementation, dondated by craigp 2006-12-14 15:06:36 +00:00
jez
78c783b7c1 bug fix to Attr::setValue 2006-12-14 11:51:23 +00:00
jez
80afc48cfe MinGW uses winsock, not BSD-style sockets, so add configure check 2006-12-13 19:20:31 +00:00
jez
8f464e802b beefed up - mingw has std::wstring, but not wide I/O 2006-12-13 19:19:30 +00:00