Ben Key
99fd2cf41a
Resolved 64-bit specific warnings.
2018-01-29 19:30:14 -06:00
Ben Key
50fc53d940
Added 64-bit project configurations.
2018-01-29 19:30:13 -06:00
Ben Key
f55515f9f3
Added items to .gitignore.
2018-01-29 19:30:12 -06:00
Ben Key
5885afe6b2
Resolved 64-bit specific warnings.
2018-01-29 19:21:27 -06:00
Ben Key
d656edc28b
Added project files for VS2013 and VS2015.
...
• Added project files for Visual Studio 2013 and Visual Studio 2015.
• Made several small changes that were required to compile in Visual
Studio 2015.
2018-01-29 19:21:27 -06:00
Jez Higgins
ac45b99720
Merge pull request #18 from RWTH-ACS/cmake-package
...
Change CMake to build Arabica as a shared library, install and package the libary
2017-11-28 10:29:49 +00: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
d3b109d073
updated BZR and Git ignores
2017-10-23 11:08:47 +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
Jez Higgins
94aa5510f1
Merge pull request #17 from RWTH-ACS/master
...
Minor fixes for CMake and MVSC
2017-10-08 23:06:01 +01:00
Jez Higgins
b5ab1a3856
cp README.md README to keep both github and autoreconf happy
2017-05-05 07:34:34 +01:00
Jez Higgins
dad533c9e5
better title
2017-05-04 13:35:39 +01:00
Jez Higgins
6fd366a323
updated copyright date
2017-05-04 13:33:26 +01:00
Jez Higgins
7ada139151
Merge branch 'master' of github.com:jezhiggins/arabica
2017-05-04 13:32:58 +01:00
Jez Higgins
8c85a84920
Updated README
2017-05-04 13:31:41 +01:00
Daniel Knibbe
c5de6cacf8
Include directories and compile definitions are now target properties
2016-11-18 15:16:44 +01:00
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