Commit graph

20 commits

Author SHA1 Message Date
Jez Higgins
6bf75264de Completely removed XMLReader setProperty and getProperty member functions.
For nearly everyone, their use can be replaced by either setLexicalHandler
or setDeclHandler. For the particular case of the Xerces extended properties
I'll loop back round and add specific member methods for those.
2020-04-16 20:23:59 +01:00
Jez Higgins
e08ca80bb1 Remove ParserAdaptor.hpp references from build files 2020-04-16 16:51:41 +01:00
Jez Higgins
31fbc41873 Require C++ 14 2020-04-15 20:54:14 +01:00
Jez Higgins
7c0df3fbb5 Move version to 2020-April 2020-04-15 20:29:35 +01:00
Steffen Vogel
b939a135e3 add CPack configuration to build DEB and RPM packages 2017-11-17 11:25:05 +01:00
Steffen Vogel
afece35e60 minor cleanups 2017-11-15 17:10:02 +01:00
Steffen Vogel
c63de3b6f7 cmake: harmonization of ${PROJECT_NAME} and ${LIB_NAME} 2017-10-25 19:20:51 +02:00
Steffen Vogel
3c28d8ccbf cmake: fix installation 2017-10-25 19:20:51 +02:00
Steffen Vogel
4c9d251325 cmake: added install target 2017-10-23 10:38:35 +02:00
Steffen Vogel
1f2ff0c605 windows: export all symbols in DLL 2017-10-23 10:37:57 +02:00
Steffen Vogel
aac23dcda8 added option to build Arabica as a shared library 2017-10-23 10:37:26 +02:00
Daniel Knibbe
c5de6cacf8 Include directories and compile definitions are now target properties 2016-11-18 15:16:44 +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
Stefan Radomski
c88d200693 Conditionalize changes to CMakeLists.txt 2013-01-07 03:04:55 +01:00
Stefan Radomski
0619f2deb0 Started DOM Level2 Events 2012-12-30 01:10:31 +01:00
Jez Higgins
b09a3c62dc Sorted 2012-11-01 23:57:53 +00:00
Jez Higgins
f94045bc38 Moved CMake files into subdir 2012-11-01 22:35:09 +00:00
Jez Higgins
2200a80a00 Added CMake build files contributed by Gunther Laure 2012-11-01 22:12:55 +00:00