Commit graph

  • 5d572fef10 Whitespace changes jez 2010-12-24 21:42:06 +0000
  • 6999f61599 Whitespace changes jez 2010-12-24 21:41:45 +0000
  • 59ec067f96 Removed old CVS Id tag jez 2010-12-24 21:40:58 +0000
  • e8753c80db silence unused parameter warning Jez Higgins 2010-12-23 23:15:34 +0000
  • 8a9115fd53 Pulled out a couple of helper functions. Reworked CDATA output so it properly outputs wacky CDATA sections with ]]> in them. Jez Higgins 2010-12-23 22:51:44 +0000
  • 2e1f279786 Added find(str, what, from) to the default_string_adaptor Jez Higgins 2010-12-23 22:50:43 +0000
  • dbfcf1c41b fix output for CDATA sections that contain ]]> jez 2010-12-21 09:47:22 +0000
  • d506b81624 cast std::streamsize to int to silence warning. it's safe because we know we've read less than ant ints worth of data jez 2010-12-21 09:46:57 +0000
  • 80a0455d75 skip if default attrs not supported jez 2010-12-21 09:03:25 +0000
  • f9d9551ee7 compile for all string_types jez 2010-12-20 15:59:06 +0000
  • c29604d553 set attributes readonly when its owner element is readonly jez 2010-12-19 23:22:17 +0000
  • 53184edc79 better error handling when loading docs Jez Higgins 2010-12-19 22:44:06 +0000
  • 4ab8d34349 return 77 from test executables so that make check doesn't stop the build Jez Higgins 2010-12-18 01:02:52 +0000
  • 2791880703 whitespace changes in generated code Jez Higgins 2010-12-18 01:02:11 +0000
  • 0e8169db54 Error in test - check node type is 1 (element) not 3 (entityref) Jez Higgins 2010-12-18 01:01:51 +0000
  • dd93306eb9 whitespace changes in generated code Jez Higgins 2010-12-18 01:00:54 +0000
  • 8c57052bf7 whitespace changes in generated code Jez Higgins 2010-12-18 01:00:37 +0000
  • c10f6a410d wrap static_cast checks in an assertTrue to silence Clang's discarded resutl warning Jez Higgins 2010-12-18 01:00:13 +0000
  • f25de324af whitespace changes in generated code Jez Higgins 2010-12-18 00:59:09 +0000
  • bbc95fdbb2 If an internal entity declaration looks like markup, parse it as markup rather than just treating it as a bit of text jez 2010-12-17 10:19:37 +0000
  • 7e9722ddc3 Corrected normalization - only adjacent text nodes should be combined jez 2010-12-17 10:18:14 +0000
  • d947908c68 Don't normalize after loading the test document. (OTOH it's gratifying to know that normalization worked properly :) ) jez 2010-12-15 23:00:27 +0000
  • 623a169cf7 Setup DOM conformance files path so we can find them when running under hudson Jez Higgins 2010-12-15 20:10:49 +0000
  • 50c39c533c Added a couple of using declarations that clang needed Jez Higgins 2010-12-15 10:09:43 +0000
  • dcbb59b2e8 Default setNodeValue is to do nothing. jez 2010-12-11 01:12:03 +0000
  • 9643b42edd Can now safely add an attribute the element that already owns it jez 2010-12-11 01:11:22 +0000
  • a17944bd9f Correct DOMException CODE enum values jez 2010-12-11 01:10:21 +0000
  • d878124d9d More skips if entityrefs not expanded jez 2010-12-11 01:09:50 +0000
  • bec9948659 Corrected exception specifier on DOMBadCast destructor jez 2010-12-10 09:29:10 +0000
  • f7146a5668 Improved DOM casting error messages jez 2010-12-10 09:24:34 +0000
  • 2fc91e7965 silence unused variable warnings Jez Higgins 2010-12-09 23:33:49 +0000
  • 59fd79277e regenerated yet again :) Jez Higgins 2010-12-09 23:33:18 +0000
  • dd14985902 Sigh. VC++ is better, but it's still not as C++ conformant as gcc Jez Higgins 2010-12-09 20:15:12 +0000
  • ce69150111 Improved error reporting. Fixed a couple of test functions in dom_conf_test. Skip a couple of entityRef tests jez 2010-12-09 19:03:23 +0000
  • b001314598 tweaked suite name Jez Higgins 2010-12-09 15:03:07 +0000
  • fd64040a65 Include DOM conformance tests in dist package Jez Higgins 2010-12-09 14:50:38 +0000
  • ef878d91a2 Got conformance tests compiling and running on Linux Jez Higgins 2010-12-09 14:04:13 +0000
  • b22d91ff3e Got conformance tests compiling and running on Linux Jez Higgins 2010-12-09 14:03:55 +0000
  • a7569aed2a Base class for conformance tests jez 2010-12-09 12:18:55 +0000
  • 33d08c77a1 DOM Level 1 Conformance fixes found with first pass of W3C conf tests jez 2010-12-09 11:35:54 +0000
  • 244217f8f1 Silence 4244 loss of precision warning jez 2010-12-09 11:35:06 +0000
  • ff61aec7fb Added DOM Level 1 Core conformance tests, derived from W3C DOM Conf tests jez 2010-12-09 11:34:15 +0000
  • 6bd91d9abe Silence warning 4244 - loss of precision jez 2010-12-09 10:54:46 +0000
  • 99823ee8b5 Qualified sputc,setg,setp calls so compiles with clang++. Thanks Isak Johnsson Jez Higgins 2010-11-20 14:39:06 +0000
  • 1d506be500 added vs7 and vs8 dirs back into dist Jez Higgins 2010-10-23 00:16:43 +0100
  • cd1112c14c Added seperate project for CppUnit. Made sure builds don't generate warnings jez 2010-10-22 20:49:20 +0100
  • fa622c922f fixing project files to silence warnings jez 2010-10-22 20:06:27 +0100
  • 682301c895 Added back vs7 and vs8 dirs, with explanatory readmes jez 2010-10-22 20:05:00 +0100
  • 2e7016ca0f Removed vs7 and vs8 project files from the distribution. I no longer have tools or will to maintain and verify them. jez 2010-10-22 10:32:12 +0100
  • af44166e99 Silence unused variable warning jez 2010-10-22 10:32:03 +0100
  • f54cd699d5 Make MSXML the default parser on Windows jez 2010-10-22 10:31:29 +0100
  • 8b239dbecf set version to 2010-November. added vs10 into dist package Jez Higgins 2010-10-21 23:50:31 +0100
  • 8f3b621410 Added new include file into distribution Jez Higgins 2010-10-09 23:52:16 +0100
  • bdfea4d29b Skip XSLTFunctions_DocumentInUnion because order of nodes from different documents is not defined. In mangle's case even consistent, so this test some times passed and some times fails Jez Higgins 2010-10-09 23:27:12 +0100
  • 144fb9a6d6 Disallow variable references in xsl:key match and use expressions Jez Higgins 2010-10-09 23:10:35 +0100
  • ffec8d53b9 Modified XPath parser/compiler so that we can disallow variables at compile time Jez Higgins 2010-10-09 22:29:13 +0100
  • c2d1e42c20 Modified XPath parser/compiler so that we can disallow variables at compile time Jez Higgins 2010-10-09 22:04:56 +0100
  • 332fa8cb27 Skip one of the errors tests, because actually running it is ok. Jez Higgins 2010-10-09 22:04:23 +0100
  • f8d7701f12 Named templates now take precedence into account - templates with higher precedence are discarded Jez Higgins 2010-10-07 22:48:03 +0100
  • 3beed1d092 Verify that qNames used in the stylesheet (for template names and what not) have prefixes which are actually bound Jez Higgins 2010-10-06 22:37:01 +0100
  • 8660ae4318 Updated expected fails - some of the Xalan namespace tests are looking for discretionary behaviour of recovering and continuing. I've opted (like MSXML and Saxon) to bail Jez Higgins 2010-10-05 09:50:06 +0100
  • 981fd4e9e3 Failed if namespace was explicitly given as empty. Fixed Jez Higgins 2010-10-05 09:39:58 +0100
  • ccc4836fd7 Allow and ignore attributes in foreign namespaces Jez Higgins 2010-10-05 09:39:05 +0100
  • 944e075488 Changed a couple of tests to skip - the XML namespace is bound to the wrong prefix, which only MSXML seems to accept without warning Jez Higgins 2010-10-04 23:44:08 +0100
  • eda354be6d Correctly implement the xsl:sort option attributes as attr-value-templates. Validate values *after* evaulated AVT, not before. Doh Jez Higgins 2010-10-04 22:18:39 +0100
  • d322e15038 Explicitly compare pointer to zero to silence a rather pointless VS warning jez 2010-10-04 12:14:04 +0100
  • c1b21c0790 Explicitly compare pointer to zero to silence a rather pointless VS warning jez 2010-10-04 12:08:33 +0100
  • d28849dc48 Finally sorted out the attributes and their namespaces issues. hurrah Jez Higgins 2010-10-03 16:08:54 +0100
  • 1bad5c72a3 For some reason I don't remember and can't understand, I'd defined silly_string's operator< as returning an int rather than a bool Jez Higgins 2010-10-03 16:08:15 +0100
  • 8f41a01b88 Fix for non-std::string classes Jez Higgins 2010-08-20 21:32:22 +0100
  • 3eb404dcd9 Updated for Xerces changes Jez Higgins 2010-08-20 21:31:55 +0100
  • abaaaf4cc4 Generate a namespace prefix for unprefixed attributes in namespaces. It's a start, but needs to check for clashes. I also wonder if there are cases when I need to generate them for elements too. Hmmm Jez Higgins 2010-07-14 22:36:05 +0100
  • 7080c5049e finished up the test cases. now to get them to work jez 2010-07-14 10:04:34 +0100
  • 7e8752fe30 Getting DOM operator<< to work with other strings jez 2010-07-14 09:08:46 +0100
  • 7ec41194ac at long last, pulled out cppunit inot a seperate project jez 2010-06-02 10:35:36 +0100
  • 6d9639d565 ignores jez 2010-05-21 09:58:29 +0100
  • 94b834ff30 Sorted out exception handling in MSXML ContentHandler wrapper so that it no longer corrupts the stack jez 2010-05-21 09:56:18 +0100
  • b8ea5e1f64 more ignores jez 2010-05-19 20:23:14 +0100
  • a1ed87da31 fix segfault using MSXML jez 2010-05-19 20:22:22 +0100
  • 4e7340caff VS2010/VS10 solution files jez 2010-05-19 20:21:51 +0100
  • a856f2ed7b fix so vs10 compiles without complaining jez 2010-05-19 20:19:31 +0100
  • 4a79db620c whitespace changes jez 2010-05-19 20:18:49 +0100
  • 04754750c5 fixed initialisation order warnings Jez Higgins 2010-02-21 22:29:06 +0000
  • 94a28f07f8 filled out element-available implementation Jez Higgins 2010-02-21 22:14:04 +0000
  • ade1285c4a extend_extend03 now compiles Jez Higgins 2010-02-21 21:37:37 +0000
  • 44b5d6ed3a whipped up a quick do-nothing (ie broken) implementation of element-available Jez Higgins 2010-02-21 18:35:58 +0000
  • 53730337f7 Miscellaneous 84111 now runs Jez Higgins 2010-02-20 23:53:31 +0000
  • 7977423180 fixed warning Jez Higgins 2010-02-20 23:39:38 +0000
  • bd9052e486 think I finally done function-available Jez Higgins 2010-02-20 23:25:36 +0000
  • a6dcdbd87f tests for std::map interface Jez Higgins 2010-02-20 23:24:52 +0000
  • 3557ec2d37 simplified parseQName so you can pass in a std::map if you fancy Jez Higgins 2010-02-20 23:24:31 +0000
  • cbc3f6e8d6 still chipping away at function-available Jez Higgins 2010-02-20 21:56:47 +0000
  • fb380c8e08 fixed warnings Jez Higgins 2010-02-20 13:47:07 +0000
  • c35185a64c add hasFunction to FunctionResolver interface Jez Higgins 2010-02-20 13:03:22 +0000
  • 9d7384c8ef fixed unused parameter warnings Jez Higgins 2010-02-20 09:27:32 +0000
  • 67c5ae7846 pulled out a seperate function resolver for Standard XPath functions Jez Higgins 2010-02-20 09:13:53 +0000
  • 4e29877ac1 initial implementation of function-available, currently returned only false Jez Higgins 2010-02-19 23:21:30 +0000
  • bba4fd1588 projfixed jez 2010-02-19 11:21:52 +0000
  • a59274c14e added Xml output files to build jez 2010-02-19 11:21:18 +0000
  • b1cffddcba check environment variable against null before trying to stream it jez 2010-02-19 11:20:25 +0000