Commit graph

1190 commits

Author SHA1 Message Date
Jez Higgins
855e4b2635 fixed unused param warnings 2010-01-10 10:45:05 +00:00
Jez Higgins
aa8693a861 use size_t not int 2010-01-10 10:44:45 +00:00
Jez Higgins
65f1c0be23 fixed unused param warnings 2010-01-09 23:45:36 +00:00
Jez Higgins
eaeaf1e03d fixed unused param warnings 2010-01-09 23:41:21 +00:00
Jez Higgins
7fbed3b382 fixed ambiguous else 2010-01-09 23:01:41 +00:00
Jez Higgins
7103c3973a fixed unused param warning 2010-01-09 23:00:39 +00:00
Jez Higgins
549e67f314 silenced unused parameter warnings 2010-01-09 22:58:37 +00:00
Jez Higgins
c0b76904c7 removed redundant check against 0 2010-01-09 22:34:29 +00:00
Jez Higgins
6c55f7f36c silenced unused param warnings 2010-01-09 22:34:13 +00:00
Jez Higgins
9b0ffe958f added the new test script 2010-01-09 21:25:52 +00:00
Jez Higgins
0030be4581 record tests as changes since last time 2010-01-09 21:24:10 +00:00
jez
5ec2316aa5 fixed segfault when created doctype before owner doc has been set 2010-01-06 21:52:49 +00:00
Jez Higgins
74f8a55ed4 chmod -x *.hpp 2010-01-02 22:53:28 +00:00
Jez Higgins
181d5eab5c normalize whitespace when extracting CDATA element names 2010-01-02 22:21:38 +00:00
Jez Higgins
29d425528d popped quotes around the wrong thing 2010-01-02 22:20:13 +00:00
Jez Higgins
acff44245d updated test results and expected fails 2010-01-02 22:19:01 +00:00
Jez Higgins
9e78022a5b ignored generated documentations 2010-01-01 23:04:19 +00:00
Jez Higgins
08be72b4ee updated doxygen config 2010-01-01 23:03:56 +00:00
Jez Higgins
9d25d0bed0 updated copyright dates 2010-01-01 23:03:33 +00:00
Jez Higgins
7e62969c6c Fixed double delete problem when removing and readding an attribute 2010-01-01 23:03:01 +00:00
Jez Higgins
c7e49c5278 Test results 2009-12-14 23:56:19 +00:00
Jez Higgins
d7c3b7c260 reverted work on variables - will come back to it another time 2009-12-14 23:55:56 +00:00
Jez Higgins
5fa42997f4 make each variable its own little stack frame. i am, howver, going to back all this stuff out because I'm getting it wrong in some subtle but segfaulty way 2009-12-14 22:40:05 +00:00
Jez Higgins
9eeb67aa3e convert node type from enum to int to silence gcc warning about exceeding the maximum value of the enum 2009-12-14 22:39:15 +00:00
Jez Higgins
5881521c04 reinstated segfaulting test. now I've fixed the actual bug, it doesn't segfault any more :) 2009-12-14 14:46:57 +00:00
jez
17e93705ae redirect to DOMSink when evaluating variables. This wasn't being done for ResolvedVariables and so everything was exploding. 2009-12-14 14:20:12 +00:00
Jez Higgins
8890b8e450 skip a test that's causing a segfault on linux 2009-12-12 12:00:07 +00:00
Jez Higgins
ae571bbafc updated bzrignore 2009-12-11 10:31:44 +00:00
Jez Higgins
b736278781 commented out segfaulting tests 2009-12-11 10:13:52 +00:00
Jez Higgins
e770fe0b28 had managed to commit a borken file - oops 2009-12-11 10:13:11 +00:00
Jez Higgins
f42e95be24 libtool magicked this up 2009-12-11 10:12:28 +00:00
jez
80da48a661 Ash Berlin's patch for Element.setAttributeNodeNS 2009-12-06 21:39:46 +00:00
jez
719829f10a Ash Berlin's patch to get Text.splitText working properly 2009-12-06 21:34:46 +00:00
jez
57a1f36532 Applied patch from Ash Berlin which silences a pile of compiler warnings about unused parameters. 2009-12-06 20:48:35 +00:00
Ash Berlin
31c13685d1 Remove warnings:
* Unused variable
  * Unsigned value always >= 0
  * Parameter initialization order
  * Virtual destructors for virtual classes
2009-11-28 01:12:28 +00:00
jez
9a532b73cb NamedNodeMap tests - not complete yet 2009-11-25 10:24:21 +00:00
jez
283c48de75 fix to bug identified by Ash Berlin in set/get/removeNamedItemNS 2009-11-25 10:23:27 +00:00
jez
70b3a2835b Added taggle implementation to build 2009-11-25 10:21:26 +00:00
jez
2cb2cc8bbe NamedNodeMap tests and bugfix 2009-11-23 22:36:15 +00:00
jez
139da9a699 add lt-obsolete 2009-11-23 21:52:17 +00:00
jez
aa518e3964 increment changes with the aim of improviing performance of variables 2009-11-23 21:02:33 +00:00
jez
3991f80eb2 increment changes with the aim of improviing performance of variables 2009-11-23 21:00:23 +00:00
jez User
1919c27434 trying to commit to november 2009-11-23 20:59:27 +00:00
jez User
d07f81a3d5 install headers into arabica subdirectory 2009-11-21 22:08:41 +00:00
Alex Ott
2eba62942a add virtual destructors for classes, to avoid warnings when inheriting from these classes 2009-10-06 15:13:17 +02:00
Alex Ott
42f85936fa explicit casting, to avoid warnings 2009-10-06 15:12:43 +02:00
Alex Ott
975cca8c20 Use proper boost includes for different boost versions
starting from boost 1.38, there is boost.spirit v2 in the repository, older version
could be used as 'classic'
2009-10-06 12:38:30 +02:00
jez
7abcba0420 Bit more work on variable resolution 2009-10-05 23:27:57 +01:00
jez
6785fd8944 litte bit more work on variable resolution, but train in v wobbly and it giving me a headache 2009-10-05 19:27:24 +01:00
jez
42bcf3566b XGrep example output non-nodeset results now too 2009-09-13 17:41:34 +01:00