Commit graph

751 commits

Author SHA1 Message Date
jez_higgins
625c7141e1 vc6 compatibility fixes 2006-06-08 09:51:18 +00:00
jez_higgins
c1a9672d3a took codecvt_specialisation.cpp out of the build 2006-05-23 18:25:44 +00:00
jez_higgins
792c7f8017 ignore the executables 2006-05-19 22:24:30 +00:00
jez_higgins
8e928f74a5 codecvt_specialisations.cpp isn't needed any more - it's all in the header 2006-05-19 22:13:35 +00:00
jez_higgins
fd5531985e fixes to build with gcc 3.3 on GNU Darwin 2006-05-19 21:27:35 +00:00
jez_higgins
76a6dd8d45 exclude from build if now wchar_t 2006-05-19 21:15:05 +00:00
jez_higgins
8148a0aa46 *** empty log message *** 2006-05-19 18:48:17 +00:00
jez_higgins
c72f2ffd1e added static id member 2006-05-19 18:46:43 +00:00
jez_higgins
6840c7b88d moved definitions inline 2006-05-05 13:19:47 +00:00
jez_higgins
23626b6748 *** empty log message *** 2006-05-01 21:06:26 +00:00
jez_higgins
77d35fe71e turn off warnings about long doubles 2006-05-01 20:59:41 +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
7371da6bd1 use MSXML 2006-05-01 20:40:42 +00:00
jez_higgins
051aba3d75 added default string adaptor parameter where sensible 2006-04-26 18:03:11 +00:00
jez_higgins
0a3ccc297b whipped out redundant comment 2006-04-24 20:34:05 +00:00
jez_higgins
5e6d988bbb vs6 fix 2006-03-23 10:55:32 +00:00
jez_higgins
6eb8335603 gcc 4.1.0 conformance fix 2006-03-06 22:55:52 +00:00
jez_higgins
54a75bfcdd path seperator changes, requested by Isak Johnsson, isak@hypergene.com 2006-01-27 11:05:41 +00:00
jez_higgins
09fe28158f added tests for XSLT attribute value tests 2006-01-12 14:35:59 +00:00
jez_higgins
374a31a45a oops, left in some debug stuff 2006-01-12 14:34:57 +00:00
jez_higgins
ad7e7923e2 extended to support XSLT attribute value templates 2006-01-12 14:22:25 +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
f693ee28fa *** empty log message *** 2006-01-05 17:39:53 +00:00
jez_higgins
655a906071 gcc4 fixes 2006-01-05 16:30:31 +00:00
jez_higgins
16a95885ca lots of XSLT compilation and matching tests 2006-01-05 16:28:19 +00:00
jez_higgins
648a89dd9d everything compiled, but to the wrong thing. now compiles to the correct thing, at least as far as my current tests go 2006-01-05 16:25:30 +00:00
jez_higgins
93ebae8f14 added NotAttributeNodeTest 2006-01-05 16:24:11 +00:00
jez_higgins
f07e022936 now compiles compound XSLT patterns of the form test1|test2|test3 ... |testN. that's them all done. I love Spirit 2006-01-05 10:50:01 +00:00
jez_higgins
211ae3d2b5 getAxis now calls itself when it encounters an AxisSpecifier. both switches have been combined as a result, and more XSLT patterns compile without further work 2006-01-04 16:48:23 +00:00
jez_higgins
aa4be03ea0 MinGW patches from Cromwell Enage, spanage@yahoo.com 2006-01-04 10:29:24 +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
409e86f42e added AttributeNodeTest - needed for XSLT patterns 2005-12-21 23:59:43 +00:00
jez_higgins
fab22a313b compiling more matches 2005-12-19 15:55:25 +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
1c9175c98b don't need to keep '::' in ChildOrAttributeAxisSpecifier 2005-12-18 20:17:33 +00:00
jez_higgins
9485917c42 extend grammar for XSLT matches - added some parse tests 2005-12-16 19:09:57 +00:00
jez_higgins
be0dcae896 extend grammar for XSLT matches 2005-12-16 19:09:18 +00:00
jez_higgins
e348364a82 make gcc not complain about initialisation order 2005-12-16 19:08:46 +00:00
jez_higgins
ec7d5de834 added missed case for node() 2005-12-16 10:17:39 +00:00
jez_higgins
2238256e67 added extra patterns needed for xsl:template match attributes 2005-12-15 22:11:16 +00:00
jez_higgins
d89f09dd9a Now compiles for std::string and std::wstring, and probably for anything
else that has a size() member function and an operator[]
Will need to be reworked at some point in the future, but should do for now
2005-12-15 19:48:19 +00:00
jez_higgins
242e43b195 uncovered a missed case 2005-12-15 12:27:48 +00:00
jez_higgins
071e62b2dd Factored out the XML escaping stuff 2005-12-14 14:49:57 +00:00
jez_higgins
f8f3af0a76 From: Isak Johnsson, isak@hypergene.com
gcc cannot be used as the linker for C++ on Mac OS X
see http://www.cocoabuilder.com/archive/message/xcode/2005/11/21/1356
use g++ instead of gcc
2005-12-13 14:08:05 +00:00
jez_higgins
8ecc72511f getAttribute now returns a const string_type& 2005-12-09 16:01:31 +00:00
jez_higgins
e6099cc42f getData now returns a const string_type& 2005-12-09 15:57:21 +00:00