Commit graph

1621 commits

Author SHA1 Message Date
Stefan Radomski
3cc8f64e92 CData support for libxml2 wrapper 2013-08-17 19:14:05 +02:00
Stefan Radomski
71e0fb8621 Replaced uint64_t by __int64 for better support on windows 2013-08-17 18:21:31 +02:00
Jez Higgins
becf80444c ignore dlls 2013-02-09 14:38:58 +00:00
Jez Higgins
959a32ef90 Moved the event implementation into the SimpleDOM namespace. 2013-02-09 14:37:12 +00:00
Jez Higgins
6505acfcda Events compile cleanly when no default_string_adaptor defined 2013-01-23 10:50:34 +00:00
Jez Higgins
3ab7bdf2a5 OK, do that properly 2013-01-20 19:09:25 +00:00
Jez Higgins
48287b4adc Accept const char* to initMutationEvent 2013-01-20 18:42:45 +00:00
Jez Higgins
fae0ecf960 Merge pull request #1 from sradomski/master
DOM Level2 Events
2013-01-20 10:30:44 -08:00
Stefan Radomski
fb1ac6da38 Reverted last commit 2013-01-13 18:57:22 +01:00
Stefan Radomski
96f2fb050a MSVC10 does not know operator+ for string and const char* 2013-01-13 17:49:54 +01:00
Stefan Radomski
f46a265432 Fixed issue with gcc 2013-01-10 23:06:40 +01:00
Stefan Radomski
dc1c1c0225 Dispatch DOMCharacterDataModified as well 2013-01-10 22:18:45 +01:00
Stefan Radomski
3fbde80063 Added operator< for nodes to function as STL keys 2013-01-07 14:55:13 +01:00
Stefan Radomski
c88d200693 Conditionalize changes to CMakeLists.txt 2013-01-07 03:04:55 +01:00
Stefan Radomski
d04316460c Fixed memory leak
- initialize refCount
- return true for hasFeature Events and MutationEvents
2013-01-07 03:02:04 +01:00
Stefan Radomski
0732013c6e Some bug-fixes
- Count references
- Provide Node constructor from EventTarget
2013-01-06 22:56:53 +01:00
Jez Higgins
0333a2cc0d Fallback to std::set because I can't work out how to use boost::unordered_set with silly_string 2013-01-05 23:42:06 +00:00
Jez Higgins
2a9d8ca748 Use boost::unordered_set for the String pool rather than my rather rubbish std::list. Much quicker. Patch provided by Gunther Laure 2013-01-05 21:55:09 +00:00
Jez Higgins
97ecf9040b Don't create a namespace context unless we need one - performance tweak provided by Gunther Laure 2013-01-05 21:53:59 +00:00
Jez Higgins
b65f7be0b3 Applied Oncaphillis' patch for gcc 4.7 2013-01-05 21:26:35 +00:00
Jez Higgins
68e6fec8b6 Bumped copyright date 2013-01-04 19:17:32 +00:00
Stefan Radomski
2e486cfd96 More work on DOM Level2 events
- dispatchEvent follows standard now
- actually dsipatch events when modifying the dom
2013-01-01 23:35:42 +01:00
Stefan Radomski
0619f2deb0 Started DOM Level2 Events 2012-12-30 01:10:31 +01:00
Jez Higgins
05c2a1f067 Off we go again ... 2012-11-26 22:55:59 +00:00
Jez Higgins
d1e4f8860b Add xslt_test_silly back into Makefile.am 2012-11-26 10:52:57 +00:00
Jez Higgins
ca6903fb84 Set release date 2012-11-25 21:51:13 +00:00
Jez Higgins
130cc3cdc2 Restored line controlling attribute output that I'd accidentally deleted 2012-11-21 19:52:16 +00:00
Jez Higgins
2ed975febe Add back all the tests 2012-11-21 11:26:38 +00:00
Jez Higgins
b23d18495b Set /bigobj flag so it will compile 2012-11-21 11:17:57 +00:00
Jez Higgins
7129e3c2de turn off potential lose of precision warning 2012-11-21 11:17:44 +00:00
Jez Higgins
4555948aae OK, I really think that's it 2012-11-21 11:12:35 +00:00
Jez Higgins
1ed500107b bit more on getting xslttests to compile 2012-11-21 07:00:25 +00:00
Jez Higgins
51f1912534 Removed last of the std::string-isms. 2012-11-21 06:59:40 +00:00
Jez Higgins
bdc7db5da8 Put all necessary headers into XSLT.hpp 2012-11-20 08:43:13 +00:00
Jez Higgins
f837aa99e1 add wide test to Makefile.am 2012-11-20 08:20:40 +00:00
Jez Higgins
bf8e7e314b Compile XSLT tests with wide strings 2012-11-20 08:17:50 +00:00
Jez Higgins
c02395fbb4 pass string type to XSLT tests 2012-11-20 08:13:03 +00:00
Jez Higgins
5ddae51f57 ignore test output 2012-11-20 07:51:37 +00:00
Jez Higgins
1d20c79f57 Push all of the xslt_test loading into the header 2012-11-20 07:49:59 +00:00
Jez Higgins
1e56033409 Correct element-available spelling 2012-11-16 09:17:55 +00:00
Jez Higgins
53801acbac Leave unparsed-entity out again for the moment 2012-11-16 09:17:39 +00:00
Jez Higgins
4f490d6d38 Fixed Variable look up by QName 2012-11-15 23:26:32 +00:00
Jez Higgins
6a95d42dd6 corrections for gcc 2012-11-15 22:25:55 +00:00
Jez Higgins
3dca53b3b4 typedef 2012-11-15 22:11:54 +00:00
Jez Higgins
06eca85b75 add typename qualifiers 2012-11-15 22:08:29 +00:00
Jez Higgins
63a1d869c2 add typename qualifiers 2012-11-15 22:06:46 +00:00
Jez Higgins
5ebb3f02b0 All done. Compiles and runs again. 2012-11-15 22:03:42 +00:00
Jez Higgins
5043f5bd4d Got the new attribute validation going
now to plug it in everywhere
2012-11-15 19:38:48 +00:00
Jez Higgins
47383b55b9 There's the start of the new attribute validation.
Now to hook it up.  I should have done it like this from the start.
2012-11-14 22:49:46 +00:00
Jez Higgins
aaa97898af I seem to have fixed the child element handling in a nice way
now for value rules
2012-11-14 16:10:49 +00:00