Commit graph

751 commits

Author SHA1 Message Date
jez
0525191ebe move convert_adaptor.hpp and convertstream.hpp into io subdirectory 2007-09-10 17:32:43 +00:00
jez
17248585af more namespace and file moving shenanigans 2007-09-10 17:24:17 +00:00
jez
0281c34a61 moved from Arabica::Internal namespace to Arabica::convert::impl namespace 2007-09-10 16:27:53 +00:00
jez
3a1a0ae9de moved from Arabica::Internal namespace to Arabica::convert::impl namespace 2007-09-10 16:27:43 +00:00
jez
caebe3f63e moved codecvt facets into convert subdirectory 2007-09-10 16:21:31 +00:00
jez
6c8549e923 Moved socket_stream.hpp into io directory
Moved socketstream into Arabica::io namespace
2007-09-10 16:02:42 +00:00
jez
2ef3dffa7d moved URI into io subdirectory 2007-09-10 15:58:45 +00:00
jez
cc3ffc1a79 added extra template parameters 2007-09-10 08:19:44 +00:00
jez
63ed794d58 finished adding string adaptor param to DOM. everything builds and runs now 2007-09-08 22:31:24 +00:00
jez
e4352a910e test Autotools to ignore the result of these tests - returning magic number 77 2007-09-08 22:30:13 +00:00
jez
63e18542a8 Fix for GCC on tiger
see http://sourceforge.net/mailarchive/forum.php?thread_name=m2sl5p4o2a.fsf%40gmail.com&forum_name=arabica-devel
2007-09-08 08:16:24 +00:00
jez
7b43037a37 Added string_adaptor parameter to DOM classes. DOM and XPath tests compile and run, but still need to add defaults so more "normal" bits of code will go. 2007-09-07 23:52:30 +00:00
jez
90685582ea working on DOM template params - build is currently broken 2007-09-07 22:03:27 +00:00
jez
bbcf3e1001 all SAX classes now take both string_type and string_adaptor. everything builds through. tests pass 2007-09-06 18:54:02 +00:00
jez
8e0c0ec4f0 template param fixes for garden 2007-09-06 15:07:16 +00:00
jez
905d680b3d more template stuff 2007-09-06 10:51:50 +00:00
jez
77c2d74398 more template parameter malarkey 2007-09-06 09:04:01 +00:00
jez
abca0daf9a first pass adding string_adaptor parameter 2007-09-05 22:08:51 +00:00
jez
635707cdde built through with expat, libxml2, xerces, and garden 2007-09-05 13:54:04 +00:00
jez
a76b137b60 removed basic_ prefixes from SAX classes, removed typedefs 2007-09-05 12:57:07 +00:00
jez
7d46f6f4e2 Moved DOM:: into Arabica::DOM:: 2007-09-05 11:47:13 +00:00
jez
34606c065a .h -> .hpp 2007-09-05 09:50:25 +00:00
jez
a6c116acd6 moved SAX:: into Arabica::SAX:: 2007-09-05 09:49:18 +00:00
jez
c07fc40920 2007-09-05 08:58:59 +00:00
jez
7cf3897061 renamed all .h to .hpp 2007-09-04 22:55:47 +00:00
jez
b56152db5b lets do a release 2007-08-31 11:10:11 +00:00
jez
25848cdedb don't include ArabicaConfig.h in the distribution 2007-08-31 11:09:48 +00:00
jez
bfac77736e corrected VS warnings 2007-08-31 10:59:50 +00:00
jez
c8927a92ff corrected VS warnings 2007-08-31 10:59:35 +00:00
jez
eba62d6bff 2007-08-31 10:56:02 +00:00
jez
4b255762c5 fixed xslt_test so it can be built and run outside the source tree 2007-08-30 12:39:45 +00:00
jez
9600b27c73 2007-08-29 02:53:47 +00:00
jez
afe8903976 reworked test builds to use Automakes built in check target 2007-08-29 02:03:12 +00:00
jez
b02a3ddb62 use AS_HELP_STRING macro 2007-08-29 02:02:25 +00:00
jez
0e88bcf077 ignore build artifacts 2007-08-29 02:01:37 +00:00
jez
07b7e8e9bb disable VS8 warning about unsafe library functions - in this case sprinf 2007-08-29 02:01:08 +00:00
jez
59cf7db05e don't use aged tar format, as we have some long file names. turns out the more modern format crunches everything down more too. 2007-08-28 23:38:30 +00:00
jez
af17eb9209 no longer relevant 2007-08-28 23:37:29 +00:00
jez
2f28b7a88f fixed syntax error - worked on linux and cygwin, blew up on BSD 2007-08-28 23:33:35 +00:00
jez
464014d156 added filter tests 2007-08-28 12:47:50 +00:00
jez
8103580a5e added filter tests 2007-08-28 12:47:30 +00:00
jez
7380f5c609 sorted out paths, different release and debug library builds, and what not 2007-08-28 10:22:17 +00:00
jez
c2b889cf48 Release and debug versions now have different names - arabica.lib and arabica-debug.lib. Release and debug versions on the executables link to the appropriate version.
Sorted out lots of output paths, and other nonsense too.
2007-08-28 08:41:50 +00:00
jez
d407574c3f added XSLT test files to distribution 2007-08-28 01:57:56 +00:00
jez
f370e9277a corrected dependencies 2007-08-28 01:57:39 +00:00
jez
f1274df9ac removed commented out code 2007-08-28 01:56:58 +00:00
jez
e5f61a5a44 corrected dependencies 2007-08-27 23:15:23 +00:00
jez
13a5baae06 2007-08-27 02:42:08 +00:00
jez
04411f4cd9 Error in test data - correct namespace declaration 2007-08-27 01:42:22 +00:00
jez
9cd4752c00 Prevent hierarchy exception if the parser reports the DTD as a skipped entity 2007-08-26 23:12:49 +00:00