Commit graph

108 commits

Author SHA1 Message Date
jez
30c53656b8 made building XPath stuff conditional on availability of Boost 2006-09-13 21:55:51 +00:00
jez
ecf4f74304 sept 2006 release 2006-09-12 21:21:48 +00:00
jez
5399a7ca81 updated Makefiles for new source layout 2006-08-09 09:19:53 +00:00
jez
38d9ad2524 updated solution and project files for new directory structure 2006-08-08 10:30:59 +00:00
jez
1d277df200 first pass at a functional whitespace normalising filter 2006-08-04 22:16:25 +00:00
jez
fce1ba265a removed .cvsignores left over from CVS migration 2006-08-04 20:11:00 +00:00
jez
0200ed6e70 fixed warning 2006-08-04 09:51:03 +00:00
jez_higgins
d5af0e27b1 off we go 2006-07-19 21:57:53 +00:00
jez_higgins
65bcac5d31 Test for predicate evaluation bug
http://www.jezuk.co.uk/cgi-bin/view/arabica/news?id=2883
2006-06-23 22:53:07 +00:00
jez_higgins
625c7141e1 vc6 compatibility fixes 2006-06-08 09:51:18 +00:00
jez_higgins
8148a0aa46 *** empty log message *** 2006-05-19 18:48:17 +00:00
jez_higgins
0ec2439e9c fixed settings so it builds - not sure how I managed to get set it not to 2006-05-01 20:42:36 +00:00
jez_higgins
09fe28158f added tests for XSLT attribute value tests 2006-01-12 14:35:59 +00:00
jez_higgins
ef383c5dbc correct SelfSelect 2006-01-10 15:05:44 +00:00
jez_higgins
ecd8ae7edc *** empty log message *** 2006-01-09 11:00:29 +00:00
jez_higgins
16a95885ca lots of XSLT compilation and matching tests 2006-01-05 16:28:19 +00:00
jez_higgins
54d4ce66f8 for some reason BOOL is now an ambiguous symbol 2005-12-22 00:10:03 +00:00
jez_higgins
1ed2ea7ee8 compiling more XSLT patterns 2005-12-22 00:02:48 +00:00
jez_higgins
7acb2d622f started evaluating matches 2005-12-19 15:55:06 +00:00
jez_higgins
57a07ca171 added assertFalse 2005-12-19 15:52:26 +00:00
jez_higgins
8b7f3196d8 Started try to compile XSLT patterns 2005-12-18 22:22:13 +00:00
jez_higgins
9485917c42 extend grammar for XSLT matches - added some parse tests 2005-12-16 19:09:57 +00:00
jez_higgins
242e43b195 uncovered a missed case 2005-12-15 12:27:48 +00:00
jez_higgins
03661daaf8 reverted to runtime_error to bad_cast because that's what it is 2005-12-09 11:46:53 +00:00
jez_higgins
bc15f5eedf builds with Cygwin 2005-12-07 11:23:44 +00:00
jez_higgins
2364434694 Rather alarmingly, this won't build is language extensions are turned off, even though everything appears to be correct 2005-12-07 10:52:48 +00:00
jez_higgins
35acd2eea7 Added third template parameter to wrappers, together with a bit of
meta-programming magic so that everything builds through with MSXML.

See http://www.jezuk.co.uk/cgi-bin/view/SAX/news?id=2713 for details of
the problem.

This may break VC6, but I haven't checked
2005-12-07 10:51:00 +00:00
jez_higgins
96c6da64c4 implement Node::purgeChild 2005-11-25 22:39:16 +00:00
jez_higgins
2b051fc1ff gcc 4.0.2 fixes
Use ARABICA_NO_WCHAR_T to exclude the bits that don't build under Cygwin
2005-11-25 15:54:08 +00:00
jez_higgins
b312078ac5 Corrected so they actually build the right things :) 2005-11-25 15:53:28 +00:00
jez_higgins
06fdcf08fb improved error reporting a bit - add test name to failure message 2005-11-17 22:07:25 +00:00
jez_higgins
8c4d35e362 updated test now validation defaults off 2005-11-17 22:06:50 +00:00
jez_higgins
c14849a3c6 added construct_from_utf16 2005-11-17 22:05:06 +00:00
jez_higgins
54018ef676 improved fail reported 2005-11-17 15:46:52 +00:00
jez_higgins
f5d43ba8ee added silly_string and wstring tests to SAX2DOM 2005-11-15 16:16:46 +00:00
jez_higgins
3c4a2eff75 gcc fixes 2005-11-10 10:02:45 +00:00
jez_higgins
4ab8c2dca7 *** empty log message *** 2005-11-09 21:13:22 +00:00
jez_higgins
0185a7f9dd parameterised the DOM tests 2005-10-31 12:07:30 +00:00
jez_higgins
ac043e277a *** empty log message *** 2005-10-31 11:42:21 +00:00
jez_higgins
5e0ca84618 attribute test parameterised 2005-10-29 18:19:33 +00:00
jez_higgins
98e621b689 more DOM test work 2005-10-28 23:00:54 +00:00
jez_higgins
f159e99764 *** empty log message *** 2005-10-27 21:50:10 +00:00
jez_higgins
7d942d9bd9 Split DOM tests from SAX2DOM tests 2005-10-26 21:09:09 +00:00
jez_higgins
cd03d4c263 *** empty log message *** 2005-10-26 20:52:48 +00:00
jez_higgins
23134bfe31 *** empty log message *** 2005-10-24 22:00:08 +00:00
jez_higgins
0a666741f8 more work on parameterising tests` 2005-10-24 21:59:44 +00:00
craigp98072
20191d188d added a couple required tyename's in StringAdapter.h and test/XPath/execute_test.hpp
added Makefile.common for CPPUNIT* definitions (and future maintenance)
added include Makefile.common in Makefile.header*
cleaned a couple test Makefiles; everything now compiles under linux gcc4.0.2
2005-10-24 03:33:52 +00:00
jez_higgins
ee326e94fc starting reworking DOM tests 2005-10-23 21:22:38 +00:00
craigp98072
ceb711f10e added missing srcs 2005-10-22 03:21:38 +00:00
craigp98072
2d5bf26177 fixed cpp unit-runner srcs path, added objs to linker 2005-10-22 03:19:33 +00:00