Daniel Knibbe
89943ec4a8
Removed duplicate cmake files
2016-11-18 15:16:42 +01:00
Daniel Knibbe
c547fd279d
Rewrote generation of ArabicaConfig.hpp in CMakeLists.txt
...
The file ArabicaConfig.hpp is now generated in build tree using cmake
configure_file() command. The input file is located in source tree
(include/SAX/ArabicaConfig.hpp.in).
Other Changes:
Boost is now actually optional. Previously it was searched for but the
necessary compile definition was not set and therefore never used.
Default option is building without boost.
2016-11-18 15:16:40 +01:00
Daniel Knibbe
c0d9c799fa
Removed unused compile definition
2016-11-18 15:16:37 +01:00
Daniel Knibbe
36885daf20
CMakeLists.txt - boost is now a required package
2016-11-18 15:16:33 +01:00
Daniel Knibbe
e8e5846bf2
Added #include <algorithm> for some files in order to compile with MVSC
2016-11-18 15:15:59 +01:00
Jez Higgins
b3d79449b5
Bumped date to January 2016
2016-02-14 18:49:06 +00:00
Jez Higgins
4ca142f145
Updated HOWTOBUILD
2015-12-23 13:01:38 +00:00
Jez Higgins
d9e671acc4
Ignore ltmain.sh
2015-12-23 12:57:39 +00:00
Jez Higgins
dc6366e5b2
Merge branch 'master' of https://github.com/jezhiggins/arabica
2015-12-23 12:47:14 +00:00
Jez Higgins
ba7ad2a013
Update configure.ac
2015-12-11 19:52:10 +00:00
Jez Higgins
191bb651de
Merge branch 'master' of https://github.com/jezhiggins/arabica
2015-12-11 15:42:42 +00:00
Jez Higgins
13f23f7e90
Removed events
2015-12-09 23:03:49 +00:00
Jez Higgins
6020db104a
Ignore test logs
2015-12-02 23:15:43 +00:00
Jez Higgins
478ba662c0
Removed m4 macros provided by autotools
2015-12-02 22:56:40 +00:00
Jez Higgins
431d667fac
Bring configure.ac up to date so automate doesn't complain about subdir-objects
2015-12-02 22:52:09 +00:00
Jez Higgins
35d9913b08
added a couple more things
2015-03-25 17:32:44 +00:00
Jez Higgins
aa21fa7aa0
remove extraneous brackets
2015-03-25 17:31:58 +00:00
Lukas Obrdlik
7478cdb9fa
Fix the CDATA start constant
2014-10-22 12:10:46 +02:00
Lukas Obrdlik
772cd0bfe9
Fix the MS XML wrapper on W8.1
2014-10-22 12:07:29 +02:00
Evan Burkitt
998260bdfc
Fix long -> unsigned long long size mismatch in function return value. Add #include <algorithm> to declare std::max for MS VS2013, at least.
2014-06-11 18:15:54 -07:00
Jez Higgins
337092fa4e
Merge pull request #6 from Wassasin/master
...
Taggle: Blocks in <a>-tags are not parsed
2014-03-03 10:00:07 +00:00
Jez Higgins
2228a60022
Merge pull request #9 from QuentinFiard/pr1
...
Compatibility fixes with latest Clang/LLVM compiler and C++11
2014-03-03 09:58:21 +00:00
Quentin Fiard
cc9355c038
Fixed string+int issues in headers
2014-02-27 21:44:40 +00:00
Quentin Fiard
642efc8d00
Fixed c++11-narrowing errors for C++11 compatibility
...
char(0x80): constant expression evaluates to -128 which cannot be
narrowed to type 'unsigned char'
[-Wc++11-narrowing]
2013-11-04 21:31:35 +00:00
Quentin Fiard
c36d945c51
Fixed language linkage issue under clang-500.2.79
...
The declarations must be located before the respective friend
declaration to have a correct C language linkage.
2013-11-04 21:20:18 +00:00
Wouter Geraedts
aaf2a4f478
Taggle/SAX::HTMLSchema: added M_BLOCK for anchor tags
2013-10-30 23:11:49 +01:00
Jez Higgins
379fa889e3
Merge pull request #4 from sradomski/master
...
Proper CData support for libxml2 wrapper
2013-08-18 14:17:15 -07:00
Stefan Radomski
8f8db494ba
SAXcharacters needs to close cdata sections
2013-08-17 20:36:52 +02:00
Stefan Radomski
824e8abc95
Install event implementation headers
2013-08-17 20:35:58 +02:00
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