41 Commits

Author SHA1 Message Date
Daniel E
f2987a295f cmake: Remove non needed files in docs dir
Don't install files that are used to generate the documentation
2022-04-04 12:04:21 +00:00
Nick Wellnhofer
5ce893c0c4 Move regexp tests to runtest 2022-04-04 04:28:15 +02:00
Nick Wellnhofer
48b03c8479 Remove major parts of old test suite
Remove all the parts of the old test suite which are covered by
runtest.c for quite some time.

The following test programs are removed:

- testC14N
- testHTML
- testReader
- testRelax
- testSAX
- testSchemas
- testURI
- testXPath

This also removes a few results of unimportant tests only run by the old
test suite.
2022-04-04 04:14:55 +02:00
Nick Wellnhofer
4b10e7cf7f Remove outdated xml2Conf.sh 2022-04-03 19:02:34 +02:00
Nick Wellnhofer
61b78b0aa6 Consolidate man pages
Move xml2-config.1 into doc directory. Remove outdated libxml.3.
2022-04-03 18:42:59 +02:00
Nick Wellnhofer
cf6cd81c3e Add WIN32_EXTRA_LIBADD to XML_PRIVATE_LIBS 2022-04-03 14:08:45 +02:00
Daniel Engberg
6d10df7c5c cmake: Adjust paths for UNIX or UNIX-like target systems
Sync paths with GNU Autotools
2022-04-03 13:43:40 +02:00
David Seifert
5c71ada83a
Detect libm using libtool's macros 2022-03-30 16:51:17 +02:00
David Seifert
865520f048 Respect --sysconfdir in source files
* Prefix installations need to point to a non-root `etc`
  - Gentoo Prefix has been patching this for over 10 years:
    https://bugs.gentoo.org/317891
  - MacPorts has to manually replace paths after patching:
    cc3bb736e9/textproc/libxml2/Portfile (L46)
2022-03-30 14:36:49 +00:00
Nick Wellnhofer
4a8c71eb7c Remove DOCBparser
This code has been broken and deprecated since version 2.6.0, released
in 2003. Because of a bug in commit 961b535c, DOCBparser.c was never
compiled since 2012. I couldn't find a Debian package using any of its
symbols, so it seems safe to remove this module.
2022-03-04 22:56:21 +01:00
Nick Wellnhofer
21ddad5284 Remove ICONV_CONST test
We can simply cast the offending pointer to (void *).
2022-03-04 22:08:58 +01:00
Nick Wellnhofer
72119afe00 Don't check for standard C89 library functions
Don't check for

- fprintf
- localtime
- printf
- rand
- sprintf
- srand
- sscanf
- strftime
- time
- vfprintf
- vsprintf

If the C99 functions snprintf and vsnprintf are missing, Trio is
enabled.
2022-03-02 01:14:08 +01:00
Nick Wellnhofer
776d15d383 Don't check for standard C89 headers
Don't check for

- ctype.h
- errno.h
- float.h
- limits.h
- math.h
- signal.h
- stdarg.h
- stdlib.h
- string.h
- time.h

Stop including non-standard headers

- malloc.h
- strings.h
2022-03-02 00:43:54 +01:00
Nick Wellnhofer
b041d829a2 Remove xmlwin32version.h
This file was undocumented and never used anywhere. Maybe users were
supposed to rename this file to xmlversion.h manually. These days, both
CMake and win32/configure.js generate xmlversion.h from xmlversion.h.in,
just like the Autotools build.
2022-02-16 19:55:30 +01:00
Nick Wellnhofer
1089111142 Redirect links to xmlsoft.org
Documentation and releases are now available on gitlab.gnome.org.
2022-02-13 23:10:00 +01:00
Ben Boeckel
51c88c6f8d configure: remove unused checks for functions
Nothing uses the results from these checks, so remove the checks. There
are some "uses" in order to suppress macro shadowing in MSVC's
implementation of `isinf` and `isnan` as macros, but those are
hard-coded and do not require checks to manage.
2022-01-16 14:34:37 +01:00
Ben Boeckel
1a013ba711 configure: remove unused checks for libraries
These libraries are queried for, but no code cares about the results, so
remove the checks.
2022-01-16 14:34:37 +01:00
Ben Boeckel
0aad075c6b cmake: remove unused checks
Even the configured `config.h` did not forward the results of these
checks.
2022-01-16 14:34:37 +01:00
Ben Boeckel
9669bd68a3 configure: remove unused checks for headers
These headers are checked for at configure time, but the code never
cares about the results of these checks, so skip them.
2022-01-16 14:34:37 +01:00
Ben Boeckel
f86082359b cmake: fix ATTRIBUTE_DESTRUCTOR definition
The code expects it to be set to the attribute for `xmlDestructor`, but
in CMake, it is only ever available as `1` or undefined. Instead, match
the behavior or autoconf.
2022-01-16 14:34:37 +01:00
Timothy Lyanguzov
22f1521122 Use version in configure.ac for CMake
Now CMake script reads version from configure.ac to prevent unsynchronized versions
2021-06-07 21:43:08 +02:00
Markus Rickert
a46e85f669 Update CMake project version 2021-05-23 11:58:41 +02:00
Markus Rickert
a1cac3bbe4 Add CMake alias targets for embedded projects 2021-05-23 11:57:58 +02:00
Christopher Degawa
d3a02679b8
CMake: Only add postfixes if MSVC
Currently, it catches mingw-w64 in there as well, but mingw-w64 follows
linux-like naming with no weird postfixes

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
2021-03-16 13:04:53 -05:00
Markus Rickert
88c657d643 Use CMake PROJECT_VERSION 2021-02-22 21:11:00 +01:00
Markus Rickert
f93ca3e140 Update minimum required CMake version 2021-01-15 18:31:20 +01:00
Markus Rickert
26835480dc Fix ICU build in CMake 2021-01-05 22:03:47 +01:00
Markus Rickert
296ab61e1c Configure pkgconfig, xml2-config, and xml2Conf.sh file 2021-01-05 22:03:47 +01:00
Markus Rickert
d0ccb3a6b6 Add xmlcatalog and xmllint to CMake export 2020-12-07 14:37:18 +01:00
Markus Rickert
1c4f9a6db5 Require dependencies based on enabled CMake options 2020-11-30 12:43:48 +01:00
Markus Rickert
8272db5318 Use NAMELINK_COMPONENT in CMake install 2020-11-30 11:22:54 +01:00
Markus Rickert
7a62870a3c Add missing compile definition for static builds to CMake 2020-11-30 11:08:14 +01:00
Markus Rickert
d514e2bd40 Set project language to C 2020-07-12 18:42:49 +02:00
Markus Rickert
5ddf02f2a5 Update config.h.cmake.in 2020-07-12 18:42:18 +02:00
Markus Rickert
8bec210d4d Add variable for working directory of XML Conformance Test Suite 2020-07-12 18:42:18 +02:00
Markus Rickert
270e165552 Add additional tests and XML Conformance Test Suite 2020-07-12 18:33:35 +02:00
Markus Rickert
e6ba4bd775 Add command line option for temp directory in runtest 2020-07-12 18:33:35 +02:00
Markus Rickert
9ecf5ad6b1 Enable runtests and testThreads 2020-07-12 18:33:35 +02:00
Markus Rickert
e7ff2efc5d Configure file xmlwin32version.h.in on MSVC 2020-05-04 13:53:11 +02:00
Markus Rickert
e2f104940d List headers individually 2020-05-04 13:53:11 +02:00
Markus Rickert
2a2c38f3a3 Add CMake build files
Closes #24.
2020-05-04 13:53:11 +02:00