jez
6f18bc89a7
added all the projects back into the sln file
2006-09-20 13:59:57 +00:00
jez
f4453c647d
had inadvertantly broken the MSXML build
2006-09-20 13:57:50 +00:00
jez
e6432c57eb
svn:ignore changes
2006-09-20 11:44:08 +00:00
jez
f4df1879b1
remedial fixes so Garden compiles again
2006-09-20 11:43:30 +00:00
jez
0185b654a6
added --with-parser= configure option. makes it easier to specify the parser you want when several are available
2006-09-20 11:16:17 +00:00
jez
976955cff3
wide string targets now conditionally compiled
2006-09-19 21:05:25 +00:00
jez
dc5070db07
added --without-dom option to configure
2006-09-19 10:42:00 +00:00
jez
288c31ca8d
setting up for a second release in a month. scary
2006-09-18 15:59:43 +00:00
jez
f99c832140
rejigged to build without Boost - only tested with Expat so far
2006-09-13 21:56:21 +00:00
jez
30c53656b8
made building XPath stuff conditional on availability of Boost
2006-09-13 21:55:51 +00:00
jez
331fb28ccf
pulled nil_t out into own include file
2006-09-13 21:02:51 +00:00
jez
9147b78272
Boost check no longer fails if Boost isn't found. We can build without.
2006-09-13 21:02:16 +00:00
jez
ecf4f74304
sept 2006 release
2006-09-12 21:21:48 +00:00
jez
cdb0a79b0f
updated svn:ignore props
2006-08-09 09:23:57 +00:00
jez
5399a7ca81
updated Makefiles for new source layout
2006-08-09 09:19:53 +00:00
jez
69b11a256c
removed ancient C++Builder build files. maybe when the new Turbo C++ comes out I can add something up-to-date back in. I hope so, because I loved Turbo C++ and Borland C++, hope the new ones rock like they did.
2006-08-08 21:47:07 +00:00
jez
95e07c4b13
corrected build files for now source layout
2006-08-08 21:43:28 +00:00
jez
68c5d8b12e
more file rearranging
2006-08-08 20:51:59 +00:00
jez
a76d0bb860
moving source files around
2006-08-08 20:45:47 +00:00
jez
62acd9f55a
minor updates
2006-08-08 20:38:06 +00:00
jez
38d9ad2524
updated solution and project files for new directory structure
2006-08-08 10:30:59 +00:00
jez
e1f2a72ca3
2006-08-07 21:43:04 +00:00
jez
828788bb72
pulled all the header files into include/ directory
2006-08-07 21:37:10 +00:00
jez
e6b160606c
-
2006-08-07 21:17:01 +00:00
jez
bc0d1c9655
-
2006-08-07 21:16:27 +00:00
jez
543f7357df
started moving headers out into an include directory
2006-08-07 21:08:11 +00:00
jez
5cc7ab7461
commit email test
2006-08-07 13:47:37 +00:00
jez
1c5347fd60
commit email test
2006-08-07 13:46:25 +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
5c7a8b44b9
work with Nodes rather than elements
2006-08-04 09:53:06 +00:00
jez
30ef4f4af7
set out of box defaults
2006-08-04 09:52:27 +00:00
jez
febb67170c
sync with cvs tree
2006-08-04 09:51:48 +00:00
jez
0200ed6e70
fixed warning
2006-08-04 09:51:03 +00:00
jez
205fd30cf0
don't blow up when parsing DTDs
2006-08-04 09:49:58 +00:00
jez
56b1aff551
2006-08-01 20:34:34 +00:00
jez
5109712aea
Removed another inner_node_d
2006-08-01 20:34:13 +00:00
jez
f85d3f79c0
PrimaryExpr - replaced use of inner_node_d with two discard_node_d. This
...
appears to be a regression in Boost 1.33.1, because it worked in Boost 1.32.
Might be it was wrong before and has now been fixed and my usage was incorrect.
2006-08-01 18:02:19 +00:00
jez
875bfe4a58
2006-07-31 21:51:49 +00:00
jez_higgins
d5af0e27b1
off we go
2006-07-19 21:57:53 +00:00
jez_higgins
b2520179b2
fixes so dom_test_ss builds
...
no idea how I missed this before
2006-07-18 21:02:14 +00:00
jez_higgins
1b4510fd9d
*** empty log message ***
2006-07-14 10:09:14 +00:00
jez_higgins
71bac03b49
fixed translate function, tests now pass
2006-07-13 21:03:00 +00:00
jez_higgins
e894e03c89
Fixed normalize-space function for arbitrary string types. Convert the string to UTF8, normalise, convert back to whatever. Not the world's most efficent, I guess, but I can't think of a better alternative right now.
2006-07-13 20:47:51 +00:00
jez_higgins
167f36ec74
updated for latest string_adaptor - not sure how this was missed before
2006-07-13 20:45:12 +00:00
jez_higgins
e7fdb6e546
made *Handler member functions public rather than private. Thanks to Isak Johnsson for pointing this out
2006-06-27 09:37:11 +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
5caf17b989
Fixed for predicate evaluation bug
...
see http://www.jezuk.co.uk/cgi-bin/view/arabica/news?id=2883
2006-06-23 22:51:30 +00:00
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